index
:
freeipa.git
become-ipa-4-0-4
cstopology
datetime-ui
doc
framework
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-0
ipa-2-1
ipa-2-2
keytab-4419
keytab-4419-2
master
menu
otp-usability
otptests
patternfly
plugin-apibrowser
readme
review
sync-token
test_realmdomains
trustdomains-3-3
views_ui
webui-cleanup
Unnamed repository; edit this file 'description' to name the repository.
Petr Vobornik
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipa-python
/
rpcclient.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Command-line utility to manage password policy
Rob Crittenden
2008-02-25
1
-1
/
+1
*
Set the license uniformly to GPLv2 only.
Rob Crittenden
2008-02-04
1
-1
/
+1
*
Fix issues reported by rpmlint.
Rob Crittenden
2008-01-18
1
-3
/
+1
*
Service principal deletion
Rob Crittenden
2008-01-11
1
-0
/
+12
*
Add function to retrieve a short list of attributes to make ipa-adddelegation
Rob Crittenden
2008-01-04
1
-0
/
+15
*
Make the old entry option in update_*, check for empty parameters and
Rob Crittenden
2007-12-11
1
-27
/
+8
*
Merge.
Karl MacMillan
2007-12-11
1
-0
/
+18
|
\
|
*
Add UI for service principal creation and keytab retrieval
Rob Crittenden
2007-12-05
1
-0
/
+18
*
|
merged radius work with latest mainline tip
John Dennis
2007-11-28
1
-11
/
+134
|
\
|
|
*
Add xml-rpc interface for getting keytabs.
Karl MacMillan
2007-11-21
1
-0
/
+24
|
*
Enable group inactivation by using the Class of Service plugin.
Rob Crittenden
2007-11-20
1
-3
/
+45
|
*
Implement the password policy UI and finish IPA policy UI
Rob Crittenden
2007-11-16
1
-8
/
+65
*
|
add command line utilites for radius profiles
John Dennis
2007-11-26
1
-4
/
+73
*
|
Add radius profile implementations:
John Dennis
2007-11-21
1
-10
/
+14
*
|
add ipa-findradiusclient search
John Dennis
2007-11-14
1
-0
/
+14
*
|
radius client modify and delete work
John Dennis
2007-11-14
1
-0
/
+41
*
|
ipa-addradiusclient now working
John Dennis
2007-11-13
1
-0
/
+13
|
/
*
Rename memberOf to group_members in xml-rpc interface.
Karl MacMillan
2007-10-31
1
-2
/
+2
*
Add memberOf API call to the XML-RPC interface
Rob Crittenden
2007-10-30
1
-0
/
+17
*
Add delete user and group to webgui.
Kevin McCarthy
2007-10-23
1
-3
/
+3
*
Add an LDAP attribute -> label mapping function to XML-RPC layer
Rob Crittenden
2007-10-22
1
-0
/
+13
*
Finish the email autosuggest.
Kevin McCarthy
2007-10-18
1
-1
/
+17
*
Require SSL for the XML-RPC interface
Rob Crittenden
2007-10-19
1
-1
/
+1
*
Fix build issues by combining patches submitted by Michael Gregg and
Rob Crittenden
2007-10-17
1
-1
/
+0
*
Creates an update_entry api call, aliases update_user and update_group to it.
Kevin McCarthy
2007-10-15
1
-0
/
+14
*
Adds delegation listing and creation to the GUI.
Kevin McCarthy
2007-10-12
1
-0
/
+17
*
Combine get_user/group by dn/cn into get_entry_by_cn/dn.
Kevin McCarthy
2007-10-09
1
-40
/
+27
*
Trickle the group_cn to group_dn down the layers. Fix controller calls.
Kevin McCarthy
2007-10-03
1
-16
/
+16
*
Rely more on kerberos.
Simo Sorce
2007-10-01
1
-3
/
+19
*
Add group management to the user edit page.
Kevin McCarthy
2007-09-28
1
-0
/
+30
*
Make timelimit a parameter to the find methods.
Kevin McCarthy
2007-09-27
1
-4
/
+4
*
Adds methods to manipulate groups by dns.
Kevin McCarthy
2007-09-26
1
-25
/
+71
*
Adds manager and direct reports to usershow page.
Kevin McCarthy
2007-09-25
1
-0
/
+17
*
Show the list of groups a user belongs to.
Kevin McCarthy
2007-09-25
1
-0
/
+17
*
Merge conflicts between rob and kevin patches
Simo Sorce
2007-09-20
1
-4
/
+4
|
\
|
*
Implement asynchronous search for groups.
Kevin McCarthy
2007-09-19
1
-2
/
+2
|
*
Add client-side search limit parameter for user search.
Kevin McCarthy
2007-09-18
1
-2
/
+2
*
|
Add function to allow user's to set/reset their kerberos password
rcritten@redhat.com
2007-09-11
1
-0
/
+16
|
/
*
Change user search to be asynchronous.
Kevin McCarthy
2007-08-28
1
-2
/
+3
*
Implement delete users and groups
rcritten@redhat.com
2007-08-28
1
-0
/
+41
*
This patch wraps binary data in an xmlrpclib Binary object. This
Karl MacMillan
2007-08-28
1
-25
/
+34
*
Initial support for Groups
rcritten@redhat.com
2007-08-24
1
-16
/
+162
*
Handle optional arguments by using the value __NONE__ over XML-RPC.
rcritten@redhat.com
2007-08-23
1
-12
/
+31
*
Create ipaerror module.
Kevin McCarthy
2007-08-22
1
-7
/
+8
*
Implement user inactivation
rcritten@redhat.com
2007-08-17
1
-4
/
+26
*
Ensure that the Apache server is in forked mode
rcritten@redhat.com
2007-08-14
1
-2
/
+14
*
Basic LDAP connection pooling
rcritten@redhat.com
2007-08-13
1
-0
/
+17
*
- Abstracted client class to work directly or over RPC
rcritten@redhat.com
2007-08-06
1
-66
/
+82
*
Change server to not be global nor reused.
kmccarth@redhat.com
2007-08-02
1
-9
/
+4
*
Rename 'gn' to 'givenName'
kmccarth@redhat.com
2007-08-02
1
-3
/
+1
[next]