summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r22061: Fix the krb5 user ticket refresh event timeout in winbinddGerald Carter1-9/+32
2007-10-10r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com>Jeremy Allison1-0/+5
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher3-41/+42
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher3-10/+10
2007-10-10r21986: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-55/+56
2007-10-10r21985: make use of string_tdb_data()Stefan Metzmacher1-8/+5
2007-10-10r21984: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-52/+29
2007-10-10r21957: minor formatting fixHerb Lewis1-1/+1
2007-10-10r21941: Attempt to fix bug 4460Volker Lendecke1-1/+1
2007-10-10r21940: Sorry Volker, I have to revert your revert in r21935.Gerald Carter3-10/+46
2007-10-10r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...Volker Lendecke3-46/+10
2007-10-10r21933: Change the write_sock() call in pam_winbind_request()Gerald Carter1-1/+1
2007-10-10r21927: Removed unused variable.Jeremy Allison1-1/+0
2007-10-10r21919: now that the local passdb abd BUILTIN have been blacklisted and they ...Simo Sorce1-15/+0
2007-10-10r21918: Reverting this change as it is now causing aborts() inGerald Carter1-6/+1
2007-10-10r21913: fix one bug in build 717: correctly check the return from sid_peek_ch...Gerald Carter1-1/+1
2007-10-10r21905: RenameGerald Carter1-3/+3
2007-10-10r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with theGünther Deschner1-1/+29
2007-10-10r21884: * Blacklist BUILTIN and MACHINE domains from theGerald Carter1-13/+26
2007-10-10r21881: Make sure we are very specific when testing whether a backand can han...James Peach1-1/+7
2007-10-10r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke4-11/+47
2007-10-10r21873: This is winbindd_pam.c, not pam_winbind.c :-)Volker Lendecke1-1/+1
2007-10-10r21872: Fix a debug messageVolker Lendecke1-1/+1
2007-10-10r21860: Fixes for "winbind normalize names" functionality:Gerald Carter5-5/+15
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-3/+6
2007-10-10r21775: make messages more understandable - don't leave part dangling after n...Herb Lewis1-2/+2
2007-10-10r21704: open sockets immediately in process_loopHerb Lewis1-8/+9