Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove common entries when deleting a master. | Simo Sorce | 2010-12-21 | 1 | -0/+29 |
| | | | | Fixes: https://fedorahosted.org/freeipa/ticket/550 | ||||
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -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 | ||||
* | Add LDAP upgrade over ldapi support. | Rob Crittenden | 2010-06-01 | 1 | -2/+12 |
| | | | | | | | | | This disables all but the ldapi listener in DS so it will be quiet when we perform our upgrades. It is expected that any other clients that also use ldapi will be shut down by other already (krb5 and dns). Add ldapi as an option in ipaldap and add the beginning of pure offline support (e.g. direct editing of LDIF files). | ||||
* | Don't pass non-existent arguments to _handle_errors() | Rob Crittenden | 2009-05-19 | 1 | -9/+5 |
| | |||||
* | Add a reason to the NotFound exception so we can provide more robust errors | Rob Crittenden | 2009-05-13 | 1 | -4/+4 |
| | |||||
* | Fix replica installation for self-signed CA (no dogtag) | Rob Crittenden | 2009-05-04 | 1 | -0/+58 |
| | |||||
* | Rename errors2.py to errors.py. Modify all affected files. | Pavel Zuna | 2009-04-23 | 1 | -14/+14 |
| | |||||
* | Finish work replacing the errors module with errors2 | Rob Crittenden | 2009-04-20 | 1 | -39/+71 |
| | | | | | | 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. | ||||
* | Raise a more specific error when a user lacks the proper permissions. | Rob Crittenden | 2009-03-25 | 1 | -1/+5 |
| | | | | | The info part of the message will contain details on what permission failed on what attribute. | ||||
* | Enforce netgroup uniqueness, allow netgroups to be members of netgroups | Rob Crittenden | 2009-02-27 | 1 | -0/+6 |
| | | | | | When adding an entry, convert a constraint violation of "already exists" into a DuplicateEntry exception so the user gets a useful response | ||||
* | Remove more unused files and functions, replace ipaerror with new error classes | Rob Crittenden | 2009-02-06 | 1 | -3/+3 |
| | |||||
* | Applied Rob's errors patch | Rob Crittenden | 2009-02-03 | 1 | -6/+6 |
| | |||||
* | Add new method, delAttr(), to completely remove an attribute | Rob Crittenden | 2009-01-19 | 1 | -3/+10 |
| | | | | Fix some errors that weren't being raised properly | ||||
* | Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to ↵ | Jason Gerard DeRose | 2009-01-04 | 1 | -0/+546 |
tests/test_ipaserver |