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 |
2009-03-15 |
Evan Broder | Simplify the libraries being used. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Get PyAFS to build on Linux. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Evan Broder | Use afs_error_message instead of the more conflicting... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Finish the PTS connection initialization code (and... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Setup the rx connections for the Ubik client. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Kill the annoying a. prefix for externally included... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Switch to Cython instead of Pyrex |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Initialize the security object. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | I can get tokens now! |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Get information about the current cell. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Add a comment explaining the ubik_client struct. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Cleanup the mess we make. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Add some development documentation. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | It'll probably be useful to have the libraries being... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | MIT License? Did I say MIT License? I meant GPL. |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Pull includes into a common file, since there will... |
commit | commitdiff | tree | snapshot |
2008-12-21 |
Evan Broder | Initial commit of something that builds. |
commit | commitdiff | tree | snapshot |
|