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
/
daemons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variable
Jakub Hrozek
2013-07-15
2
-5
/
+0
*
Generate syntethic MS-PAC for all services running on IPA master
Alexander Bokovoy
2013-07-11
1
-6
/
+73
*
Fix extdom plugin to provide unqualified name in response as sssd expects
Alexander Bokovoy
2013-07-11
1
-3
/
+30
*
Make sure domain_name is also set when processing INP_NAME requests
Alexander Bokovoy
2013-07-11
1
-0
/
+1
*
Remove winbind client configure check
Sumit Bose
2013-07-11
1
-11
/
+0
*
extdom: replace winbind calls with POSIX/SSSD calls
Sumit Bose
2013-07-11
6
-293
/
+253
*
Add PAC to master host TGTs
Sumit Bose
2013-07-11
1
-39
/
+115
*
Fix type of printf argument
Sumit Bose
2013-06-10
1
-1
/
+2
*
Fix format string typo
Sumit Bose
2013-06-03
1
-1
/
+1
*
Fix log format not a string literal.
Diane Trout
2013-06-03
1
-1
/
+1
*
Fix cldap parser to work with a single equality filter (NtVer=...)
Alexander Bokovoy
2013-05-30
1
-12
/
+14
*
CLDAP: Return empty reply on non-fatal errors
Simo Sorce
2013-05-28
1
-6
/
+18
*
CLDAP: Fix domain handling in netlogon requests
Simo Sorce
2013-05-28
1
-28
/
+39
*
Add OTP support to ipa-pwd-extop
Nathaniel McCallum
2013-05-17
10
-58
/
+1368
*
Remove unnecessary prefixes from ipa-pwd-extop files
Nathaniel McCallum
2013-05-17
5
-6
/
+6
*
Add the krb5/FreeIPA RADIUS companion daemon
Nathaniel McCallum
2013-05-17
14
-60
/
+1718
*
ipa-kdb: Add OTP support
Nathaniel McCallum
2013-05-17
3
-1
/
+78
*
Allow ID-to-SID mappings in the extdom plugin
Sumit Bose
2013-05-02
1
-0
/
+2
*
Do not store SID string in a local buffer
Sumit Bose
2013-05-02
1
-6
/
+8
*
Do not lookup up the domain too early if only the SID is known
Sumit Bose
2013-05-02
1
-3
/
+13
*
ipa-pwd-extop: do not use dn until it is really set
Sumit Bose
2013-04-02
1
-20
/
+20
*
ipasam: add enumeration of UPN suffixes based on the realm domains
Alexander Bokovoy
2013-03-29
2
-11
/
+191
*
Remove build warnings
Martin Kosek
2013-03-29
14
-14
/
+14
*
Add support for cmocka C-Unit Test framework
Sumit Bose
2013-03-28
1
-0
/
+31
*
Configure ipa_dns DS plugin on install and upgrade
Martin Kosek
2013-03-22
2
-0
/
+21
*
Add 389 DS plugin for special idnsSOASerial attribute handling
Petr Spacek
2013-03-22
4
-0
/
+253
*
Fix lockout of LDAP bind.
Rob Crittenden
2013-03-21
1
-91
/
+158
*
Use new 389-ds-base cleartext password API
Martin Kosek
2013-03-13
1
-8
/
+12
*
Change DNA magic value to -1 to make UID 999 usable
Petr Viktorin
2013-03-11
2
-3
/
+3
*
Perform secondary rid range overlap check for local ranges only
Tomas Babej
2013-03-11
1
-16
/
+25
*
Add unit test for get_authz_data_types()
Sumit Bose
2013-03-08
2
-0
/
+246
*
ipa-kdb: add PAC only if requested
Sumit Bose
2013-03-08
1
-2
/
+140
*
ipa-kdb: Read ipaKrbAuthzData with other principal data
Sumit Bose
2013-03-08
2
-0
/
+18
*
ipa-kdb: Read global defaul ipaKrbAuthzData
Sumit Bose
2013-03-08
2
-1
/
+29
*
Revert "MS-PAC: Special case NFS services"
Sumit Bose
2013-03-08
1
-35
/
+1
*
ipa-pwd: Unchecked return value ipapwd_chpwop()
Sumit Bose
2013-02-28
1
-1
/
+5
*
ipa-extdom: Double-free in ipa_extdom_common.c
Sumit Bose
2013-02-28
1
-1
/
+0
*
ipa-lockout: Wrong sizeof argument in ipa_lockout.c
Sumit Bose
2013-02-28
1
-1
/
+1
*
ipa-kdb: Dereference after null check in ipa_kdb_mspac.c
Sumit Bose
2013-02-28
1
-1
/
+1
*
ipa-sam: Array compared against 0 in ipasam_set_trusted_domain()
Sumit Bose
2013-02-28
1
-1
/
+1
*
ipa-kdb: Uninitialized scalar variable in ipadb_reinit_mspac()
Sumit Bose
2013-02-28
1
-5
/
+4
*
ipa-kdb: remove unused variable
Sumit Bose
2013-02-28
1
-1
/
+1
*
ipasam: use base scope when fetching domain information about own domain
Alexander Bokovoy
2013-02-19
1
-1
/
+1
*
ipa-kdb: Free talloc autofree context when module is closed
sbose
2013-02-14
1
-0
/
+3
*
ipa-kdb: fix retry logic in ipadb_deref_search
Martin Kosek
2013-02-14
1
-1
/
+1
*
ipa-kdb: remove memory leaks
Martin Kosek
2013-02-14
4
-2
/
+25
*
ipa-sam: Fill SID blacklist when trust is added
Martin Kosek
2013-02-12
1
-1
/
+13
*
ipa-kdb: read SID blacklist from LDAP
Martin Kosek
2013-02-12
2
-54
/
+104
*
ipa-kdb: reinitialize LDAP configuration for known realms
Martin Kosek
2013-02-12
1
-12
/
+45
*
ipa-kdb: avoid ENOMEM when all SIDs are filtered out
Martin Kosek
2013-02-12
1
-4
/
+14
[next]