Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Valgrind found a few memory leaks! | Andrew Bartlett | 2003-03-22 | 1 | -2/+10 |
| | | | | Andrew Bartlett | ||||
* | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2002-11-26 | 1 | -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 Allison | 2002-11-23 | 1 | -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 Potter | 2002-08-28 | 1 | -16/+24 |
| | |||||
* | Cope with negative cache dns entries better. | Tim Potter | 2002-08-23 | 1 | -5/+6 |
| | |||||
* | Don't take the sizeof(struct in_addr) * -1 | Tim Potter | 2002-08-23 | 1 | -2/+4 |
| | |||||
* | fix a few segfaults | Gerald Carter | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | fix segfault | Gerald Carter | 2002-08-21 | 1 | -5/+5 |
| | |||||
* | fix irix compiler error | Herb Lewis | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 2002-08-16 | 1 | -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. |