summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server
Commit message (Expand)AuthorAgeFilesLines
* patch queue: add_filters.patchKevin McCarthy2007-09-271-0/+3
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-271-8/+4
* Misc small fixes:Kevin McCarthy2007-09-251-5/+25
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-262-40/+100
* Fix a couple of XML-RPC functions that were missing the opts argumentrcritten@redhat.com2007-09-263-4/+67
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-252-2/+17
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-252-2/+26
* Use a different directory for test programsrcritten@redhat.com2007-09-252-3/+4
* Make doing basic testing of Kerberos ticket forwarding and system setuprcritten@redhat.com2007-09-254-12/+203
* Fix error when using with TurboGearsrcritten@redhat.com2007-09-251-2/+3
* Install the error web pagesrcritten@redhat.com2007-09-241-0/+2
* Show (hopefully) useful information if the Kerberos connection fails.rcritten@redhat.com2007-09-243-0/+86
* Print the request environment for debugging purposes.rcritten@redhat.com2007-09-241-0/+11
* Enable LDAP debugging using the mod_python Apache configuration directivercritten@redhat.com2007-09-213-8/+17
* Don't fall back on proxy authentication. We don't generate the certificatesrcritten@redhat.com2007-09-241-4/+7
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-13/+60
|\
| * Handle add/remove failures a little bit better.Kevin McCarthy2007-09-191-2/+2
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-8/+55
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-181-3/+3
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-143-21/+24
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-112-0/+19
|/
* Enable mod_proxy to sit in front of TurboGears and pass along thercritten2007-09-101-2/+34
* small release fixes:Kevin McCarthy2007-09-071-1/+1
* Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-052-121/+128
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-041-2/+2
* Merge with upstreamSimo Sorce2007-09-041-2/+0
|\
| * Add account deactivation checkbox.Kevin McCarthy2007-08-311-2/+0
* | Megre in form upstreamSimo Sorce2007-08-302-13/+101
|\|
| * Change user search to be asynchronous.Kevin McCarthy2007-08-281-8/+18
| * Changes for larger data demo.Kevin McCarthy2007-08-281-1/+1
| * Implement delete users and groupsrcritten@redhat.com2007-08-282-4/+82
* | Finalize DIT, this is waht we are probably going to have in the end,Simo Sorce2007-08-291-2/+2
|/
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-282-31/+14
* Enhanced user search:Kevin McCarthy2007-08-271-24/+93
* Fix minor error in previous patch.Karl MacMillan2007-08-281-1/+1
* Include any LDAP error strings in XML-RPC Fault exceptionsrcritten@redhat.com2007-08-272-5/+10
* Initial support for Groupsrcritten@redhat.com2007-08-242-55/+302
* Move add user logic to the server sidercritten@redhat.com2007-08-231-0/+28
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-232-84/+47
* Create ipaerror module.Kevin McCarthy2007-08-222-98/+42
* Move ldap search filter escaping into the funcs.py layer.Kevin McCarthy2007-08-211-1/+26
* Escape search input. Search by uid and cn.Kevin McCarthy2007-08-201-1/+1
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-201-0/+14
* change strings to be encoded using value.encode("utf-8").Kevin McCarthy2007-08-171-2/+2
* Manual merge changes in for the cidict/ipaclient add_user()Kevin McCarthy2007-08-171-1/+18
* Change userlist into a quick search form.Kevin McCarthy2007-08-171-1/+2
* Implement user inactivationrcritten@redhat.com2007-08-172-3/+59
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-142-0/+53
* Patch from Rob to quick fix an error in the previous oneSimo Sorce2007-08-161-1/+1
* Basic LDAP connection poolingrcritten@redhat.com2007-08-132-5/+105