summaryrefslogtreecommitdiffstats
path: root/source/utils/net_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-021-3/+2
| | | | | Jeremy. (cherry picked from commit 0994b094569474d47e7b98e39438829e962a27e1)
* Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke2008-07-111-2/+1
| | | | This reverts commit 2954b2be563149380e1fae7fe088b98d6cbd42e7.
* Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke2008-07-031-1/+2
| | | | | | | net cache get was the only one interested in the timeout. That single caller can take care of the timeout itself then. With this API change idmap_cache.c can be converted to gencache.
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
|
* net: Make "net cache" use functable3Kai Blin2008-06-101-33/+75
|
* net: more whitespace cleanupKai Blin2008-05-101-30/+30
|
* net: Remove globalsKai Blin2008-05-101-11/+19
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* 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
* r16267: Fix Klocwork #401, #402 - ensure format specifierJeremy Allison2007-10-101-1/+8
| | | | | limited. Fix memleak in printing gencache contents. Jeremy.
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-7/+19
| | | | | can return NULL. Ensure we check all returns correctly. Jeremy.
* 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.
* 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.
* Typo fix for bug 258.Tim Potter2003-07-291-1/+1
|
* Just a few formatting fixed caught while testing.Rafal Szczesniak2003-07-101-1/+1
| | | | rafal
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-041-18/+38
| | | | Andrew Bartlett
* added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+328