summaryrefslogtreecommitdiffstats
path: root/ipaserver/servercore.py
Commit message (Collapse)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-121-3/+0
| | | | | Much of this is formatting to make pylint happy but it also fixes some real bugs.
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-131-6/+6
|
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-16/+16
|
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-20/+12
| | | | | | Once this is committed we can start the process of renaming errors2 as errors. I thought that combinig this into one commit would be more difficult to review.
* Allow specifying search scope in {ldap,servercore}.searchJakub Hrozek2009-02-091-2/+2
|
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-031-5/+5
|
* Applied Rob's errors patchRob Crittenden2009-02-031-7/+7
|
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-031-8/+8
|
* Make the membership attribute an argument and add new method entry.delAttr()Rob Crittenden2009-01-191-9/+12
| | | | | | | We need a way to say "this attribute is blank, delete it." delAttr does this. There are now several attributes to which we add "members" to so make the attribute for storing members configurable, defaulting to 'member'
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵Jason Gerard DeRose2009-01-041-0/+464
tests/test_ipaserver