index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipaserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ipaserver/ipaldap.py
Petr Viktorin
2013-03-13
9
-46
/
+13
*
Move ipaldap to ipapython
Petr Viktorin
2013-03-13
2
-1800
/
+4
*
Fix installing server with external CA
Petr Viktorin
2013-03-08
2
-31
/
+32
*
Disable schema retrieval and attribute decoding when talking to AD GC.
Jan Cholasta
2013-03-08
1
-5
/
+2
*
Allow disabling attribute decoding in LDAPClient and IPAdmin.
Jan Cholasta
2013-03-08
1
-3
/
+13
*
Allow disabling LDAP schema retrieval in LDAPClient and IPAdmin.
Jan Cholasta
2013-03-08
1
-3
/
+8
*
Do not fail if schema cannot be retrieved from LDAP server.
Jan Cholasta
2013-03-08
1
-9
/
+15
*
Don't base64-encode the CA cert when uploading it during an upgrade.
Rob Crittenden
2013-03-07
1
-2
/
+1
*
ipaserver/dcerpc: enforce search_s without schema checks for GC searching
Alexander Bokovoy
2013-03-06
1
-1
/
+1
*
Remove support for DN normalization from LDAPClient.
Jan Cholasta
2013-03-01
4
-72
/
+29
*
Use full DNs in plugin code.
Jan Cholasta
2013-03-01
1
-6
/
+4
*
Support attributes with multiple names in LDAPEntry.
Jan Cholasta
2013-03-01
1
-0
/
+12
*
Aggregate IPASimpleLDAPObject in LDAPEntry.
Jan Cholasta
2013-03-01
2
-13
/
+53
*
Preserve case of attribute names in LDAPEntry.
Jan Cholasta
2013-03-01
1
-26
/
+77
*
Use the dn attribute of LDAPEntry to set/get DNs of entries.
Jan Cholasta
2013-03-01
2
-4
/
+2
*
Remove some uses of raw python-ldap
Petr Viktorin
2013-03-01
4
-25
/
+32
*
Use IPAdmin rather than raw python-ldap in ipactl
Petr Viktorin
2013-03-01
1
-2
/
+3
*
Use ldap instead of _ldap in ipaldap
Petr Viktorin
2013-03-01
1
-47
/
+47
*
Remove IPAdmin.unbind_s(), keep unbind()
Petr Viktorin
2013-03-01
4
-13
/
+4
*
Remove IPAdmin.simple_bind_s
Petr Viktorin
2013-03-01
3
-9
/
+6
*
Remove IPAdmin.sasl_interactive_bind_s
Petr Viktorin
2013-03-01
3
-13
/
+6
*
Replace IPAdmin.start_tls_s by an __init__ argument
Petr Viktorin
2013-03-01
2
-11
/
+11
*
Remove search_s and search_ext_s from IPAdmin
Petr Viktorin
2013-03-01
5
-20
/
+16
*
Proxy LDAP methods explicitly rather than using __getattr__
Petr Viktorin
2013-03-01
1
-3
/
+38
*
Inline waitForEntry in its only caller
Petr Viktorin
2013-03-01
2
-43
/
+40
*
Inline inactivateEntry in its only caller
Petr Viktorin
2013-03-01
2
-20
/
+3
*
replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)
Petr Viktorin
2013-03-01
7
-54
/
+47
*
Fix typo and traceback suppression in replication.py
Petr Viktorin
2013-03-01
1
-3
/
+4
*
Replace deleteEntry with delete_entry
Petr Viktorin
2013-03-01
5
-16
/
+11
*
Replace addEntry with add_entry
Petr Viktorin
2013-03-01
8
-28
/
+23
*
Rename LDAPConnection to LDAPClient
Petr Viktorin
2013-03-01
2
-7
/
+7
*
Remove toTupleList and attrList from LDAPEntry
Petr Viktorin
2013-03-01
2
-19
/
+2
*
Replace getList by a get_entries method
Petr Viktorin
2013-03-01
4
-28
/
+40
*
Replace entry.getValue by entry.single_value
Petr Viktorin
2013-03-01
7
-47
/
+41
*
Remove special-casing for missing and single-valued attributes in LDAPUpdate....
Petr Viktorin
2013-03-01
1
-6
/
+0
*
Introduce LDAPEntry.single_value for getting single-valued attributes
Petr Viktorin
2013-03-01
1
-0
/
+23
*
Replace IPAdmin.checkTask by replication.wait_for_task
Petr Viktorin
2013-03-01
3
-27
/
+24
*
Remove IPAdmin.get_dns_sorted_by_length
Petr Viktorin
2013-03-01
2
-48
/
+8
*
Remove IPAdmin.updateEntry calls from fix_replica_agreements
Petr Viktorin
2013-03-01
1
-4
/
+2
*
Remove dbdir, binddn, bindpwd from IPAdmin
Petr Viktorin
2013-03-01
2
-23
/
+15
*
Turn the LDAPError handler into a context manager
Petr Viktorin
2013-03-01
2
-72
/
+45
*
Remove unused bindcert and bindkey arguments to IPAdmin
Petr Viktorin
2013-03-01
1
-9
/
+2
*
Remove unused imports from ipaserver/install
Petr Viktorin
2013-03-01
12
-55
/
+24
*
Change {add,update,delete}_entry to take LDAPEntries
Petr Viktorin
2013-03-01
1
-27
/
+48
*
Replace add_s and delete_s by their newer equivalents
Petr Viktorin
2013-03-01
3
-15
/
+15
*
Replace entry.setValue/setValues by item assignment
Petr Viktorin
2013-03-01
5
-44
/
+21
*
Replace entry.getValues() by entry.get()
Petr Viktorin
2013-03-01
4
-14
/
+9
*
Use update_entry with a single entry in adtrustinstance
Petr Viktorin
2013-03-01
1
-10
/
+8
*
Replace setValue by keyword arguments when creating entries
Petr Viktorin
2013-03-01
7
-157
/
+203
*
Remove the Entry class.
Jan Cholasta
2013-03-01
2
-49
/
+2
[next]