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 obsolete self-sign references from man pages, docstrings, comments
Petr Viktorin
2013-04-15
1
-3
/
+2
*
Uninstall selfsign CA on upgrade
Petr Viktorin
2013-04-15
3
-7
/
+19
*
Use A/AAAA records instead of CNAME records in ipa-ca.
Jan Cholasta
2013-04-15
2
-26
/
+110
*
Add nfs:NONE to default PAC types only when needed
Tomas Babej
2013-04-15
2
-0
/
+58
*
Apply LDAP update files in blocks of 10, as originally designed.
Rob Crittenden
2013-04-12
4
-4
/
+30
*
Full system backup and restore
Rob Crittenden
2013-04-12
3
-10
/
+1355
*
Use only one URL for OCSP and CRL in IPA certificate profile.
Jan Cholasta
2013-04-11
1
-45
/
+14
*
Load the CA cert into server NSS databases
Petr Viktorin
2013-04-02
4
-11
/
+24
*
Support installing with custom SSL certs, without a CA
Petr Viktorin
2013-04-02
5
-19
/
+161
*
dsinstance, httpinstance: Don't hardcode 'Server-Cert'
Petr Viktorin
2013-04-02
2
-12
/
+22
*
Trust CAs from PKCS#12 files even if they don't have Friendly Names
Petr Viktorin
2013-04-02
1
-1
/
+2
*
ipaserver.install.certs: Introduce NSSDatabase as a more generic certutil wra...
Petr Viktorin
2013-04-02
1
-95
/
+191
*
Enhance ipa-adtrust-install for domains with multiple IPA server
Alexander Bokovoy
2013-04-02
1
-8
/
+36
*
Normalize RA agent certificate
Martin Kosek
2013-03-29
1
-1
/
+4
*
Add logging to join command
Tomas Babej
2013-03-25
1
-6
/
+20
*
Configure ipa_dns DS plugin on install and upgrade
Martin Kosek
2013-03-22
1
-0
/
+6
*
Update named.conf parser
Martin Kosek
2013-03-14
1
-21
/
+48
*
Enforce exact SID match when adding or modifying a ID range
Tomas Babej
2013-03-14
1
-13
/
+37
*
Extend ipa-replica-manage to be able to manage DNA ranges.
Rob Crittenden
2013-03-13
2
-2
/
+99
*
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
[next]