summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22677: One line fix to make net idmap restore work againSimo Sorce1-0/+1
2007-10-10r22675: Simo's patch for 0 size allocation. Still needJeremy Allison2-9/+13
2007-10-10r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2-4/+6
2007-10-10r22647: Avoid leaking a full info3 structure on each winbindd cached login by...Günther Deschner2-5/+5
2007-10-10r22646: segfault fix in idmap_ldap.c from 3_0_25Simo Sorce1-2/+8
2007-10-10r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...Günther Deschner1-1/+8
2007-10-10r22636: Fix logic bug.Günther Deschner1-6/+6
2007-10-10r22633: Fix typo in debug message.James Peach1-1/+1
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2-13/+24
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison4-29/+57
2007-10-10r22553: Fix the buildVolker Lendecke2-2/+2
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison6-15/+15
2007-10-10r22511: Remove unused LDAPMessage.Günther Deschner1-3/+0
2007-10-10r22507: Wrap the method of obtaining sockets to listen on.James Peach3-103/+128
2007-10-10r22473: Correct fix for setting a default compat tdb idmap backend.Gerald Carter1-29/+30
2007-10-10r22466: Fix build warning.Günther Deschner1-1/+1
2007-10-10r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to op...Günther Deschner1-99/+75
2007-10-10r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmapGerald Carter1-0/+8
2007-10-10r22444: * Validate a SID before trying to convert it to a uid/gid via the publicGerald Carter1-3/+3
2007-10-10r22430: Add SID validate to sid2uid() and sid2gid() public entry points in wi...Gerald Carter1-4/+81
2007-10-10r22418: Support running under launchd. We abstract the method of obtainingJames Peach2-17/+104
2007-10-10r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach1-20/+23
2007-10-10r22402: Fix build warning.Günther Deschner1-1/+1
2007-10-10r22393: fix cut&paste errorSimo Sorce1-1/+1
2007-10-10r22392: Remove leftover potentially segfaulty code.Simo Sorce1-6/+5
2007-10-10r22390: Patchset sent to samba-technical to address the winbindGerald Carter5-164/+63
2007-10-10r22388: clearer message, thanks DavidSimo Sorce1-1/+1
2007-10-10r22348: 3_0 as wellSimo Sorce1-1/+1
2007-10-10r22343: Commit to 3_0 as well after adapting the patch.Simo Sorce7-204/+347
2007-10-10r22340: Fix another segfault in idmap_ldap.c caused by setting the iteratorGerald Carter1-1/+1
2007-10-10r22313: as discussed with simo:Stefan Metzmacher1-28/+4
2007-10-10r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher1-12/+0
2007-10-10r22283: Remove very old bug where we assigned the online mode ofGerald Carter1-2/+0
2007-10-10r22230: Let's just cast here, the 2 calls have different allocation mechanisms.Simo Sorce1-7/+9
2007-10-10r22214: Fix incompatible pointer type warnings. Simo, please check and merge ...Volker Lendecke1-1/+5
2007-10-10r22211: Don't return a value from void functions !Jeremy Allison1-1/+1
2007-10-10r22210: Fix typo in testing for non-centry entries.Jeremy Allison1-1/+1
2007-10-10r22209: Fix the storage of time_t -> make it 64 bits (use theJeremy Allison2-14/+117
2007-10-10r22207: Fill in the validation functions. Now to test...Jeremy Allison1-28/+73
2007-10-10r22206: Added boilerplate to be filled in for other validation functions.Jeremy Allison1-0/+163
2007-10-10r22205: Add some flesh to the bones of the cache validation code.Jeremy Allison1-59/+209
2007-10-10r22204: Workaround to quickly close bug #4508Simo Sorce3-6/+36
2007-10-10r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointerJeremy Allison1-1/+4
2007-10-10r22173: BUG 4491, 4501: Additional fixes for protecting againstGerald Carter2-45/+62
2007-10-10r22159: BUG 4501 (second half of fix): Just disable theGerald Carter1-8/+8
2007-10-10r22158: BUG 4501 (partial): Fix a crash caused by not using theGerald Carter1-6/+16
2007-10-10r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cacheGerald Carter1-0/+13
2007-10-10r22109: Readonly is automatically set in the generic init code, let's just lo...Simo Sorce2-5/+1
2007-10-10r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo <jo...Gerald Carter1-0/+4
2007-10-10r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter1-1/+3