2013-04-18 |
Evan Broder | Changelog entry for 0.1.1-1. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Evan Broder | git-buildpackage wants a header for its options. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Evan Broder | Update the build-dependencies. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Evan Broder | Debianize PyAFS. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Evan Broder | Merge pull request #2 from dehnert/master |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Alex Dehnert | Notice libafsauthent_pic.a library in lib64 |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Alex Dehnert | Mark _init as global in pyafs_error |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Alex Dehnert | Correct documention |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Broder | The "Once More, with Working" release. upstream 0.1.1 |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Evan Broder | Add symbolic names for the PTS encryption levels. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Broder | Adjust for the fact that Python 2.5 doesn't have collec... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Broder | Update PTRelationSet._add and PTRelationSet._discard... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Broder | Fix the README to actually talk about PyAFS, not PyHesiod. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Broder | Pre-emptively add instructions to the README for buildi... 0.1.0 |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Broder | Set a homepage for the module. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Evan Broder | It seems like roughly release time. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Evan Broder | Fix typos in afs.acl and afs.fs introduced in 0e2974f1. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Evan Broder | Add a krbname property to afs.pts.PTEntry, which conver... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Evan Broder | Add afs.pts.PTS.getEntryFromKrbname, which converts... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Broder | Always use absolute imports. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Evan Broder | Rename afs.afs to afs._util so that absolute imports... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | For consistency, use "cdef extern" everywhere instead... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Add an fs.inafs function for determining if a path... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Add a simple afs._fs module that exposes a whichcell... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Merge branch 'pts-orm' |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | First attempt at an ORM-like interface to the PRDB. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Add a new _Krb5ToAfs method to afs._pts.PTS for convert... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Add an _AfsToKrb5 method on afs._pts.PTS for converting... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Add implementations of kname_parse and kname_unparse... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Evan Broder | Figure out what realm an afs._pts.PTS instance authenti... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Jonathan Reed | Change order of bits in list of tuples to return ACLS... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Jonathan Reed | Remove extra 'w' from canonical strings for 'write... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Jonathan Reed | Implement the ability to set ACLs. |
commit | commitdiff | tree | snapshot |
2009-10-20 |
Evan Broder | Allow for extending the build flags in a PyAFSExtension... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Evan Broder | Use a bool instead of an int for the follow argument to |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Evan Broder | Add the afs._acl output to .gitignore. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Evan Broder | Use isinstance(..., basestring) instead of (unicode... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Broder | Ignore the "over" argument used in _ListMembers and... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Broder | If the PIC versions of the AFS libraries are available... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Broder | PyAFS doesn't seem to be using libafsutil - tests still... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Edward Z. Yang | Correct the tests for afs.acl to match a function rename. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Evan Broder | Merge branch 'acl' |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Edward Z. Yang | Incorporate broder code review number 2: |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Edward Z. Yang | Incorporate broder's comments. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Edward Z. Yang | Fix error messages that are actually errno. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Edward Z. Yang | Add showPermissions functionality. |
commit | commitdiff | tree | snapshot |
2009-05-05 |
Edward Z. Yang | ACL implementation. Current features: |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Evan Broder | Update README.dev to the fact that we're using Cython... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Evan Broder | Fix typo in the name of the Debian/Ubuntu package for... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Evan Broder | setuptools apparently is too retarded for Cython. Switc... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
Evan Broder | Give more information on how to install Cython through... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Broder | Add tests for PTS._NameToId, PTS._IdToName, and PTS... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Broder | Add leading underscores to afs._pts.PTS when it calls... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Broder | Start a test suite. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Broder | Store the cell name in the PTS object. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Broder | Don't leave out README.dev when generating a manifest... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Broder | Prepend _ to all methods of afs._pts.PTS - afs.pts... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Fix a potential use of an uninitialized variable. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Simplify the extension declarations in setup.py. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Use pyafs_error everywhere in afs._pts instead of raisi... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Kill off the additional message string in pyafs_error... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Create an afs.afs module for common functions, like... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Move com_err initializers into the common AFS imports. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Drinking the rST kool-aid - mark the commands to run... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | In any function that previously only took a PTS ID... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Add a mechanism for converting an identifier to a PTS ID. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Abuse casting to avoid needing two sets of functions... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Add a brief README. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Broder | Update README.dev to reflect some slight architecture... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Broder | Add SetFields, rounding out the afs._pts.PTS class. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Broder | Change PTEntry to display name if it's set. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Broder | Add back the name field to both checkentry and listentr... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Broder | Give PTEntry a helpful __repr__ method. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Broder | Add ListEntries. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Evan Broder | Add the nusers field back to PTEntry; it does vary... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Evan Broder | Add SetMax. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Evan Broder | Add ListMax for getting the maximum (and minimum) user... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Evan Broder | Add IsAMemberOf. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Evan Broder | Add a function for changing name, owner, and ID of... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Ignore the name field in prcheckentry---it doesn't... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Remove the reserved field from prcheckentry, since... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Ignore the nusers field in prcheckentry, since it seems... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add a ListEntry option for getting more information... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add a PTEntry class corresponding to the ptcheckentry... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Specifically use size_t for the malloc import. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Move the PTS.__cinit__ docstring to being the class... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add ListOwned call. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | ListMembers can take either a UID or a GID - document... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Don't ignore lists overflowing the display limit. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add ListMembers. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add RemoveFromGroup. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add a given UID to a given GID |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Throw a PRNOENT exception when looking up PTS IDs or... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Horray for docstrings! |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add support to PTS for Delete. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Fix a typo in one of the #defines. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add CreateGroup support. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add CreateUser wrapper. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Add wrappers for ubik_PR_IDToName and ubik_PR_NameToID. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Apparently every time you write trailing spaces, God... |
commit | commitdiff | tree | snapshot |
next |