Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comments in config.py and fix Environment.get() | Martin Nagy | 2008-10-20 | 1 | -2/+52 |
| | |||||
* | Reworking Environment, moved it to config.py | Martin Nagy | 2008-10-17 | 1 | -46/+165 |
| | |||||
* | Port user-show to new CrudBackend framework | Rob Crittenden | 2008-10-14 | 1 | -0/+3 |
| | |||||
* | Convert string values to boolean when generating environment | Martin Nagy | 2008-10-14 | 1 | -10/+28 |
| | |||||
* | Added ldap.get_user_dn() method | Jason Gerard DeRose | 2008-10-14 | 1 | -1/+3 |
| | |||||
* | Implement argument parsing for the CLI | Martin Nagy | 2008-10-08 | 1 | -3/+7 |
| | |||||
* | Implement config file reading | Martin Nagy | 2008-10-08 | 1 | -6/+27 |
| | |||||
* | Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵ | Jason Gerard DeRose | 2008-10-02 | 1 | -2/+2 |
| | | | | xmlrpc_unmarshal() functions respectively | ||||
* | Environment is now subclassed from object, rather then dict. Added tests for ↵ | Martin Nagy | 2008-10-02 | 1 | -17/+23 |
| | | | | Environment and config.py | ||||
* | Add support for environment variables, change tests accordingly | Martin Nagy | 2008-09-29 | 1 | -0/+84 |