summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19420: Remove strequal and use strcmp() instead. Meant toGerald Carter1-11/+12
2007-10-10r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter1-7/+14
2007-10-10r19413: Now we're calling init_dc_connection, this codeJeremy Allison1-16/+0
2007-10-10r19399: Now Guenther discovered one crash dereferencing domain->backends,Jeremy Allison1-1/+1
2007-10-10r19394: When we fail to get the list of trusted domains, make sure to returnGünther Deschner1-1/+1
2007-10-10r19391: Fix crash bug within the winbind caching method.Günther Deschner1-0/+5
2007-10-10r19371: Add two missing refresh_sequence_number calls where they are missingGünther Deschner1-0/+3
2007-10-10r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH dataGünther Deschner2-0/+13
2007-10-10r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data.Günther Deschner1-1/+1
2007-10-10r19348: Fix uninitialized dictionary handle, found by valgrind.Günther Deschner1-3/+3
2007-10-10r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed.Günther Deschner1-0/+9
2007-10-10r19302: Use TALLOC_ZERO_P not TALLOC_P to ensure unusedJeremy Allison1-5/+5
2007-10-10r19301: Correct debug statement.Jeremy Allison1-1/+1
2007-10-10r19300: Fix null deref in debug statement.Jeremy Allison1-3/+3
2007-10-10r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD win...Volker Lendecke3-1/+456
2007-10-10r19272: Ensure we return 1 member in the optimized case.Jeremy Allison1-0/+1
2007-10-10r19271: Test the "hack" for "Domain Users" as agreed withJeremy Allison1-9/+120
2007-10-10r19255: Add blacklist of accounts when NSS initgroups calls are coming in andGünther Deschner1-0/+24
2007-10-10r19254: Make sure to also wait 35 seconds to receive a Netlogon GETDC replyGünther Deschner1-0/+8
2007-10-10r19230: Doh ! Fix obvious crash bug.....Jeremy Allison1-5/+5
2007-10-10r19212: Make sure domains marked internal don't doJeremy Allison2-14/+29
2007-10-10r19209: Ensure we don't make mistakes by sending online/offlineJeremy Allison1-26/+100
2007-10-10r19207: Properly canonicalize incoming names to theJeremy Allison3-4/+33
2007-10-10r19206: Jeremy, for some reason storing a value-less entry in TDB does not workGünther Deschner1-9/+3
2007-10-10r19159: The getdc call can take a long time. Allow for timeouts.Jeremy Allison1-1/+9
2007-10-10r19155: Fix debug message.Jeremy Allison1-1/+1
2007-10-10r19148: Finish last nights patch - make offlineJeremy Allison4-51/+78
2007-10-10r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner2-6/+8
2007-10-10r19105: Ok - this is currently untested (but I'm testing it atJeremy Allison3-43/+24
2007-10-10r19103: From "Björn JACKE <bjoern@j3e.DE>":Jeremy Allison1-1/+1
2007-10-10r19066: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r19065: No functional change, just a trivial simplificationVolker Lendecke1-19/+19
2007-10-10r19064: This code block is already #ifdef'ed by WITH_ADS which should implyVolker Lendecke1-2/+2
2007-10-10r18980: Be a little more intelligent about "startup_time",Jeremy Allison3-7/+31
2007-10-10r18955: fix the build on solaris where unistd.h needs to be includes beforeStefan Metzmacher1-1/+1
2007-10-10r18937: Protect against segc in the idmap winbindd child processGerald Carter1-2/+4
2007-10-10r18927: Fix build. *please* compile the code at least once before checking i...Gerald Carter1-2/+2
2007-10-10r18924: Minor cleanup.Günther Deschner1-8/+8
2007-10-10r18871: Fix copy/paste mixup.Günther Deschner1-1/+1
2007-10-10r18842: Protect against "winbind cache time = 0" on two other occasions.Günther Deschner1-2/+2
2007-10-10r18841: Protect against potential event loop when someone is using "winbindGünther Deschner1-2/+2
2007-10-10r18798: use libreplace headers in pam and nss modulesStefan Metzmacher3-69/+8
2007-10-10r18784: hopefully fix the BOOL bug on AIXStefan Metzmacher1-2/+2
2007-10-10r18710: Prevent that our offline cache can get outdated after a password change.Günther Deschner1-1/+8
2007-10-10r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner3-23/+4
2007-10-10r18667: Two C++ warningsVolker Lendecke1-1/+1
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-2/+2
2007-10-10r18557: If you've set security=ads, do the DNS queries first.Jeremy Allison1-9/+6
2007-10-10r18552: Ensure the sitename matches before we SAF store a DC in ADS mode.Jeremy Allison1-2/+4
2007-10-10r18551: Implement a 30 seconds from startup, during which weJeremy Allison4-3/+27