plcapi.git
2007-03-23 Thierry Parmentelatadds Id tag
2007-03-23 Thierry ParmentelatBug fix
2007-03-08 Tony Mack- raise PLCPermissionDenied when a session auth'd api...
2007-02-27 Tony Mack- now using event_objects to log affected objects
2007-02-27 Tony Mack- added GetEventObjects backwards compat. AnonAdmGetNod...
2007-02-27 Tony Mack- now using event_objects to log affected objects
2007-02-27 Tony Mack- now using event_objects to log affected objects
2007-02-27 Tony Mack- clean up unnecessary code
2007-02-27 Tony Mack- Initial checkin of new API implementation
2007-02-27 Tony Mack- Initial checkin of new API implementation
2007-02-27 Tony Mack- replace Event.object_type with Event.object_types...
2007-02-27 Tony Mack- changed how event_objects are logged.
2007-02-27 Tony Mack- move 'object_type' field from 'events' to 'event_obje...
2007-02-26 Tony Mack- add backward compat. method for old NodeManager
2007-02-23 Tony Mack- send notification emails only to pi's that are enabled
2007-02-23 Thierry Parmentelatcosmetic changes in convenience-print functions
2007-02-23 Thierry Parmentelatchecks for existence of keys before deleting with non...
2007-02-23 Thierry Parmentelatextended documentation to describe pattern-matching...
2007-02-21 Tony Mack- added 'ext_consortium_id' to can_update list
2007-02-21 Tony Mack- add 'ext_consortium_id' to Site.fields
2007-02-21 Tony Mack- add 'ext_consortium_id' field to 'sites' table and...
2007-02-20 Mark Huangregenerate
2007-02-19 Mark Huang- simplify doc output; use itemizedlists instead of...
2007-02-19 Mark Huang- add introduction and general discussion
2007-02-14 Tony Mack- No longer delete account if verification expires
2007-02-12 Tony Mack- fixed call() params. now includes self
2007-02-12 Mark HuangShut down database connection, otherwise up to MaxClien...
2007-02-12 Mark Huang- close cursors after use
2007-02-11 Mark Huang- do not reuse cursors!
2007-02-11 Mark Huang- try obtaining another cursor once if it appears to...
2007-02-10 Mark Huangadd missing import of NodeNetworks
2007-02-09 Thierry Parmentelatfilters out PLC_ROOT_USER as well
2007-02-09 Thierry Parmentelatfixes transcoding issue for nodes - local nodes were...
2007-02-09 Thierry Parmentelatfilters out system slices and maintenance account
2007-02-09 Thierry Parmentelatattempt to fix key error issue
2007-02-09 Tony Mack- changed how Slices formats 'expires' variable in...
2007-02-09 Thierry Parmentelatlog revisited for showing plain info rather than abstru...
2007-02-08 Tony Mack- fixed bug in generate_temp_table() having to do with...
2007-02-08 Mark Huangadd -k, --insecure option to skip checking SSL cert
2007-02-08 Mark Huangonly use cert defined in /etc/planetlab/plc_config...
2007-02-08 Mark Huang- check for field existence before accessing
2007-02-08 Mark Huangset deprecated status on old functions
2007-02-08 Thierry Parmentelatchecked set of fields that may be passed
2007-02-08 Thierry Parmentelatlogs changes in the xrefs as well
2007-02-08 Mark Huang- fields(): cache table field names
2007-02-07 Thierry Parmentelatfixes push target
2007-02-07 Thierry Parmentelatsolves xrefs person->key slice->node slice->person...
2007-02-07 Mark Huangregenerated pdf
2007-02-07 Mark Huang- back out accidental checkin
2007-02-07 Thierry Parmentelatsafely copies all crt files
2007-02-07 Thierry Parmentelatupdate predef slice attribute name
2007-02-07 Mark Huangmust query certain fields in order to filter
2007-02-07 Mark Huangclose nonstandard fds before forking
2007-02-07 Mark Huang- import Site, Sites
2007-02-05 Tony Mack- modified PasswordAuth.check to be case insensitive...
2007-02-05 Mark Huang- add onelab peer as part of post upgrade fixup
2007-02-04 Mark Huangadd our custom yum.conf PlanetLabConf entries
2007-02-04 Mark Huang- don't bother converting conf_files (db-config sets...
2007-02-03 Mark Huangregenerate PDF
2007-02-03 Mark Huangadd backward compatible SliceGetTicket and SliceTicketG...
2007-02-03 Mark Huang- Update plc_ticket_pubkey attribute
2007-02-03 Mark Huang- base64 decode the old initscript
2007-02-03 Mark Huang- remove max length from slice attribute values
2007-02-03 Mark Huang- add Proper ops
2007-02-02 Mark HuangConvert old planetlab3 slice attributes and initscripts...
2007-02-02 Mark Huang- add AutoReqProv: no (don't automatically search for...
2007-02-02 Mark Huang- remove rpm dependencies on postgresql-server and...
2007-02-02 Mark Huang- add -s, --session option to specify session key
2007-02-02 Mark Huang- allow session key to be specified (for use on nodes)
2007-02-01 Mark Huang- fix typo
2007-02-01 Mark Huangadd GetSliceTicket
2007-02-01 Mark Huang- return signed slice tickets in the format that new NM
2007-02-01 Mark Huang- changed gpg_sign() calling convention
2007-02-01 Mark Huang- changed gpg_verify() calling convention
2007-02-01 Mark Huang- support signing XML-RPC methodResponses as well ...
2007-02-01 Tony Mack- support updating 'enabled' field
2007-02-01 Mark Huang- pull bulk of functionality into get_slivers() utility...
2007-02-01 Mark Huangadd Boot
2007-02-01 Mark Huangregenerate pdf
2007-02-01 Mark Huangadd NotifyPersons method to e-mail specified users
2007-02-01 Mark Huangallow node authentication
2007-02-01 Mark Huangallow node and anonymous authentication
2007-01-31 Mark Huang- Auth() now implies BootAuth()
2007-01-31 Mark Huang- fix Auth so that it parses AuthMethod and doles out...
2007-01-31 Mark Huang- NULL out invalid creator_person_ids
2007-01-31 Mark Huangset subversion
2007-01-31 Mark Huang- Remove NOT NULL constraint from creator_person_id...
2007-01-31 Mark Huang- remove NOT NULL constraint from slices.creator_person...
2007-01-31 Tony Mack- modify person_key and keys table definitions to ignor...
2007-01-31 Tony Mack- revert back to old fix_row()
2007-01-31 Mark Huang- allow digits in login_base
2007-01-31 Tony Mack- modified fix_row(): skip records in person_keys table...
2007-01-31 Mark HuangDumps the planetlab3 database on zulu, fixing a few...
2007-01-31 Mark Huang- allow digits in login_base
2007-01-31 Thierry Parmentelatfor executable migration scripts
2007-01-30 Mark Huang- fix typo
2007-01-30 Mark Huang- notify node owners about authentication failures
2007-01-30 Mark Huang- use Boot.notify_owners()
2007-01-30 Mark Huangsupport CREATE OR REPLACE
2007-01-30 Mark Huang- Boot Manager support functions (so far, only notify_o...
next