Initial checkin of new API implementation
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 6 Sep 2006 15:43:11 +0000 (15:43 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 6 Sep 2006 15:43:11 +0000 (15:43 +0000)
commit24d16d18acab3da7bccc3e09df4927e9cf2d3246
tree81868721172bc6ad0f3f7bb00b6f2b88dc7d96f1
parent0a53498e5069b5e5359d171f1d3184de5043cbaa
Initial checkin of new API implementation
63 files changed:
Makefile [new file with mode: 0644]
ModPython.py [new file with mode: 0644]
PLC/.cvsignore [new file with mode: 0644]
PLC/API.py [new file with mode: 0644]
PLC/AddressTypes.py [new file with mode: 0644]
PLC/Addresses.py [new file with mode: 0644]
PLC/Auth.py [new file with mode: 0644]
PLC/BootStates.py [new file with mode: 0644]
PLC/Config.py [new file with mode: 0644]
PLC/Debug.py [new file with mode: 0644]
PLC/Faults.py [new file with mode: 0644]
PLC/Keys.py [new file with mode: 0644]
PLC/Method.py [new file with mode: 0644]
PLC/Methods/.cvsignore [new file with mode: 0644]
PLC/Methods/AdmAddNode.py [new file with mode: 0644]
PLC/Methods/AdmAddPerson.py [new file with mode: 0644]
PLC/Methods/AdmAddPersonToSite.py [new file with mode: 0644]
PLC/Methods/AdmAddSite.py [new file with mode: 0644]
PLC/Methods/AdmAuthCheck.py [new file with mode: 0644]
PLC/Methods/AdmDeleteNode.py [new file with mode: 0644]
PLC/Methods/AdmDeletePerson.py [new file with mode: 0644]
PLC/Methods/AdmDeleteSite.py [new file with mode: 0644]
PLC/Methods/AdmGetAllRoles.py [new file with mode: 0644]
PLC/Methods/AdmGetNodes.py [new file with mode: 0644]
PLC/Methods/AdmGetPersonRoles.py [new file with mode: 0644]
PLC/Methods/AdmGetPersonSites.py [new file with mode: 0644]
PLC/Methods/AdmGetPersons.py [new file with mode: 0644]
PLC/Methods/AdmGetSites.py [new file with mode: 0644]
PLC/Methods/AdmGrantRoleToPerson.py [new file with mode: 0644]
PLC/Methods/AdmIsPersonInRole.py [new file with mode: 0644]
PLC/Methods/AdmRemovePersonFromSite.py [new file with mode: 0644]
PLC/Methods/AdmRevokeRoleFromPerson.py [new file with mode: 0644]
PLC/Methods/AdmSetPersonEnabled.py [new file with mode: 0644]
PLC/Methods/AdmSetPersonPrimarySite.py [new file with mode: 0644]
PLC/Methods/AdmUpdateNode.py [new file with mode: 0644]
PLC/Methods/AdmUpdatePerson.py [new file with mode: 0644]
PLC/Methods/__init__.py [new file with mode: 0644]
PLC/Methods/system/.cvsignore [new file with mode: 0644]
PLC/Methods/system/__init__.py [new file with mode: 0644]
PLC/Methods/system/listMethods.py [new file with mode: 0644]
PLC/Methods/system/methodHelp.py [new file with mode: 0644]
PLC/Methods/system/methodSignature.py [new file with mode: 0644]
PLC/Methods/system/multicall.py [new file with mode: 0644]
PLC/NodeGroups.py [new file with mode: 0644]
PLC/NodeNetworks.py [new file with mode: 0644]
PLC/Nodes.py [new file with mode: 0644]
PLC/PCUs.py [new file with mode: 0644]
PLC/Parameter.py [new file with mode: 0644]
PLC/Persons.py [new file with mode: 0644]
PLC/PostgreSQL.py [new file with mode: 0644]
PLC/Roles.py [new file with mode: 0644]
PLC/Sites.py [new file with mode: 0644]
PLC/Slices.py [new file with mode: 0644]
PLC/Table.py [new file with mode: 0644]
PLC/__init__.py [new file with mode: 0644]
PLC/md5crypt.py [new file with mode: 0644]
Server.py [new file with mode: 0755]
Shell.py [new file with mode: 0755]
TODO [new file with mode: 0644]
doc/.cvsignore [new file with mode: 0644]
doc/DocBook.py [new file with mode: 0755]
doc/Makefile [new file with mode: 0644]
doc/PLCAPI.xml [new file with mode: 0644]