summaryrefslogtreecommitdiffstats
path: root/source4/lib/gencache
Commit message (Collapse)AuthorAgeFilesLines
* Remove gencache in Samba 4 - it's unused and behind on the Samba 3Jelmer Vernooij2008-10-122-469/+0
| | | | version.
* Add static header for gencache.Jelmer Vernooij2008-02-161-0/+94
| | | | (This used to be commit 9a0f6a0012243a74702c723dec808c99c58c772e)
* r26228: Store loadparm context in auth context, move more loadparm_contexts ↵Jelmer Vernooij2007-12-211-2/+2
| | | | | | up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)
* r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.hStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 88f11a88f32a0a5fe2702d24f1879881a5865365)
* r25577: BOOL -> boolStefan Metzmacher2007-10-101-19/+19
| | | | | metze (This used to be commit 6f665a12789b839c3d49ea8307f78bec77730c94)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-101-6/+7
| | | | (This used to be commit a5a1a5540510cdb1bfbb3e89b84f4ba5b2812c55)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell2007-10-101-1/+0
| | | | | | tdbutil.c is Samba specific, so should not be part of the generic tdb library (This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f)
* r15325: Fix compiler warningsJelmer Vernooij2007-10-101-9/+9
| | | | (This used to be commit 5d51047fe3187863a18b2a976ba3bf831cb3c765)
* r14996: Fix compilation of gencacheJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 6782214c44fbf69c0d4b65a75fb4430cb21b2e1c)
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+375
- Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ (This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)