summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell5-37/+473
2007-10-10r3015: fixed typo noticed by abartlettAndrew Tridgell1-3/+4
2007-10-10r3014: got rid of the old intra-smbd messaging system in preparation for the ...Andrew Tridgell4-700/+0
2007-10-10r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell5-1/+334
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell6-81/+208
2007-10-10r3004: removed some unused functionsAndrew Tridgell3-297/+0
2007-10-10r2985: got rid of the unused tdb_lockkeys() and tdb_unlockkeys() functionsAndrew Tridgell2-74/+0
2007-10-10r2981: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison1-3/+3
2007-10-10r2940: Complain when there is an attempt to register a backend for a subsyste...Jelmer Vernooij1-0/+2
2007-10-10r2932: character expansion in strlower_m or strupper_m is considered fatalAndrew Tridgell1-0/+4
2007-10-10r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij1-30/+11
2007-10-10r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij3-12/+9
2007-10-10r2911: Fix bug in opening relative keysJelmer Vernooij1-8/+12
2007-10-10r2907: auto destroy iconv memory handles on exit, to make valgrind leakAndrew Tridgell1-19/+26
2007-10-10r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell1-17/+17
2007-10-10r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...Andrew Tridgell1-8/+8
2007-10-10r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256kAndrew Tridgell1-27/+8
2007-10-10r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell1-22/+0
2007-10-10r2898: - Support enumerating remote registry valuesJelmer Vernooij2-76/+67
2007-10-10r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij1-16/+24
2007-10-10r2872: got rid of a couple of unused (and horrible) functionsAndrew Tridgell2-244/+0
2007-10-10r2871: - got rid of the last bits of non-threadsafe data in util_str.oAndrew Tridgell2-23/+7
2007-10-10r2867: make call_backtrace() publicStefan Metzmacher1-1/+1
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell9-752/+759
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell3-14/+17
2007-10-10r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell1-3/+48
2007-10-10r2783: got rid of the unused remote architecture detection codeAndrew Tridgell1-40/+0
2007-10-10r2776: if there are no wildcard characters then use StrCaseCmp()Andrew Tridgell1-0/+6
2007-10-10r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactlyAndrew Tridgell1-154/+121
2007-10-10r2773: allow zero sized array tallocAndrew Tridgell1-4/+2
2007-10-10r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell1-58/+120
2007-10-10r2742: - fixed a bug in talloc_unreference()Andrew Tridgell1-3/+3
2007-10-10r2737: fixed up a corner case where talloc_unreference() and talloc_free()Andrew Tridgell1-6/+17
2007-10-10r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell1-3/+39
2007-10-10r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell1-2/+2
2007-10-10r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell1-8/+10
2007-10-10r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell1-2/+43
2007-10-10r2713: better handling of binary values in index key creationAndrew Tridgell1-1/+1
2007-10-10r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell1-2/+4
2007-10-10r2709: finally solved the talloc reference problem.Andrew Tridgell1-39/+94
2007-10-10r2686: remove unused gtk+ checkStefan Metzmacher1-2/+0
2007-10-10r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij1-1/+1
2007-10-10r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell1-3/+0
2007-10-10r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell1-21/+50
2007-10-10r2675: added a convenience functionAndrew Tridgell1-0/+35
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell3-46/+96
2007-10-10r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell1-3/+3
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell6-20/+18
2007-10-10r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij1-2/+3
2007-10-10r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell1-0/+3