summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij2007-10-101-30/+11
* r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij2007-10-103-12/+9
* r2911: Fix bug in opening relative keysJelmer Vernooij2007-10-101-8/+12
* r2907: auto destroy iconv memory handles on exit, to make valgrind leakAndrew Tridgell2007-10-101-19/+26
* r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell2007-10-101-17/+17
* r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...Andrew Tridgell2007-10-101-8/+8
* r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256kAndrew Tridgell2007-10-101-27/+8
* r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell2007-10-101-22/+0
* r2898: - Support enumerating remote registry valuesJelmer Vernooij2007-10-102-76/+67
* r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij2007-10-101-16/+24
* r2872: got rid of a couple of unused (and horrible) functionsAndrew Tridgell2007-10-102-244/+0
* r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell2007-10-102-23/+7
* r2867: make call_backtrace() publicStefan Metzmacher2007-10-101-1/+1
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-109-752/+759
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-103-14/+17
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-101-3/+48
* r2783: got rid of the unused remote architecture detection codeAndrew Tridgell2007-10-101-40/+0
* r2776: if there are no wildcard characters then use StrCaseCmp()Andrew Tridgell2007-10-101-0/+6
* r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactlyAndrew Tridgell2007-10-101-154/+121
* r2773: allow zero sized array tallocAndrew Tridgell2007-10-101-4/+2
* r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2007-10-101-58/+120
* r2742: - fixed a bug in talloc_unreference()Andrew Tridgell2007-10-101-3/+3
* r2737: fixed up a corner case where talloc_unreference() and talloc_free()Andrew Tridgell2007-10-101-6/+17
* r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell2007-10-101-3/+39
* r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell2007-10-101-2/+2
* r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell2007-10-101-8/+10
* r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell2007-10-101-2/+43
* r2713: better handling of binary values in index key creationAndrew Tridgell2007-10-101-1/+1
* r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell2007-10-101-2/+4
* r2709: finally solved the talloc reference problem.Andrew Tridgell2007-10-101-39/+94
* r2686: remove unused gtk+ checkStefan Metzmacher2007-10-101-2/+0
* r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij2007-10-101-1/+1
* r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2007-10-101-3/+0
* r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell2007-10-101-21/+50
* r2675: added a convenience functionAndrew Tridgell2007-10-101-0/+35
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-103-46/+96
* r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell2007-10-101-3/+3
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-106-20/+18
* r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij2007-10-101-2/+3
* r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell2007-10-101-0/+3
* r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell2007-10-102-11/+17
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-102-7/+20
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-102-7/+27
* r2644: removed an unused functionAndrew Tridgell2007-10-101-18/+0
* r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell2007-10-101-1/+1
* r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell2007-10-101-3/+31
* r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell2007-10-102-5/+80
* r2639: we doon't need the valid_table code, so get rid of itAndrew Tridgell2007-10-101-56/+0
* r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell2007-10-101-39/+29
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-103-6/+9