diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-26 11:57:30 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-26 11:57:30 +0000 |
commit | 65643516d760c4e61ba6f4406f442f7e9bd10f2f (patch) | |
tree | 0cf648ed7049ddbcb66d7f7b722ca31aa74cd445 /source3/Makefile.in | |
parent | 585e8a8c02f78a072b98f681fda5748c3d9924ab (diff) | |
download | samba-65643516d760c4e61ba6f4406f442f7e9bd10f2f.tar.gz samba-65643516d760c4e61ba6f4406f442f7e9bd10f2f.tar.bz2 samba-65643516d760c4e61ba6f4406f442f7e9bd10f2f.zip |
Having waited for *way* too long, this is mimir's namecache and trusted domain
cache code.
This uses gencache, mimir's new caching code that stores at text-based cache
of various data.
Mimir has done a *lot* of work on this patch, and it is finally time to
get it in CVS.
Andrew Bartlett
(This used to be commit 47f3bfe9564e7f3aff60cefaefd599e0abb30a31)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index d42379472f..78c4cb1c40 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -173,7 +173,7 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ libsmb/smberr.o libsmb/credentials.o libsmb/pwd_cache.o \ libsmb/clioplock.o libsmb/errormap.o libsmb/clirap2.o \ libsmb/passchange.o libsmb/unexpected.o libsmb/doserr.o \ - libsmb/namecache.o $(RPC_PARSE_OBJ1) + libsmb/namecache.o libsmb/trustdom_cache.o $(RPC_PARSE_OBJ1) LIBMSRPC_OBJ = rpc_client/cli_lsarpc.o rpc_client/cli_samr.o \ rpc_client/cli_netlogon.o rpc_client/cli_srvsvc.o \ |