summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-109-752/+759
* r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell2007-10-103-14/+17
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-101-3/+48
* r2783: got rid of the unused remote architecture detection codeAndrew Tridgell2007-10-101-40/+0
* r2776: if there are no wildcard characters then use StrCaseCmp()Andrew Tridgell2007-10-101-0/+6
* r2775: rewrote our ms_fnmatch code to be much more efficient, and to exactlyAndrew Tridgell2007-10-101-154/+121
* r2773: allow zero sized array tallocAndrew Tridgell2007-10-101-4/+2
* r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2007-10-101-58/+120
* r2742: - fixed a bug in talloc_unreference()Andrew Tridgell2007-10-101-3/+3
* r2737: fixed up a corner case where talloc_unreference() and talloc_free()Andrew Tridgell2007-10-101-6/+17
* r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell2007-10-101-3/+39
* r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell2007-10-101-2/+2
* r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell2007-10-101-8/+10
* r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell2007-10-101-2/+43
* r2713: better handling of binary values in index key creationAndrew Tridgell2007-10-101-1/+1
* r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell2007-10-101-2/+4
* r2709: finally solved the talloc reference problem.Andrew Tridgell2007-10-101-39/+94
* r2686: remove unused gtk+ checkStefan Metzmacher2007-10-101-2/+0
* r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij2007-10-101-1/+1
* r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2007-10-101-3/+0
* r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell2007-10-101-21/+50
* r2675: added a convenience functionAndrew Tridgell2007-10-101-0/+35
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-103-46/+96
* r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell2007-10-101-3/+3
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-106-20/+18
* r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij2007-10-101-2/+3
* r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell2007-10-101-0/+3
* r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell2007-10-102-11/+17
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-102-7/+20
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-102-7/+27
* r2644: removed an unused functionAndrew Tridgell2007-10-101-18/+0
* r2642: smb_iconv_t is a pointer, so checks against -1 errors should use a castAndrew Tridgell2007-10-101-1/+1
* r2641: talloc_p() now produces a named talloc pointer, with the nameAndrew Tridgell2007-10-101-3/+31
* r2640: valgrind does a great job on some types of memory leaks, but is slowAndrew Tridgell2007-10-102-5/+80
* r2639: we doon't need the valid_table code, so get rid of itAndrew Tridgell2007-10-101-56/+0
* r2638: do lazy initialisation of iconv handles, so we don't initialise aAndrew Tridgell2007-10-101-39/+29
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-103-6/+9
* r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell2007-10-102-2/+22
* r2631: the strchr family of functions should not return const strings.Andrew Tridgell2007-10-101-3/+3
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-101-1/+1
* r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell2007-10-101-1/+1
* r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library weAndrew Tridgell2007-10-101-0/+4
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-73/+0
* r2601: avoid free()ing unallocated memory by mistakeSimo Sorce2007-10-101-1/+6
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-105-0/+386
* r2577: - I recently found out that charaters below 0x3F are guaranteed not toAndrew Tridgell2007-10-101-45/+12
* r2556: fixed the -s one bug that jelmer pointed outAndrew Tridgell2007-10-101-1/+1
* r2554: added a test for a bug that jelmer pointed out (handling of -s one)Andrew Tridgell2007-10-101-0/+7
* r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell2007-10-101-18/+11
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-103-444/+267