Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / PLC /
2007-01-16 Mark Huang- no need to initialize sendmail instance anymore
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-15 Mark Huang- fix docs
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- test script utility class
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- only allow local users (i.e. peer_id = None) to authe...
2007-01-10 Mark Huang- save url
2007-01-10 Mark Huang- add gpg_export() to export keys from a public keyring...
2007-01-09 Mark Huang- use Row.add_object and Row.remove_object
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- 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
2007-01-08 Tony Mack- if the appropriate message template doesn't exist...
2007-01-05 Tony Mack- send email
2007-01-05 Tony Mack- send_account_registered_email() after adding person...
2007-01-05 Tony Mack- added Person.send_account_registered_email method
2007-01-05 Mark Huang- use temporary home directory since apache user does...
2007-01-05 Tony Mack- moved email notification code to Person class. call...
2007-01-05 Tony Mack- added Person.send_initiate_password_reset_email method
2007-01-05 Tony Mack- Initial checkin of new API implementation
2007-01-05 Tony Mack- initial checkin of new API implementation
2007-01-05 Tony Mack- checkin of previous plc sendmail.py
2007-01-05 Tony Mack- added sendmail object ('mailer') as a member of PLCAP...
2007-01-05 Tony Mack- dont return 'password', 'verification_key' or 'verifi...
2007-01-05 Tony Mack- added 'verification_key', 'verification_expires'...
2007-01-05 Tony Mack*** empty log message ***
2007-01-04 Mark Huangminimal hacks so that the PHP bindings can be built...
2006-12-20 Tony Mack- added 'message' instance variable (high level descrip...
2006-12-20 Tony Mack- Log event['message']
2006-12-20 Tony Mack- added 'message' as an event field
2006-12-15 Mark Huangregenerate
2006-12-15 Mark Huang- be a little more verbose in the returns doc
2006-12-15 Mark Huang- add peer to roles
2006-12-15 Mark Huang- add peer to roles
2006-12-15 Mark Huang- add DeletePeer method
2006-12-15 Mark Huang- add UpdatePeer method
2006-12-15 Mark Huang- style nits, fix docs
2006-12-15 Mark Huang- add peer_keys, peer_slice_attribute_types, and peer_s...
2006-12-15 Mark Huang- no need to pass auth struct, Peer now signs calls...
2006-12-15 Mark Huang- make Peer a wrapper around xmlrpclib.ServerProxy...
2006-12-15 Mark Huang- add GPGAuth signature authentication, primarily for...
2006-12-15 Mark HuangPython "binding" for GPG. I'll write GPGME bindings...
2006-12-15 Mark HuangReplacement for xmlrpclib.SafeTransport, which does...
2006-12-12 Thierry Parmentelat(*) Peer has new fields person_ids and site_ids
2006-12-07 Thierry Parmentelatprevents side-effect on foreign objects when appropriate
2006-12-05 Thierry ParmentelatCache:
2006-12-04 Mark Huang- Fix casting of unicode strings in arrays
2006-12-04 Mark Huang- spacing nits
2006-12-01 Tony Mack- modified insert_new_item to support multiple value...
2006-12-01 Thierry Parmentelatoops-need to revert last move
2006-12-01 Thierry Parmentelatcosmetic
2006-12-01 Thierry Parmentelatreturns ellapsed time
2006-11-30 Thierry Parmentelatforeign_xrefs should be a list and not a dict anymore
2006-11-30 Thierry ParmentelatGetPeerData returns separate items for local and peer...
2006-11-30 Thierry Parmentelat(*) implements validate_ methods for all timestamp...
2006-11-29 Tony Mack- order queried events by event_id
2006-11-29 Tony Mack- added support for wildcards in dictionary filters
2006-11-29 Tony Mack- log affected object_ids
2006-11-29 Tony Mack- - removed anything having to do with event_type/event...
2006-11-29 Tony Mack- removed anything having to with event_type/event_object
2006-11-29 Mark Huang- fix probable checkin of debug code
2006-11-28 Tony Mack- added logging vars
2006-11-28 Mark Huang- fix check for foreign node
2006-11-28 Thierry Parmentelat(*) direct cross refs redefined as NOT NULL in the...
2006-11-28 Thierry Parmentelatadopted as reference
2006-11-28 Tony Mack- fixed how node['slice_ids'] are filterd
2006-11-27 Tony Mack- use all_slice_ids when checking slice_ids in node...
next