Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix three broken unit tests | Jason Gerard DeRose | 2009-08-04 | 1 | -0/+1 |
| | |||||
* | Add textui function to display and prompt user for selection for *-find. | Rob Crittenden | 2009-07-10 | 1 | -1/+3 |
| | | | | | Since we may end up executing a *-show when an entry is selected we need to defer destroying the connection context. | ||||
* | Always use new LDAP backend when creating context. | Pavel Zuna | 2009-07-02 | 1 | -4/+1 |
| | |||||
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Add conditional (env.use_ldap2 is True) modifications required by new LDAP ↵ | Pavel Zuna | 2009-04-22 | 1 | -1/+4 |
| | | | | backend. | ||||
* | Fixed Executioner.execute() so that its 'name' argument doesn't conflict ↵ | Jason Gerard DeRose | 2009-03-13 | 1 | -4/+4 |
| | | | | with a param called 'name' (which is a valid param name) | ||||
* | Got new ldap connection working using Connectible.connect() | Jason Gerard DeRose | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | Started reworking CLI class into cli plugin | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+7 |
| | |||||
* | Added docstring to Connectible class | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+8 |
| | |||||
* | Ported xmlclient to subclass from Connectible | Jason Gerard DeRose | 2009-02-03 | 1 | -10/+20 |
| | |||||
* | Removed the depreciated Context and LazyContext classes | Jason Gerard DeRose | 2009-02-03 | 1 | -14/+0 |
| | |||||
* | Added stuff for managing connections and new Executioner backend base class | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+67 |
| | |||||
* | Did some initial work for Context plugins | Jason Gerard DeRose | 2008-10-30 | 1 | -0/+14 |
| | |||||
* | 320: plugable.API now respects the Plugin.__proxy__ flag; added test for ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+5 |
| | | | | plugins without proxy to unit tests for API | ||||
* | 319: Added new backend and tests.test_backend modules; added place-holder ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -0/+27 |
Backend class and corresponding unit tests |