summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* r21881: Make sure we are very specific when testing whether a backand can han...James Peach2007-10-101-1/+7
* r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke2007-10-104-11/+47
* r21873: This is winbindd_pam.c, not pam_winbind.c :-)Volker Lendecke2007-10-101-1/+1
* r21872: Fix a debug messageVolker Lendecke2007-10-101-1/+1
* r21860: Fixes for "winbind normalize names" functionality:Gerald Carter2007-10-105-5/+15
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-3/+6
* r21775: make messages more understandable - don't leave part dangling after n...Herb Lewis2007-10-101-2/+2
* r21704: open sockets immediately in process_loopHerb Lewis2007-10-101-8/+9
* r21636: Was almost right before. We have to specify the short domain name to...Gerald Carter2007-10-101-1/+1
* r21633: First real fix from me found during the bug hunt.Gerald Carter2007-10-101-0/+8
* r21632: Remove ununsed variableGerald Carter2007-10-101-1/+0
* r21626: Fix memory leak on error path noticed byGerald Carter2007-10-101-0/+1
* r21623: Fix copy/paste errorSimo Sorce2007-10-101-2/+2
* r21622: Fix bad merge caught by James.Gerald Carter2007-10-101-7/+0
* r21616: Delay initialization of idmap and nss_info backends until necessaryGerald Carter2007-10-106-33/+193
* r21615: don't wait until the last second to try to renew a Krb5 ticket as it ...Gerald Carter2007-10-101-2/+4
* r21614: The memset() called on aligned memory was causing crashesGerald Carter2007-10-101-0/+11
* r21613: perform variable subsitution on home directories and shells provided ...Gerald Carter2007-10-101-12/+13
* r21612: Make pam_winbind do the same username fixup on AIX as the WINBINDDGerald Carter2007-10-101-2/+32
* r21611: I'm not entirely sure about this patch but it is working.Gerald Carter2007-10-101-13/+66
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-102-2/+7
* r21606: Implement escaping function for ldap RDN valuesSimo Sorce2007-10-101-9/+1
* r21566: If we're going to be broken, at least be *consistently*Jeremy Allison2007-10-101-1/+9
* r21548: prevent segv (reference to -1 element of array)Herb Lewis2007-10-101-1/+2
* r21537: Avoid to trigger the confusing "cached entry differs." warning whenGünther Deschner2007-10-102-2/+20
* r21530: Don't code with jet-lag and Volker looking over yourJeremy Allison2007-10-101-1/+1
* r21529: Fix warning from bad cast.Jeremy Allison2007-10-101-1/+1
* r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter2007-10-102-22/+10
* r21508: Fix memleak in new idmap_tdb, thanks Herb.Simo Sorce2007-10-101-12/+4
* r21505: make sure mlock()'d memory is aligned on a page boundaryGerald Carter2007-10-102-7/+26
* r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a userGünther Deschner2007-10-103-6/+68
* r21474: Ensure trustdom_cache_shutdown() gets calledJeremy Allison2007-10-101-4/+4
* r21454: Fix debug typo.Günther Deschner2007-10-101-1/+1
* r21450: No need to TALLOC_FREE twice here.Günther Deschner2007-10-101-2/+0
* r21399: need to zero the request and response structuresHerb Lewis2007-10-101-0/+3
* r21397: revert accidential commitHerb Lewis2007-10-101-1/+1
* r21396: fix wbinfo --lookup-rids commandHerb Lewis2007-10-102-4/+19
* r21394: Prevent nscd crash due to potential NULL pointer dereference inGünther Deschner2007-10-101-0/+4
* r21387: Another important fix for non-AD domains:Günther Deschner2007-10-102-7/+3
* r21382: Important fix for winbind when using non-AD domains.Günther Deschner2007-10-101-1/+7
* r21358: Some more debugging for _nss_winbind_initgroups_dyn() on Linux.Günther Deschner2007-10-101-0/+12
* r21357: Fix typo.Günther Deschner2007-10-101-1/+1
* r21353: In the turn of tracking down nss_winbind related bugs on Linux:Günther Deschner2007-10-101-19/+100
* r21336: Fix indent (as pointed out by Volker).Günther Deschner2007-10-101-6/+6
* r21318: Fix Bug #4225.Günther Deschner2007-10-102-11/+69
* r21310: Fix invalid printfs in pam_winbind.Günther Deschner2007-10-101-12/+20
* r21309: Add PRINTF_ATTRIBUTE checks for log statements.Günther Deschner2007-10-101-0/+3
* r21308: Fix some typos and ensure to null terminate the correct strings.Günther Deschner2007-10-103-6/+6
* r21284: Fix some unitilized variable warnings pointed out by Volker.Gerald Carter2007-10-101-4/+6
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-103-15/+33