summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r18310: Add a little test for some gencache routinesVolker Lendecke2007-10-101-43/+0
| | | | | | | | Remove unused gencache_set_only Use CONST_DISCARD instead of SMB_STRDUP Volker (This used to be commit 651e7e44e2e56eab81c5fe708f33e6d3918a39f9)
* r16267: Fix Klocwork #401, #402 - ensure format specifierJeremy Allison2007-10-101-1/+8
| | | | | | limited. Fix memleak in printing gencache contents. Jeremy. (This used to be commit 81731e1f68cdf4af80733338238aeae0a7d108c0)
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-7/+19
| | | | | | can return NULL. Ensure we check all returns correctly. Jeremy. (This used to be commit 6c61dc8ed6d84f310ef391fb7700e93ef42c4afc)
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-7/+7
| | | | | | | | | All 'usage' messages are still printed to stdout. Fix some compiler warnings for system() calls where we didn't used the return code. Add appropriate error messages and return with the error code we got from system() or NT_STATUS_UNSUCCESSFUL. (This used to be commit f650e3bdafc4c6bcd7eb4bcf8b6b885b979919eb)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-1/+1
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. (This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
* Typo fix for bug 258.Tim Potter2003-07-291-1/+1
| | | | (This used to be commit a4e342c20cbddbb4d9d6ac49258457751146d890)
* Just a few formatting fixed caught while testing.Rafal Szczesniak2003-07-101-1/+1
| | | | | rafal (This used to be commit 156554738cf4e4ffa5a811d9979acd19418e7908)
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-041-18/+38
| | | | | Andrew Bartlett (This used to be commit f79324f730c400342f445c931b0d75ff756d7cc7)
* added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+328
(This used to be commit 05a202c287f5daeb1ccbaf9479aa93e7928e93db)