summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Correct installation path for dna plugin.Karl MacMillan2007-09-071-1/+1
| * Add search box in header.Kevin McCarthy2007-09-067-18/+71
| * Added dna plugin to spec.Karl MacMillan2007-09-072-0/+2
| * Small UI tweeksKevin McCarthy2007-09-056-25/+42
| * Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-057-0/+75
| * Fix dsinstance.py and krbinstance.py importsKevin McCarthy2007-09-062-2/+2
| * Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-055-138/+176
| * Initial commit of dna plugin - origin: FDS with fix upsPete Rowley2007-09-044-1/+1222
| * Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-042-0/+195
* | Better file parsing routines,Simo Sorce2007-09-062-155/+385
|/
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-045-84/+66
* Merge with upstreamSimo Sorce2007-09-0417-80/+1418
|\
| * Add account deactivation checkbox.Kevin McCarthy2007-08-318-7/+59
| * Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-046-2/+26
| * Add auto-suggest for uid and email fields.Kevin McCarthy2007-08-305-71/+181
| * Add scriptaculous effects library (will add more if they become necessary).Kevin McCarthy2007-08-302-0/+1152
* | Add password request for admin userSimo Sorce2007-08-314-26/+93
* | More DIT fixes discovered after testingSimo Sorce2007-08-312-3/+3
* | Megre in form upstreamSimo Sorce2007-08-3023-145/+420
|\|
| * Added freeipa logo.Karl MacMillan2007-08-301-0/+0
| * Fix copy&paste error, its not the conf files we need access to,Simo Sorce2007-08-301-2/+2
| * Fix python-ldap attribution for cidict.Kevin McCarthy2007-08-271-2/+3
| * UI cleanupKevin McCarthy2007-08-2913-113/+86
| * Change user search to be asynchronous.Kevin McCarthy2007-08-287-17/+74
| * Changes for larger data demo.Kevin McCarthy2007-08-284-6/+33
| * Implement delete users and groupsrcritten@redhat.com2007-08-288-10/+227
* | Complete autodiscovery with autoconfigurationSimo Sorce2007-08-305-46/+149
* | Fix copy&paste error, its not the conf files we need access to,Simo Sorce2007-08-301-2/+2
* | Integrate corrections pointed out on the listSimo Sorce2007-08-303-11/+10
* | Finalize DIT, this is waht we are probably going to have in the end,Simo Sorce2007-08-295-64/+85
* | Merge in with upstreamSimo Sorce2007-08-289-117/+237
|\|
| * This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-287-85/+131
| * Enhanced user search:Kevin McCarthy2007-08-272-26/+95
| * Fix minor error in previous patch.Karl MacMillan2007-08-282-2/+2
| * Include any LDAP error strings in XML-RPC Fault exceptionsrcritten@redhat.com2007-08-272-5/+10
* | Initial configuration library importSimo Sorce2007-08-282-3/+229
|/
* Add ipautil, which contains CIDict - a case insensitive dict.Kevin McCarthy2007-08-242-0/+315
* Initial support for Groupsrcritten@redhat.com2007-08-2416-229/+1012
* Move add user logic to the server sidercritten@redhat.com2007-08-232-17/+29
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-239-141/+102
* Add DS task to fix up memberof, turn debug build back onPete Rowley2007-08-212-3/+268
* Create ipaerror module.Kevin McCarthy2007-08-226-134/+215
* Move ldap search filter escaping into the funcs.py layer.Kevin McCarthy2007-08-212-19/+26
* Fix escaping code, missing "unicode" string identifier in one of the valueSimo Sorce2007-08-211-1/+1
* Escape search input. Search by uid and cn.Kevin McCarthy2007-08-203-3/+25
* Remove auto-wildcarding of uid search.Kevin McCarthy2007-08-202-3/+2
* Improved modlist generator.Kevin McCarthy2007-08-201-3/+34
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-204-28/+32
* Move utf-8 conversion inside user.py (for updates).Kevin McCarthy2007-08-202-6/+17
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-205-55/+65