plcapi.git
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added logging variable 'object_type'
2007-01-19 Tony Mack- added 'object_type' to Event.fields
2007-01-19 Tony Mack- log object_type
2007-01-19 Tony Mack- added 'object_type' field to events table
2007-01-19 Tony Mack- - added logging variable 'object_type'
2007-01-19 Tony Mack- added 'message' instance variable (high level descrip...
2007-01-19 Mark Huang- use API_CA_SSL_CRT (root CA authority cert), not...
2007-01-17 Mark Huang- fix getpass() reference
2007-01-17 Mark Huang- add VerifyPerson() back
2007-01-17 Mark Huang- Verify a new (must be disabled) user's e-mail address...
2007-01-17 Mark Huang- overloading verification_key for account verification...
2007-01-17 Mark Huang- use email and smtplib classes to make our e-mails...
2007-01-16 Tony Mack- call GetNodes
2007-01-16 Tony Mack- subclass correct class
2007-01-16 Tony Mack- fix typo
2007-01-16 Tony Mack- fix returns documentation
2007-01-16 Tony Mack- change variable name
2007-01-16 Tony Mack- call GetSlices and GetPersons
2007-01-16 Tony Mack- call GetSlices
2007-01-16 Tony Mack- call DeletePersonFromSlice
2007-01-16 Tony Mack- call AddPersonToSlice
2007-01-16 Tony Mack- subclass the correct class
2007-01-16 Tony Mack- call DeleteSlice
2007-01-16 Tony Mack- subclass the correct class
2007-01-16 Tony Mack- fix errors
2007-01-16 Tony Mack- return hostnames instead of node_ids
2007-01-16 Tony Mack- fix errors
2007-01-16 Mark Huang- use PLC_WWW_SSL_PORT
2007-01-16 Mark Huangregenerate
2007-01-16 Mark Huang- fix syntax errors
2007-01-16 Mark Huang- fix slice name reference
2007-01-16 Mark Huangreplace with single function ResetPassword()
2007-01-16 Mark Huang- accept message_filter and return_fields
2007-01-16 Mark Huang- fix log message
2007-01-16 Mark Huang- send account registration e-mails from the website
2007-01-16 Mark Huang- explicitly set new person['enabled'] field to False
2007-01-16 Mark Huang- update validate_timestamp() docs
2007-01-16 Mark Huang- verification_key and verification_expires can be...
2007-01-16 Mark Huang- log event if .message attribute is set
2007-01-16 Mark Huang- no need to initialize sendmail instance anymore
2007-01-16 Mark Huang- cast verification_expires to int
2007-01-16 Mark Huang- just call sendmail instead of using smtplib. sendmail...
2007-01-16 Mark Huang- fix to support Filter
2007-01-16 Tony MackInitial checkin of deprecated API implementation
2007-01-16 Thierry Parmentelatdoes not use pycurl if cacert is None - this is for...
2007-01-16 Thierry Parmentelat- does not exit if errors are found
2007-01-15 Mark Huang- fix docs
2007-01-12 Mark Huang- fix comment
2007-01-12 Mark HuangTest script for peer caching. Intended for testing...
2007-01-12 Mark Huang- don't disable users when randomly updating their...
2007-01-11 Mark Huang- import Debug.log
2007-01-11 Mark Huang- fix add_object() usage
2007-01-11 Mark Huang- print the actual exception
2007-01-11 Mark Huang- test script utility class
2007-01-11 Mark Huangfix config pointer
2007-01-11 Mark Huang- be more verbose about node and slice caching errors
2007-01-11 Mark Huang- does basically the same thing as Cache.py, except...
2007-01-11 Mark Huang- remove unnecessary slice attribute imports
2007-01-11 Mark HuangReturns lists of local objects that a peer should cache...
2007-01-11 Mark Huang- since this will no longer be used for passing informa...
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-11 Mark Huang- fix hidden fields removal
2007-01-11 Mark Huang- simplify role validation
2007-01-11 Mark Huang- Allow foreign users to be added to local slices and...
2007-01-11 Mark Huang- allow foreign keys to be blacklisted
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-11 Mark Huang- simplify role validation
2007-01-11 Mark Huang- Allow foreign users to be added to local slices and...
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-11 Mark Huang- list join_tables that reference slices
2007-01-11 Mark Huang- remove from peer caching
2007-01-11 Mark Huang- remove peer_id
2007-01-11 Mark Huang- remove unnecessary import of NodeGroups
2007-01-11 Mark Huang- remove problematic Persons -> Sites -> Persons circul...
2007-01-11 Mark Huang- list join_tables that reference peers
2007-01-11 Mark Huang- add peer_node to join_tables
2007-01-11 Mark Huang- use view_keys to get peer_id and peer_key_id
2007-01-11 Mark Huang- remove PLCCheckLocal functions, be more explicit...
2007-01-11 Mark Huang- register a few more globals for backward compatibility
2007-01-11 Mark Huang- only allow local users (i.e. peer_id = None) to authe...
2007-01-11 Mark Huang- remove peer_id from all object tables
2007-01-10 Mark Huang- save url
2007-01-10 Mark Huang- add gpg_export() to export keys from a public keyring...
2007-01-10 Thierry Parmentelatongoing work - uses new Shell, and creates peers with...
2007-01-09 Mark Huang- use Row.add_object and Row.remove_object
2007-01-09 Mark Huang- install plcsh instead of Shell.py
2007-01-09 Mark Huangrevert accidental (too early) checkin
2007-01-09 Mark Huangrevert accidental (too early) checkin
2007-01-09 Mark Huangrevert accidental (too early) checkin
2007-01-09 Mark Huangremove old Shell.py implementation (moved to plcsh...
2007-01-08 Mark Huang- python < 2.4 does not support function decorators
2007-01-08 Mark Huang- link plcsh, not Shell.py
2007-01-08 Mark Huang- separate out command-line parsing/interpreter from...
2007-01-08 Mark Huang- import Faults
2007-01-08 Mark Huang- add class methods add_object() and remove_object...
2007-01-08 Mark Huangprint GPG errors to log
2007-01-08 Mark HuangPLC.Shell class
next