summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/namecache.c
Commit message (Collapse)AuthorAgeFilesLines
* Valgrind found a few memory leaks!Andrew Bartlett2003-03-221-2/+10
| | | | | Andrew Bartlett (This used to be commit fb680f610ceb9a0f350c99456cf7ab1a507543fe)
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-172/+153
| | | | | | | | | | | | | 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)
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-0/+2
| | | | | | Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>. Jeremy. (This used to be commit 19f86f1f72aca924e9e320e20a175b5d21de45ad)
* Sync up namecache code with HEAD and APPLIANCE_HEAD. Rerun unit tests.Tim Potter2002-08-281-16/+24
| | | | (This used to be commit 41c2e7b162224a524a1bf4da012f383f2a6032d0)
* Cope with negative cache dns entries better.Tim Potter2002-08-231-5/+6
| | | | (This used to be commit 3404023260a5d6fed5523eb378d4a1ad418302a0)
* Don't take the sizeof(struct in_addr) * -1Tim Potter2002-08-231-2/+4
| | | | (This used to be commit e13016bb42dbba675d6e7ee7e163543aad2e62c2)
* fix a few segfaultsGerald Carter2002-08-221-1/+1
| | | | (This used to be commit ccb02f7cfcec4a555cf7304816c739f4bf7b46f0)
* fix segfaultGerald Carter2002-08-211-5/+5
| | | | (This used to be commit 982eadf73bb3932ec3ac89c6112a8bf79dbec127)
* fix irix compiler errorHerb Lewis2002-08-201-1/+1
| | | | (This used to be commit 4df7983487545a432cfa8832eae1afbdf7866060)
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+252
Tridge suggested a generic caching mechanism for Samba to avoid the proliferation of little cache files hanging around limpet like in the locks directory. Someone should probably implement this at some stage. (This used to be commit dad31483b3bd1790356ef1e40ac62624a403bce8)