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
/
ipaxmlrpc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mass file removal for IPAv2.
Rob Crittenden
2009-02-03
1
-394
/
+0
*
Set default logging level to INFO (still logs to Apache)
Rob Crittenden
2008-05-28
1
-12
/
+19
*
Add a version API to the server so it knows what version it is.
Rob Crittenden
2008-05-08
1
-0
/
+1
*
Add failover to the XML-RPC client
Rob Crittenden
2008-02-22
1
-0
/
+5
*
Syntax error, ')' in the worng place throws nasty 500 errors on ldap errors :)
Simo Sorce
2008-02-21
1
-1
/
+1
*
Fix bug that prevented single-character fields
Rob Crittenden
2008-02-11
1
-2
/
+2
*
Fix issues reported by rpmlint.
Rob Crittenden
2008-01-18
1
-3
/
+1
*
Service principal deletion
Rob Crittenden
2008-01-11
1
-0
/
+1
*
Remove registration of get_keytab
Rob Crittenden
2008-01-03
1
-1
/
+0
*
Add function to retrieve a short list of attributes to make ipa-adddelegation
Rob Crittenden
2008-01-04
1
-0
/
+1
*
Tie the logging module to 'PythonOption IPADebug' in /etc/httpd/conf.d/ipa.conf
Rob Crittenden
2007-12-11
1
-5
/
+9
*
Merge.
Karl MacMillan
2007-12-11
1
-0
/
+1
|
\
|
*
Add UI for service principal creation and keytab retrieval
Rob Crittenden
2007-12-05
1
-0
/
+1
*
|
merged radius work with latest mainline tip
John Dennis
2007-11-28
1
-10
/
+20
|
\
|
|
*
Add xml-rpc interface for getting keytabs.
Karl MacMillan
2007-11-21
1
-0
/
+2
|
*
Enable group inactivation by using the Class of Service plugin.
Rob Crittenden
2007-11-20
1
-1
/
+4
|
*
Implement the password policy UI and finish IPA policy UI
Rob Crittenden
2007-11-16
1
-1
/
+6
|
*
Don't continue if a kerberos credentials cache is not available
Rob Crittenden
2007-11-09
1
-8
/
+8
*
|
Add radius profile implementations:
John Dennis
2007-11-21
1
-0
/
+5
*
|
add ipa-findradiusclient search
John Dennis
2007-11-14
1
-0
/
+1
*
|
radius client modify and delete work
John Dennis
2007-11-14
1
-0
/
+3
*
|
ipa-addradiusclient now working
John Dennis
2007-11-13
1
-0
/
+1
|
/
*
Rename memberOf to group_members in xml-rpc interface.
Karl MacMillan
2007-10-31
1
-1
/
+1
*
Add memberOf API call to the XML-RPC interface
Rob Crittenden
2007-10-30
1
-0
/
+1
*
Add an LDAP attribute -> label mapping function to XML-RPC layer
Rob Crittenden
2007-10-22
1
-0
/
+1
*
Finish the email autosuggest.
Kevin McCarthy
2007-10-18
1
-0
/
+1
*
Creates an update_entry api call, aliases update_user and update_group to it.
Kevin McCarthy
2007-10-15
1
-0
/
+1
*
Adds delegation listing and creation to the GUI.
Kevin McCarthy
2007-10-12
1
-0
/
+1
*
Combine get_user/group by dn/cn into get_entry_by_cn/dn.
Kevin McCarthy
2007-10-09
1
-3
/
+2
*
Rely more on kerberos.
Simo Sorce
2007-10-01
1
-0
/
+1
*
Add group management to the user edit page.
Kevin McCarthy
2007-09-28
1
-0
/
+2
*
Don't include opts in any public argument lists. It is used internally only.
rcritten@redhat.com
2007-10-01
1
-0
/
+3
*
Adds methods to manipulate groups by dns.
Kevin McCarthy
2007-09-26
1
-0
/
+4
*
Fix a couple of XML-RPC functions that were missing the opts argument
rcritten@redhat.com
2007-09-26
1
-4
/
+4
*
Adds manager and direct reports to usershow page.
Kevin McCarthy
2007-09-25
1
-0
/
+1
*
Show the list of groups a user belongs to.
Kevin McCarthy
2007-09-25
1
-0
/
+1
*
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
1
-0
/
+4
*
Use ticket forwarding with TurboGears. mod_proxy forwards the principal
rcritten@redhat.com
2007-09-14
1
-1
/
+1
*
Add function to allow user's to set/reset their kerberos password
rcritten@redhat.com
2007-09-11
1
-0
/
+1
*
Enable LDAP SASL authentication using a forwarded kerberos ticket
rcritten@redhat.com
2007-09-05
1
-3
/
+9
*
Implement delete users and groups
rcritten@redhat.com
2007-08-28
1
-0
/
+3
*
This patch wraps binary data in an xmlrpclib Binary object. This
Karl MacMillan
2007-08-28
1
-3
/
+3
*
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
1
-1
/
+7
*
Initial support for Groups
rcritten@redhat.com
2007-08-24
1
-0
/
+9
*
Handle optional arguments by using the value __NONE__ over XML-RPC.
rcritten@redhat.com
2007-08-23
1
-5
/
+12
*
Create ipaerror module.
Kevin McCarthy
2007-08-22
1
-2
/
+4
*
Implement user inactivation
rcritten@redhat.com
2007-08-17
1
-0
/
+1
*
Ensure that the Apache server is in forked mode
rcritten@redhat.com
2007-08-14
1
-0
/
+6
[next]