Age | Commit message (Expand) | Author | Files | Lines |
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -6/+6 |
2007-12-28 | don't store cache_readonly in gencache | Volker Lendecke | 1 | -15/+0 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -11/+11 |
2007-10-10 | r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture... | Günther Deschner | 1 | -0/+157 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/ | Stefan Metzmacher | 1 | -17/+9 |
2007-10-10 | r19415: oh la la, always compile before commit, I'm very sorry. | Günther Deschner | 1 | -6/+1 |
2007-10-10 | r19414: gencache is getting really important now, make sure that lp_lockdir | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r19054: Callers of gencache may not have the rights to | Jeremy Allison | 1 | -0/+18 |
2007-10-10 | r18312: Change gencache_get slightly: Delete expired keys, and only strdup th... | Volker Lendecke | 1 | -1/+10 |
2007-10-10 | r18311: Simplify gencache_get by using strtol instead of sscanf | Volker Lendecke | 1 | -50/+28 |
2007-10-10 | r18310: Add a little test for some gencache routines | Volker Lendecke | 1 | -67/+7 |
2007-10-10 | r17928: Implement the basic store for CLDAP sitename | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r17334: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16290: Fix Coverity bugs 298 and 298 | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r16267: Fix Klocwork #401, #402 - ensure format specifier | Jeremy Allison | 1 | -15/+59 |
2007-10-10 | r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13310: first round of server affinity patches for winbindd & net ads join | Gerald Carter | 1 | -11/+9 |
2007-10-10 | r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba... | Gerald Carter | 1 | -1/+4 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -2/+14 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -12/+11 |
2004-01-05 | Always call the auto-init funciton - this avoids tdb segfaulting under | Andrew Bartlett | 1 | -0/+6 |
2003-09-08 | Reformat debug. | Tim Potter | 1 | -4/+5 |
2003-07-01 | Different fix for memleak just committed. This belongs into | Volker Lendecke | 1 | -2/+0 |
2003-07-01 | Fix two memory leaks. tdb_search_keys allocates space for the key | Volker Lendecke | 1 | -0/+2 |
2003-07-01 | Fix a segfault found by metze & valgrind... | Volker Lendecke | 1 | -3/+5 |
2003-07-01 | * fix the trustdom_cache to work when winbindd is not running. | Gerald Carter | 1 | -0/+21 |
2003-04-14 | Merge of doxygen updates from HEAD. | Tim Potter | 1 | -14/+14 |
2003-03-22 | (merge from HEAD) Valgrind found some memory leaks! | Andrew Bartlett | 1 | -0/+4 |
2003-03-22 | (merge from HEAD) | Andrew Bartlett | 1 | -6/+6 |
2003-02-19 | Merge cleanups of return values. | Tim Potter | 1 | -5/+5 |
2003-02-12 | Merge of nicer error message for gencache open error from HEAD. | Tim Potter | 1 | -1/+1 |
2003-01-24 | sync with tpot's change to gencache_get() in HEAD | Gerald Carter | 1 | -22/+31 |
2003-01-24 | masking an assert error in Tim's wins server checking code; needs a proper fi... | Gerald Carter | 1 | -0/+11 |
2003-01-04 | Merge from HEAD - whitespace :-) | Andrew Bartlett | 1 | -0/+1 |
2003-01-04 | Merge from HEAD - mimir's new gencache based namecache code. | Andrew Bartlett | 1 | -13/+12 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -4/+10 |
2002-09-11 | added gencache implementation from mimir - thanks! | Andrew Tridgell | 1 | -0/+319 |