summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21704: open sockets immediately in process_loopHerb Lewis1-8/+9
2007-10-10r21636: Was almost right before. We have to specify the short domain name to...Gerald Carter1-1/+1
2007-10-10r21633: First real fix from me found during the bug hunt.Gerald Carter1-0/+8
2007-10-10r21632: Remove ununsed variableGerald Carter1-1/+0
2007-10-10r21626: Fix memory leak on error path noticed byGerald Carter1-0/+1
2007-10-10r21623: Fix copy/paste errorSimo Sorce1-2/+2
2007-10-10r21622: Fix bad merge caught by James.Gerald Carter1-7/+0
2007-10-10r21616: Delay initialization of idmap and nss_info backends until necessaryGerald Carter6-33/+193
2007-10-10r21615: don't wait until the last second to try to renew a Krb5 ticket as it ...Gerald Carter1-2/+4
2007-10-10r21614: The memset() called on aligned memory was causing crashesGerald Carter1-0/+11
2007-10-10r21613: perform variable subsitution on home directories and shells provided ...Gerald Carter1-12/+13
2007-10-10r21612: Make pam_winbind do the same username fixup on AIX as the WINBINDDGerald Carter1-2/+32
2007-10-10r21611: I'm not entirely sure about this patch but it is working.Gerald Carter1-13/+66
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2-2/+7
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce1-9/+1
2007-10-10r21566: If we're going to be broken, at least be *consistently*Jeremy Allison1-1/+9
2007-10-10r21548: prevent segv (reference to -1 element of array)Herb Lewis1-1/+2
2007-10-10r21537: Avoid to trigger the confusing "cached entry differs." warning whenGünther Deschner2-2/+20
2007-10-10r21530: Don't code with jet-lag and Volker looking over yourJeremy Allison1-1/+1
2007-10-10r21529: Fix warning from bad cast.Jeremy Allison1-1/+1
2007-10-10r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter2-22/+10
2007-10-10r21508: Fix memleak in new idmap_tdb, thanks Herb.Simo Sorce1-12/+4
2007-10-10r21505: make sure mlock()'d memory is aligned on a page boundaryGerald Carter2-7/+26
2007-10-10r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a userGünther Deschner3-6/+68
2007-10-10r21474: Ensure trustdom_cache_shutdown() gets calledJeremy Allison1-4/+4
2007-10-10r21454: Fix debug typo.Günther Deschner1-1/+1
2007-10-10r21450: No need to TALLOC_FREE twice here.Günther Deschner1-2/+0
2007-10-10r21399: need to zero the request and response structuresHerb Lewis1-0/+3
2007-10-10r21397: revert accidential commitHerb Lewis1-1/+1
2007-10-10r21396: fix wbinfo --lookup-rids commandHerb Lewis2-4/+19
2007-10-10r21394: Prevent nscd crash due to potential NULL pointer dereference inGünther Deschner1-0/+4
2007-10-10r21387: Another important fix for non-AD domains:Günther Deschner2-7/+3
2007-10-10r21382: Important fix for winbind when using non-AD domains.Günther Deschner1-1/+7
2007-10-10r21358: Some more debugging for _nss_winbind_initgroups_dyn() on Linux.Günther Deschner1-0/+12
2007-10-10r21357: Fix typo.Günther Deschner1-1/+1
2007-10-10r21353: In the turn of tracking down nss_winbind related bugs on Linux:Günther Deschner1-19/+100
2007-10-10r21336: Fix indent (as pointed out by Volker).Günther Deschner1-6/+6
2007-10-10r21318: Fix Bug #4225.Günther Deschner2-11/+69
2007-10-10r21310: Fix invalid printfs in pam_winbind.Günther Deschner1-12/+20
2007-10-10r21309: Add PRINTF_ATTRIBUTE checks for log statements.Günther Deschner1-0/+3
2007-10-10r21308: Fix some typos and ensure to null terminate the correct strings.Günther Deschner3-6/+6
2007-10-10r21284: Fix some unitilized variable warnings pointed out by Volker.Gerald Carter1-4/+6
2007-10-10r21240: Fix longstanding Bug #4009.Günther Deschner3-15/+33
2007-10-10r21231: get rid of unused defines that cause a redefined warningHerb Lewis1-2/+0
2007-10-10r21228: Fix for fd leak on error path. Thanks toJeremy Allison1-1/+3
2007-10-10r21182: * Refactor the code to obtain the LDAP connection credentialsGerald Carter2-123/+125
2007-10-10r21180: fix backwards compatible idmap backends parameter parsingGerald Carter1-6/+17
2007-10-10r21161: Another fix for pam_winbind: Move the entire pwd expiry handling intoGünther Deschner1-14/+14
2007-10-10r21160: Some more pam_winbind fixes:Günther Deschner1-32/+79
2007-10-10r21159: Cleanup pam_sm_chauthtok() in pam_winbind:Günther Deschner2-31/+44