invirt/packages/python-afs.git
2009-11-19  Evan BroderAdd implementations of kname_parse and kname_unparse...
2009-11-19  Evan BroderFigure out what realm an afs._pts.PTS instance authenti...
2009-10-20  Evan BroderAllow for extending the build flags in a PyAFSExtension...
2009-07-28  Evan BroderUse a bool instead of an int for the follow argument to
2009-07-28  Evan BroderAdd the afs._acl output to .gitignore.
2009-07-28  Evan BroderUse isinstance(..., basestring) instead of (unicode...
2009-07-27  Evan BroderIgnore the "over" argument used in _ListMembers and...
2009-07-27  Evan BroderIf the PIC versions of the AFS libraries are available...
2009-07-27  Evan BroderPyAFS doesn't seem to be using libafsutil - tests still...
2009-07-11  Edward Z. YangCorrect the tests for afs.acl to match a function rename.
2009-07-09  Evan BroderMerge branch 'acl'
2009-07-09  Edward Z. YangIncorporate broder code review number 2:
2009-06-26  Edward Z. YangIncorporate broder's comments.
2009-05-12  Edward Z. YangFix error messages that are actually errno.
2009-05-12  Edward Z. YangAdd showPermissions functionality.
2009-05-05  Edward Z. YangACL implementation. Current features:
2009-05-02  Evan BroderUpdate README.dev to the fact that we're using Cython...
2009-05-02  Evan BroderFix typo in the name of the Debian/Ubuntu package for...
2009-05-01  Evan Brodersetuptools apparently is too retarded for Cython. Switc...
2009-04-23  Evan BroderGive more information on how to install Cython through...
2009-03-19  Evan BroderAdd tests for PTS._NameToId, PTS._IdToName, and PTS...
2009-03-19  Evan BroderAdd leading underscores to afs._pts.PTS when it calls...
2009-03-19  Evan BroderStart a test suite.
2009-03-19  Evan BroderStore the cell name in the PTS object.
2009-03-19  Evan BroderDon't leave out README.dev when generating a manifest...
2009-03-19  Evan BroderPrepend _ to all methods of afs._pts.PTS - afs.pts...
2009-03-18  Evan BroderFix a potential use of an uninitialized variable.
2009-03-18  Evan BroderSimplify the extension declarations in setup.py.
2009-03-18  Evan BroderUse pyafs_error everywhere in afs._pts instead of raisi...
2009-03-18  Evan BroderKill off the additional message string in pyafs_error...
2009-03-18  Evan BroderCreate an afs.afs module for common functions, like...
2009-03-18  Evan BroderMove com_err initializers into the common AFS imports.
2009-03-18  Evan BroderDrinking the rST kool-aid - mark the commands to run...
2009-03-18  Evan BroderIn any function that previously only took a PTS ID...
2009-03-18  Evan BroderAdd a mechanism for converting an identifier to a PTS ID.
2009-03-18  Evan BroderAbuse casting to avoid needing two sets of functions...
2009-03-18  Evan BroderAdd a brief README.
2009-03-18  Evan BroderUpdate README.dev to reflect some slight architecture...
2009-03-17  Evan BroderAdd SetFields, rounding out the afs._pts.PTS class.
2009-03-17  Evan BroderChange PTEntry to display name if it's set.
2009-03-17  Evan BroderAdd back the name field to both checkentry and listentr...
2009-03-17  Evan BroderGive PTEntry a helpful __repr__ method.
2009-03-17  Evan BroderAdd ListEntries.
2009-03-16  Evan BroderAdd the nusers field back to PTEntry; it does vary...
2009-03-16  Evan BroderAdd SetMax.
2009-03-16  Evan BroderAdd ListMax for getting the maximum (and minimum) user...
2009-03-16  Evan BroderAdd IsAMemberOf.
2009-03-16  Evan BroderAdd a function for changing name, owner, and ID of...
2009-03-15  Evan BroderIgnore the name field in prcheckentry---it doesn't...
2009-03-15  Evan BroderRemove the reserved field from prcheckentry, since...
2009-03-15  Evan BroderIgnore the nusers field in prcheckentry, since it seems...
2009-03-15  Evan BroderAdd a ListEntry option for getting more information...
2009-03-15  Evan BroderAdd a PTEntry class corresponding to the ptcheckentry...
2009-03-15  Evan BroderSpecifically use size_t for the malloc import.
2009-03-15  Evan BroderMove the PTS.__cinit__ docstring to being the class...
2009-03-15  Evan BroderAdd ListOwned call.
2009-03-15  Evan BroderListMembers can take either a UID or a GID - document...
2009-03-15  Evan BroderDon't ignore lists overflowing the display limit.
2009-03-15  Evan BroderAdd ListMembers.
2009-03-15  Evan BroderAdd RemoveFromGroup.
2009-03-15  Evan BroderAdd a given UID to a given GID
2009-03-15  Evan BroderThrow a PRNOENT exception when looking up PTS IDs or...
2009-03-15  Evan BroderHorray for docstrings!
2009-03-15  Evan BroderAdd support to PTS for Delete.
2009-03-15  Evan BroderFix a typo in one of the #defines.
2009-03-15  Evan BroderAdd CreateGroup support.
2009-03-15  Evan BroderAdd CreateUser wrapper.
2009-03-15  Evan BroderAdd wrappers for ubik_PR_IDToName and ubik_PR_NameToID.
2009-03-15  Evan BroderApparently every time you write trailing spaces, God...
2009-03-15  Evan BroderSimplify the libraries being used.
2009-03-15  Evan BroderGet PyAFS to build on Linux.
2009-03-15  Evan BroderUse afs_error_message instead of the more conflicting...
2008-12-21  Evan BroderFinish the PTS connection initialization code (and...
2008-12-21  Evan BroderSetup the rx connections for the Ubik client.
2008-12-21  Evan BroderKill the annoying a. prefix for externally included...
2008-12-21  Evan BroderSwitch to Cython instead of Pyrex
2008-12-21  Evan BroderInitialize the security object.
2008-12-21  Evan BroderI can get tokens now!
2008-12-21  Evan BroderGet information about the current cell.
2008-12-21  Evan BroderAdd a comment explaining the ubik_client struct.
2008-12-21  Evan BroderCleanup the mess we make.
2008-12-21  Evan BroderAdd some development documentation.
2008-12-21  Evan BroderIt'll probably be useful to have the libraries being...
2008-12-21  Evan BroderMIT License? Did I say MIT License? I meant GPL.
2008-12-21  Evan BroderPull includes into a common file, since there will...
2008-12-21  Evan BroderInitial commit of something that builds.