summaryrefslogtreecommitdiff
path: root/source3/libsmb/trustdom_cache.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-5/+5
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-2/+2
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2011-11-25s3: Add some constVolker Lendecke1-2/+2
2011-11-02s3-trustdomcache: make enumerate_domain_trusts() static.Günther Deschner1-0/+103
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-4/+4
2009-07-15Remove gencache_init/shutdownVolker Lendecke1-34/+0
2009-07-15Fix some nonempty blank linesVolker Lendecke1-21/+20
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke1-2/+4
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke1-4/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-05Remove some globalsVolker Lendecke1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21893: Update comments so they actually reflect reality...Rafal Szczesniak1-3/+3
2007-10-10r20690: fix a bug that causes smbd to 'hang' intermittently.Andrew Tridgell1-32/+13
2007-10-10r18312: Change gencache_get slightly: Delete expired keys, and only strdup th...Volker Lendecke1-1/+0
2007-10-10r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman1-1/+1
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison1-10/+27
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-0/+124
2003-06-08Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett1-1/+4
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-0/+215