Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to the installer for uid/gid starting numbers. | Rob Crittenden | 2009-08-27 | 1 | -1/+9 |
| | | | | | | | | | | | | This also adds a new option to the template system. If you include eval(string) in a file that goes through the templater then the string in the eval will be evaluated by the Python interpreter. This is used so one can do $UIDSTART+1. If any errors occur during the evaluation the original string is is returned, eval() and all so it is up to the developer to make sure the evaluation passes. The default value for uid and gid is now a random value between 1,000,000 and (2^31 - 1,000,000) | ||||
* | Clean up additional issues discovered with pylint and pychecker | Rob Crittenden | 2009-08-20 | 1 | -10/+0 |
| | |||||
* | Clean up some problems discovered with pylint and pychecker | Rob Crittenden | 2009-08-12 | 1 | -7/+7 |
| | | | | | Much of this is formatting to make pylint happy but it also fixes some real bugs. | ||||
* | Handle GSSAPI exceptions more gracefully | Rob Crittenden | 2009-04-20 | 1 | -7/+9 |
| | |||||
* | Rename ipa-python directory to ipapython so it is a real python library | Rob Crittenden | 2009-02-09 | 1 | -0/+969 |
We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python. |