2009-07-28 |
Evan Broder | Use isinstance(..., basestring) instead of (unicode... |
tree | commitdiff |
2009-07-27 |
Evan Broder | Ignore the "over" argument used in _ListMembers and... |
tree | commitdiff |
2009-07-11 |
Edward Z. Yang | Correct the tests for afs.acl to match a function rename. |
tree | commitdiff |
2009-07-09 |
Edward Z. Yang | Incorporate broder code review number 2: |
tree | commitdiff |
2009-06-26 |
Edward Z. Yang | Incorporate broder's comments. |
tree | commitdiff |
2009-05-12 |
Edward Z. Yang | Fix error messages that are actually errno. |
tree | commitdiff |
2009-05-12 |
Edward Z. Yang | Add showPermissions functionality. |
tree | commitdiff |
2009-05-05 |
Edward Z. Yang | ACL implementation. Current features: |
tree | commitdiff |
2009-03-19 |
Evan Broder | Add tests for PTS._NameToId, PTS._IdToName, and PTS... |
tree | commitdiff |
2009-03-19 |
Evan Broder | Add leading underscores to afs._pts.PTS when it calls... |
tree | commitdiff |
2009-03-19 |
Evan Broder | Start a test suite. |
tree | commitdiff |
2009-03-19 |
Evan Broder | Store the cell name in the PTS object. |
tree | commitdiff |
2009-03-19 |
Evan Broder | Prepend _ to all methods of afs._pts.PTS - afs.pts... |
tree | commitdiff |
2009-03-18 |
Evan Broder | Fix a potential use of an uninitialized variable. |
tree | commitdiff |
2009-03-18 |
Evan Broder | Use pyafs_error everywhere in afs._pts instead of raisi... |
tree | commitdiff |
2009-03-18 |
Evan Broder | Kill off the additional message string in pyafs_error... |
tree | commitdiff |
2009-03-18 |
Evan Broder | Create an afs.afs module for common functions, like... |
tree | commitdiff |
2009-03-18 |
Evan Broder | Move com_err initializers into the common AFS imports. |
tree | commitdiff |
2009-03-18 |
Evan Broder | In any function that previously only took a PTS ID... |
tree | commitdiff |
2009-03-18 |
Evan Broder | Add a mechanism for converting an identifier to a PTS ID. |
tree | commitdiff |
2009-03-18 |
Evan Broder | Abuse casting to avoid needing two sets of functions... |
tree | commitdiff |
2009-03-17 |
Evan Broder | Add SetFields, rounding out the afs._pts.PTS class. |
tree | commitdiff |
2009-03-17 |
Evan Broder | Change PTEntry to display name if it's set. |
tree | commitdiff |
2009-03-17 |
Evan Broder | Add back the name field to both checkentry and listentr... |
tree | commitdiff |
2009-03-17 |
Evan Broder | Give PTEntry a helpful __repr__ method. |
tree | commitdiff |
2009-03-17 |
Evan Broder | Add ListEntries. |
tree | commitdiff |
2009-03-16 |
Evan Broder | Add the nusers field back to PTEntry; it does vary... |
tree | commitdiff |
2009-03-16 |
Evan Broder | Add SetMax. |
tree | commitdiff |
2009-03-16 |
Evan Broder | Add ListMax for getting the maximum (and minimum) user... |
tree | commitdiff |
2009-03-16 |
Evan Broder | Add IsAMemberOf. |
tree | commitdiff |
2009-03-16 |
Evan Broder | Add a function for changing name, owner, and ID of... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Ignore the name field in prcheckentry---it doesn't... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Remove the reserved field from prcheckentry, since... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Ignore the nusers field in prcheckentry, since it seems... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add a ListEntry option for getting more information... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add a PTEntry class corresponding to the ptcheckentry... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Specifically use size_t for the malloc import. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Move the PTS.__cinit__ docstring to being the class... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add ListOwned call. |
tree | commitdiff |
2009-03-15 |
Evan Broder | ListMembers can take either a UID or a GID - document... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Don't ignore lists overflowing the display limit. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add ListMembers. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add RemoveFromGroup. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add a given UID to a given GID |
tree | commitdiff |
2009-03-15 |
Evan Broder | Throw a PRNOENT exception when looking up PTS IDs or... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Horray for docstrings! |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add support to PTS for Delete. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add CreateGroup support. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add CreateUser wrapper. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Add wrappers for ubik_PR_IDToName and ubik_PR_NameToID. |
tree | commitdiff |
2009-03-15 |
Evan Broder | Apparently every time you write trailing spaces, God... |
tree | commitdiff |
2009-03-15 |
Evan Broder | Use afs_error_message instead of the more conflicting... |
tree | commitdiff |
2008-12-21 |
Evan Broder | Finish the PTS connection initialization code (and... |
tree | commitdiff |
2008-12-21 |
Evan Broder | Setup the rx connections for the Ubik client. |
tree | commitdiff |
2008-12-21 |
Evan Broder | Kill the annoying a. prefix for externally included... |
tree | commitdiff |
2008-12-21 |
Evan Broder | Initialize the security object. |
tree | commitdiff |
2008-12-21 |
Evan Broder | I can get tokens now! |
tree | commitdiff |
2008-12-21 |
Evan Broder | Get information about the current cell. |
tree | commitdiff |
2008-12-21 |
Evan Broder | Add a comment explaining the ubik_client struct. |
tree | commitdiff |
2008-12-21 |
Evan Broder | Cleanup the mess we make. |
tree | commitdiff |
2008-12-21 |
Evan Broder | Pull includes into a common file, since there will... |
tree | commitdiff |
2008-12-21 |
Evan Broder | Initial commit of something that builds. |
tree | commitdiff |
|