summaryrefslogtreecommitdiffstats
path: root/source/libsmb/namecache.c
Commit message (Collapse)AuthorAgeFilesLines
* Valgrind found a few memory leaks!Andrew Bartlett2003-03-221-2/+10
| | | | Andrew Bartlett
* 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
* 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.
* Sync up namecache code with HEAD and APPLIANCE_HEAD. Rerun unit tests.Tim Potter2002-08-281-16/+24
|
* Cope with negative cache dns entries better.Tim Potter2002-08-231-5/+6
|
* Don't take the sizeof(struct in_addr) * -1Tim Potter2002-08-231-2/+4
|
* fix a few segfaultsGerald Carter2002-08-221-1/+1
|
* fix segfaultGerald Carter2002-08-211-5/+5
|
* fix irix compiler errorHerb Lewis2002-08-201-1/+1
|
* 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.