| 2007-01-11 | Mark Huang | - only allow local users (i.e. peer_id = None) to authe... | commit | commitdiff | tree | snapshot | 
| 2007-01-11 | Mark Huang | - remove peer_id from all object tables | commit | commitdiff | tree | snapshot | 
| 2007-01-10 | Mark Huang | - save url | commit | commitdiff | tree | snapshot | 
| 2007-01-10 | Mark Huang | - add gpg_export() to export keys from a public keyring... | commit | commitdiff | tree | snapshot | 
| 2007-01-10 | Thierry Parmentelat | ongoing work - uses new Shell, and creates peers with... | commit | commitdiff | tree | snapshot | 
| 2007-01-09 | Mark Huang | - use Row.add_object and Row.remove_object | commit | commitdiff | tree | snapshot | 
| 2007-01-09 | Mark Huang | - install plcsh instead of Shell.py | commit | commitdiff | tree | snapshot | 
| 2007-01-09 | Mark Huang | revert accidental (too early) checkin | commit | commitdiff | tree | snapshot | 
| 2007-01-09 | Mark Huang | revert accidental (too early) checkin | commit | commitdiff | tree | snapshot | 
| 2007-01-09 | Mark Huang | revert accidental (too early) checkin | commit | commitdiff | tree | snapshot | 
| 2007-01-09 | Mark Huang | remove old Shell.py implementation (moved to plcsh... | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | - python < 2.4 does not support function decorators | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | - link plcsh, not Shell.py | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | - separate out command-line parsing/interpreter from... | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | - import Faults | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | - add class methods add_object() and remove_object... | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | print GPG errors to log | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Mark Huang | PLC.Shell class | commit | commitdiff | tree | snapshot | 
| 2007-01-08 | Tony Mack | - if the appropriate message template doesn't exist... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - send email | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - send_account_registered_email() after adding person... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - added Person.send_account_registered_email method | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Mark Huang | - use temporary home directory since apache user does... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - moved email notification code to Person class. call... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - added Person.send_initiate_password_reset_email method | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - Initial checkin of new API implementation | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - initial checkin of new API implementation | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - checkin of previous plc sendmail.py | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - added sendmail object ('mailer') as a member of PLCAP... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - dont return 'password', 'verification_key' or 'verifi... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | - added 'verification_key', 'verification_expires'... | commit | commitdiff | tree | snapshot | 
| 2007-01-05 | Tony Mack | *** empty log message *** | commit | commitdiff | tree | snapshot | 
| 2007-01-04 | Mark Huang | throw an error if methods.py fails | commit | commitdiff | tree | snapshot | 
| 2007-01-04 | Mark Huang | minimal hacks so that the PHP bindings can be built... | commit | commitdiff | tree | snapshot | 
| 2006-12-20 | Tony Mack | - added 'message' instance variable (high level descrip... | commit | commitdiff | tree | snapshot | 
| 2006-12-20 | Tony Mack | - Log event['message'] | commit | commitdiff | tree | snapshot | 
| 2006-12-20 | Tony Mack | - added 'message' as an event field | commit | commitdiff | tree | snapshot | 
| 2006-12-20 | Tony Mack | - added 'message' column to events table | commit | commitdiff | tree | snapshot | 
| 2006-12-18 | Mark Huang | disable pycurl build for fc2 (not supported anyway) | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | regenerate | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - lowercase subdirs | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | move docclean into clean | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - be a little more verbose in the returns doc | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add peer to roles | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add peer to roles | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add DeletePeer method | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add UpdatePeer method | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - style nits, fix docs | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add peer_keys, peer_slice_attribute_types, and peer_s... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add peer_keys, peer_slice_attribute_types, and peer_s... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - no need to pass auth struct, Peer now signs calls... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - make Peer a wrapper around xmlrpclib.ServerProxy... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - use PyCurlTransport and add --cacert to optionally... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - add GPGAuth signature authentication, primarily for... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - peers: replace persons authentication with GPG/SSL... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | Python "binding" for GPG. I'll write GPGME bindings... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | Replacement for xmlrpclib.SafeTransport, which does... | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - must build modules before subdirs | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | - build psycopg2, pycurl generically | commit | commitdiff | tree | snapshot | 
| 2006-12-15 | Mark Huang | This commit was generated by cvs2svn to compensate... | commit | commitdiff | tree | snapshot | 
| 2006-12-13 | Mark Huang | - fix bugs | commit | commitdiff | tree | snapshot | 
| 2006-12-12 | Thierry Parmentelat | Provides test results references for | commit | commitdiff | tree | snapshot | 
| 2006-12-12 | Thierry Parmentelat | (*) Peer has new fields person_ids and site_ids | commit | commitdiff | tree | snapshot | 
| 2006-12-11 | Thierry Parmentelat | removes requirement that /etc/planetlab/plc_config... | commit | commitdiff | tree | snapshot | 
| 2006-12-11 | Thierry Parmentelat | oops - usage was broken, still referred to global | commit | commitdiff | tree | snapshot | 
| 2006-12-07 | Thierry Parmentelat | prevents side-effect on foreign objects when appropriate | commit | commitdiff | tree | snapshot | 
| 2006-12-05 | Thierry Parmentelat | various changes in the test suite | commit | commitdiff | tree | snapshot | 
| 2006-12-05 | Thierry Parmentelat | Cache: | commit | commitdiff | tree | snapshot | 
| 2006-12-05 | Thierry Parmentelat | same function but in a class | commit | commitdiff | tree | snapshot | 
| 2006-12-04 | Mark Huang | - Fix casting of unicode strings in arrays | commit | commitdiff | tree | snapshot | 
| 2006-12-04 | Mark Huang | - spacing nits | commit | commitdiff | tree | snapshot | 
| 2006-12-04 | Thierry Parmentelat | before we switch to using new Shell.py | commit | commitdiff | tree | snapshot | 
| 2006-12-01 | Tony Mack | - modified insert_new_item to support multiple value... | commit | commitdiff | tree | snapshot | 
| 2006-12-01 | Thierry Parmentelat | oops-need to revert last move | commit | commitdiff | tree | snapshot | 
| 2006-12-01 | Thierry Parmentelat | cosmetic | commit | commitdiff | tree | snapshot | 
| 2006-12-01 | Thierry Parmentelat | returns ellapsed time | commit | commitdiff | tree | snapshot | 
| 2006-12-01 | Thierry Parmentelat | defines persons_per_slice to avoid quadratic complexity... | commit | commitdiff | tree | snapshot | 
| 2006-11-30 | Tony Mack | - populate sites.max_slices correctly | commit | commitdiff | tree | snapshot | 
| 2006-11-30 | Thierry Parmentelat | foreign_xrefs should be a list and not a dict anymore | commit | commitdiff | tree | snapshot | 
| 2006-11-30 | Thierry Parmentelat | GetPeerData returns separate items for local and peer... | commit | commitdiff | tree | snapshot | 
| 2006-11-30 | Thierry Parmentelat | new naming scheme for outputs and reference outputs | commit | commitdiff | tree | snapshot | 
| 2006-11-30 | Thierry Parmentelat | new limit on nodes_per_slice to avoid quadratic total... | commit | commitdiff | tree | snapshot | 
| 2006-11-30 | Thierry Parmentelat | (*) implements validate_ methods for all timestamp... | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Tony Mack | - order queried events by event_id | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Tony Mack | - added support for wildcards in dictionary filters | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Mark Huang | - only add optional arguments if specified | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Tony Mack | - log affected object_ids | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Tony Mack | - - removed anything having to do with event_type/event... | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Tony Mack | - removed anything having to with event_type/event_object | commit | commitdiff | tree | snapshot | 
| 2006-11-29 | Mark Huang | - fix probable checkin of debug code | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Tony Mack | - added logging vars | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Tony Mack | - insert Sliver into object_types table | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Tony Mack | - insert peers to object_types table | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Mark Huang | - fix check for foreign node | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Thierry Parmentelat | creates a fixed number of keys, huge test would issue... | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Thierry Parmentelat | updated with dump | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Thierry Parmentelat | (*) direct cross refs redefined as NOT NULL in the... | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Thierry Parmentelat | adopted as reference | commit | commitdiff | tree | snapshot | 
| 2006-11-28 | Tony Mack | - fixed how node['slice_ids'] are filterd | commit | commitdiff | tree | snapshot | 
| 2006-11-27 | Tony Mack | - use all_slice_ids when checking slice_ids in node... | commit | commitdiff | tree | snapshot | 
| next |