summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-101-25/+0
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-1016-1254/+795
* r2514: Remove unused funcions, and add static.Andrew Bartlett2007-10-101-55/+1
* r2506: Add more printf attributes for format checking.Andrew Bartlett2007-10-101-3/+5
* r2493: allow tdb to build standaloneAndrew Tridgell2007-10-101-0/+4
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-102-3/+88
* r2484: allow ldb to build standalone againAndrew Tridgell2007-10-101-0/+7
* r2454: fixed the accelerated StrCaseCmp() so it compares in the right orderAndrew Tridgell2007-10-101-2/+2
* r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4Stefan Metzmacher2007-10-101-5/+40
* r2441: set exit code correct when we got EBADF from select()Stefan Metzmacher2007-10-101-0/+1
* r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher2007-10-103-21/+22
* r2437: implemented a suggestion from abartlet that if we cannot convertAndrew Tridgell2007-10-101-2/+5
* r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()Andrew Tridgell2007-10-101-29/+78
* r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposedAndrew Tridgell2007-10-101-1/+1
* r2400: make ms_fnmatch() case insensitive. This is much more efficient thanAndrew Tridgell2007-10-101-2/+4
* r2381: added a -v debugging option to ldbeditAndrew Tridgell2007-10-101-1/+31
* r2380: nicer error reporting in convert_string()Andrew Tridgell2007-10-101-6/+9
* r2365: remove MSG_NOSIGNALStefan Metzmacher2007-10-101-1/+1
* r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher2007-10-103-28/+87
* r2328: add the start of a new system and protocolStefan Metzmacher2007-10-105-0/+621
* r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher2007-10-101-1/+3
* r2308: make talloc_vasprintf() available outside talloc.cAndrew Tridgell2007-10-101-2/+1
* r2302: added a '--option' option, allowing any global or default option inAndrew Tridgell2007-10-101-3/+15
* r2283: Change from tridge (in his ntlm2 patch).Andrew Bartlett2007-10-101-3/+7
* r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell2007-10-101-2/+2
* r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2007-10-102-1/+125
* r2254: Fix a couple of compiler warnings...Jelmer Vernooij2007-10-104-16/+7
* r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2007-10-103-36/+23
* r2212: Optimisation. Passes masktest against W2K3.Jeremy Allison2007-10-101-0/+3
* r2192: removed an erroneous free() call on an error pathAndrew Tridgell2007-10-101-1/+0