Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2518: Some long overdue changes: | Jelmer Vernooij | 16 | -1254/+795 |
2007-10-10 | r2514: Remove unused funcions, and add static. | Andrew Bartlett | 1 | -55/+1 |
2007-10-10 | r2506: Add more printf attributes for format checking. | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r2493: allow tdb to build standalone | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell. | Andrew Tridgell | 2 | -3/+88 |
2007-10-10 | r2484: allow ldb to build standalone again | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r2454: fixed the accelerated StrCaseCmp() so it compares in the right order | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4 | Stefan Metzmacher | 1 | -5/+40 |
2007-10-10 | r2441: set exit code correct when we got EBADF from select() | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2439: - function that return just an int don't need a TALLOC_CTX | Stefan Metzmacher | 3 | -21/+22 |
2007-10-10 | r2437: implemented a suggestion from abartlet that if we cannot convert | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp() | Andrew Tridgell | 1 | -29/+78 |
2007-10-10 | r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2400: make ms_fnmatch() case insensitive. This is much more efficient than | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2381: added a -v debugging option to ldbedit | Andrew Tridgell | 1 | -1/+31 |
2007-10-10 | r2380: nicer error reporting in convert_string() | Andrew Tridgell | 1 | -6/+9 |