summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell2-11/+17
2007-10-10r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2-7/+20
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2-7/+27
2007-10-10r2644: removed an unused functionAndrew Tridgell1-18/+0
2007-10-10r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell1-1/+1
2007-10-10r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell1-3/+31
2007-10-10r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell2-5/+80
2007-10-10r2639: we doon't need the valid_table code, so get rid of itAndrew Tridgell1-56/+0
2007-10-10r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell1-39/+29
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell3-6/+9
2007-10-10r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell2-2/+22
2007-10-10r2631: the strchr family of functions should not return const strings.Andrew Tridgell1-3/+3
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell1-1/+1
2007-10-10r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell1-1/+1
2007-10-10r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library weAndrew Tridgell1-0/+4
2007-10-10r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell1-73/+0
2007-10-10r2601: avoid free()ing unallocated memory by mistakeSimo Sorce1-1/+6
2007-10-10r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell5-0/+386
2007-10-10r2577: - I recently found out that charaters below 0x3F are guaranteed not toAndrew Tridgell1-45/+12
2007-10-10r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell1-1/+1
2007-10-10r2554: added a test for a bug that jelmer pointed out (handling of -s one)Andrew Tridgell1-0/+7
2007-10-10r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell1-18/+11
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett3-444/+267
2007-10-10r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett1-25/+0
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij16-1254/+795
2007-10-10r2514: Remove unused funcions, and add static.Andrew Bartlett1-55/+1
2007-10-10r2506: Add more printf attributes for format checking.Andrew Bartlett1-3/+5