summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-93/+156
| | | | | but I haven't actually run it yet so it probably doesn't work. (-: (This used to be commit 59f95416b66db6df05289bde224de29c721978e5)
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-15/+15
| | | | | Jeremy. (This used to be commit 94747b4639ed9b19f7d0fb896e43aa392a84989a)
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testsuite/printing/psec.c - Use lock directory from smb.conf parameter when peeking at the ntdrivers.tdb file. source/rpc_parse/parse_sec.c - fix typo in debug message source/script/installbin.sh - create private directory as part of 'make install'. source/nsswitch/winbindd_cache.c source/nsswitch/winbindd_idmap.c source/passdb/secrets.c source/smbd/connection.c - always convert tdb key to unix code-page when generating. source/printing/nt_printing.c - always convert tdb key to unix code-page when generating. - don't prepend path to a filename that is NULL in add_a_printer_driver_3(). source/rpc_server/srv_spoolss_nt.c - always convert tdb key to unix code-page when generating. - don't prepend server name to a path/filename that is NULL in the fill_printer_driver_info functions. source/printing/printing.c - always convert tdb key to unix code-page when generating. - move access check for print_queue_purge() outside of job delete loop. source/smbd/unix_acls.c - fix for setting ACLs (this got missed earlier) source/lib/messages.c - trivial sync with appliance_head (This used to be commit 376601d17d53ef7bfaafa576bd770e554516e808)
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-121-1/+1
| | | | | | | | | | of tdb_{store,get}_int() to store the length of the string key + 1 so the stored key contains the trailing NULL character. This allows normal string library routines to manipulate keys. Also renamed tdb_get_int() to tdb_fetch_int() to keep the set of verbs consistent. (This used to be commit a423c7c5f21dc4046530b85482dee88dcfcbf070)
* use "winbind separator" in tng as wellAndrew Tridgell2000-05-121-1/+1
| | | | (This used to be commit 0189af544244d7d20e4042cd1238f370968cb7a9)
* fixed some winbind cache bugsAndrew Tridgell2000-05-091-16/+17
| | | | (This used to be commit 3cac3ccf047ce9a5c28916f9a2b1b3d38741e373)
* brought the winbindd code into headAndrew Tridgell2000-05-091-0/+416
this does not yet compile, but I'm working on that. (This used to be commit 3fb862531a4e78dca13d16d958517b16e5bdd4e2)