Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2940: Complain when there is an attempt to register a backend for a subsyste... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r2932: character expansion in strlower_m or strupper_m is considered fatal | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2914: ... and support enumerating values (data is not handled yet, only the ... | Jelmer Vernooij | 1 | -30/+11 |
2007-10-10 | r2913: - Don't print hive name if it is NULL (regtree) | Jelmer Vernooij | 3 | -12/+9 |
2007-10-10 | r2911: Fix bug in opening relative keys | Jelmer Vernooij | 1 | -8/+12 |
2007-10-10 | r2907: auto destroy iconv memory handles on exit, to make valgrind leak | Andrew Tridgell | 1 | -19/+26 |
2007-10-10 | r2903: a considerably more efficient (both in terms of CPU and memory) | Andrew Tridgell | 1 | -17/+17 |
2007-10-10 | r2902: make toupper_w() and tolower_w() slightly faster by putting the most c... | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256k | Andrew Tridgell | 1 | -27/+8 |
2007-10-10 | r2900: rusty pointed out to me that discard_const() can be done via a macro | Andrew Tridgell | 1 | -22/+0 |
2007-10-10 | r2898: - Support enumerating remote registry values | Jelmer Vernooij | 2 | -76/+67 |
2007-10-10 | r2897: Fix double registration (of the registry subsystem) bug | Jelmer Vernooij | 1 | -16/+24 |
2007-10-10 | r2872: got rid of a couple of unused (and horrible) functions | Andrew Tridgell | 2 | -244/+0 |
2007-10-10 | r2871: - got rid of the last bits of non-threadsafe data in util_str.o | Andrew Tridgell | 2 | -23/+7 |
2007-10-10 | r2867: make call_backtrace() public | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 9 | -752/+759 |
2007-10-10 | r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(), | Andrew Tridgell | 3 | -14/+17 |
2007-10-10 | r2791: got rid of talloc_unreference() and instead created talloc_unlink(), | Andrew Tridgell | 1 | -3/+48 |
2007-10-10 | r2783: got rid of the unused remote architecture detection code | Andrew Tridgell | 1 | -40/+0 |
2007-10-10 | r2776: if there are no wildcard characters then use StrCaseCmp() | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactly | Andrew Tridgell | 1 | -154/+121 |
2007-10-10 | r2773: allow zero sized array talloc | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r2744: ben elliston taught me about gcov today, which allows you to measure | Andrew Tridgell | 1 | -58/+120 |
2007-10-10 | r2742: - fixed a bug in talloc_unreference() | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2737: fixed up a corner case where talloc_unreference() and talloc_free() | Andrew Tridgell | 1 | -6/+17 |
2007-10-10 | r2726: added a -r option to ldbdel to allow easy delete of a whole | Andrew Tridgell | 1 | -3/+39 |
2007-10-10 | r2725: fixed ldbtest to give the basedn to ldb_search() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ... | Andrew Tridgell | 1 | -8/+10 |
2007-10-10 | r2718: - added a talloc_unreference() function as requested by metze. | Andrew Tridgell | 1 | -2/+43 |
2007-10-10 | r2713: better handling of binary values in index key creation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2712: fixed a bug in ldbtest to make it cope with an existing index | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2709: finally solved the talloc reference problem. | Andrew Tridgell | 1 | -39/+94 |
2007-10-10 | r2686: remove unused gtk+ check | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r2684: Free the right talloc context (don't panic when encountering illegal m... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r2678: from_name and to_name aren't needed in smb_iconv_t | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r2677: - fixed a bug in the recursive logic talloc_free() when there are | Andrew Tridgell | 1 | -21/+50 |
2007-10-10 | r2675: added a convenience function | Andrew Tridgell | 1 | -0/+35 |
2007-10-10 | r2674: I have realised that talloc() should have its context marked const, as | Andrew Tridgell | 3 | -46/+96 |
2007-10-10 | r2672: don't call a variable "dup" as that conflicts with a standard system c... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 6 | -20/+18 |
2007-10-10 | r2667: Remove forward declaration of static function from function. GCC 3.5 a... | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r2662: make --leak-check completely silent if not blocks are allocated | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r2653: - data_blob() and data_blob_talloc() now get automatic names | Andrew Tridgell | 2 | -11/+17 |
2007-10-10 | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 2 | -7/+20 |
2007-10-10 | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 2 | -7/+27 |
2007-10-10 | r2644: removed an unused function | Andrew Tridgell | 1 | -18/+0 |
2007-10-10 | r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a cast | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2641: talloc_p() now produces a named talloc pointer, with the name | Andrew Tridgell | 1 | -3/+31 |
2007-10-10 | r2640: valgrind does a great job on some types of memory leaks, but is slow | Andrew Tridgell | 2 | -5/+80 |
2007-10-10 | r2639: we doon't need the valid_table code, so get rid of it | Andrew Tridgell | 1 | -56/+0 |