index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipa-server
/
xmlrpc-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch queue: add_filters.patch
Kevin McCarthy
2007-09-27
1
-0
/
+3
*
Make timelimit a parameter to the find methods.
Kevin McCarthy
2007-09-27
1
-8
/
+4
*
Misc small fixes:
Kevin McCarthy
2007-09-25
1
-5
/
+25
*
Adds methods to manipulate groups by dns.
Kevin McCarthy
2007-09-26
2
-40
/
+100
*
Fix a couple of XML-RPC functions that were missing the opts argument
rcritten@redhat.com
2007-09-26
3
-4
/
+67
*
Adds manager and direct reports to usershow page.
Kevin McCarthy
2007-09-25
2
-2
/
+17
*
Show the list of groups a user belongs to.
Kevin McCarthy
2007-09-25
2
-2
/
+26
*
Use a different directory for test programs
rcritten@redhat.com
2007-09-25
2
-3
/
+4
*
Make doing basic testing of Kerberos ticket forwarding and system setup
rcritten@redhat.com
2007-09-25
4
-12
/
+203
*
Fix error when using with TurboGears
rcritten@redhat.com
2007-09-25
1
-2
/
+3
*
Install the error web pages
rcritten@redhat.com
2007-09-24
1
-0
/
+2
*
Show (hopefully) useful information if the Kerberos connection fails.
rcritten@redhat.com
2007-09-24
3
-0
/
+86
*
Print the request environment for debugging purposes.
rcritten@redhat.com
2007-09-24
1
-0
/
+11
*
Enable LDAP debugging using the mod_python Apache configuration directive
rcritten@redhat.com
2007-09-21
3
-8
/
+17
*
Don't fall back on proxy authentication. We don't generate the certificates
rcritten@redhat.com
2007-09-24
1
-4
/
+7
*
Merge conflicts between rob and kevin patches
Simo Sorce
2007-09-20
1
-13
/
+60
|
\
|
*
Handle add/remove failures a little bit better.
Kevin McCarthy
2007-09-19
1
-2
/
+2
|
*
Implement asynchronous search for groups.
Kevin McCarthy
2007-09-19
1
-8
/
+55
|
*
Add client-side search limit parameter for user search.
Kevin McCarthy
2007-09-18
1
-3
/
+3
*
|
Use ticket forwarding with TurboGears. mod_proxy forwards the principal
rcritten@redhat.com
2007-09-14
3
-21
/
+24
*
|
Add function to allow user's to set/reset their kerberos password
rcritten@redhat.com
2007-09-11
2
-0
/
+19
|
/
*
Enable mod_proxy to sit in front of TurboGears and pass along the
rcritten
2007-09-10
1
-2
/
+34
*
small release fixes:
Kevin McCarthy
2007-09-07
1
-1
/
+1
*
Enable LDAP SASL authentication using a forwarded kerberos ticket
rcritten@redhat.com
2007-09-05
2
-121
/
+128
*
merge ipa-server/ipaserver/util.py into ipa-python/ipautil.py
Simo Sorce
2007-09-04
1
-2
/
+2
*
Merge with upstream
Simo Sorce
2007-09-04
1
-2
/
+0
|
\
|
*
Add account deactivation checkbox.
Kevin McCarthy
2007-08-31
1
-2
/
+0
*
|
Megre in form upstream
Simo Sorce
2007-08-30
2
-13
/
+101
|
\
|
|
*
Change user search to be asynchronous.
Kevin McCarthy
2007-08-28
1
-8
/
+18
|
*
Changes for larger data demo.
Kevin McCarthy
2007-08-28
1
-1
/
+1
|
*
Implement delete users and groups
rcritten@redhat.com
2007-08-28
2
-4
/
+82
*
|
Finalize DIT, this is waht we are probably going to have in the end,
Simo Sorce
2007-08-29
1
-2
/
+2
|
/
*
This patch wraps binary data in an xmlrpclib Binary object. This
Karl MacMillan
2007-08-28
2
-31
/
+14
*
Enhanced user search:
Kevin McCarthy
2007-08-27
1
-24
/
+93
*
Fix minor error in previous patch.
Karl MacMillan
2007-08-28
1
-1
/
+1
*
Include any LDAP error strings in XML-RPC Fault exceptions
rcritten@redhat.com
2007-08-27
2
-5
/
+10
*
Initial support for Groups
rcritten@redhat.com
2007-08-24
2
-55
/
+302
*
Move add user logic to the server side
rcritten@redhat.com
2007-08-23
1
-0
/
+28
*
Handle optional arguments by using the value __NONE__ over XML-RPC.
rcritten@redhat.com
2007-08-23
2
-84
/
+47
*
Create ipaerror module.
Kevin McCarthy
2007-08-22
2
-98
/
+42
*
Move ldap search filter escaping into the funcs.py layer.
Kevin McCarthy
2007-08-21
1
-1
/
+26
*
Escape search input. Search by uid and cn.
Kevin McCarthy
2007-08-20
1
-1
/
+1
*
Embed origiginal values inside user, and have update_user pass in a user
Kevin McCarthy
2007-08-20
1
-0
/
+14
*
change strings to be encoded using value.encode("utf-8").
Kevin McCarthy
2007-08-17
1
-2
/
+2
*
Manual merge changes in for the cidict/ipaclient add_user()
Kevin McCarthy
2007-08-17
1
-1
/
+18
*
Change userlist into a quick search form.
Kevin McCarthy
2007-08-17
1
-1
/
+2
*
Implement user inactivation
rcritten@redhat.com
2007-08-17
2
-3
/
+59
*
Ensure that the Apache server is in forked mode
rcritten@redhat.com
2007-08-14
2
-0
/
+53
*
Patch from Rob to quick fix an error in the previous one
Simo Sorce
2007-08-16
1
-1
/
+1
*
Basic LDAP connection pooling
rcritten@redhat.com
2007-08-13
2
-5
/
+105
[next]