Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2638: do lazy initialisation of iconv handles, so we don't initialise a | Andrew Tridgell | 1 | -39/+29 |
2007-10-10 | r2634: use discard_const_p() in a few places | Andrew Tridgell | 3 | -6/+9 |
2007-10-10 | r2632: a new approach to handling const errors. We have had huge numbers of | Andrew Tridgell | 2 | -2/+22 |
2007-10-10 | r2631: the strchr family of functions should not return const strings. | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library we | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2621: - now that the client code is non-blocking, we no longer need | Andrew Tridgell | 1 | -73/+0 |
2007-10-10 | r2601: avoid free()ing unallocated memory by mistake | Simo Sorce | 1 | -1/+6 |
2007-10-10 | r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed this | Andrew Tridgell | 5 | -0/+386 |
2007-10-10 | r2577: - I recently found out that charaters below 0x3F are guaranteed not to | Andrew Tridgell | 1 | -45/+12 |
2007-10-10 | r2556: fixed the -s one bug that jelmer pointed out | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2554: added a test for a bug that jelmer pointed out (handling of -s one) | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b... | Andrew Tridgell | 1 | -18/+11 |
2007-10-10 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 3 | -444/+267 |
2007-10-10 | r2542: I really don't like the 'substitute' code, and I particularly don't | Andrew Bartlett | 1 | -25/+0 |