summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2493: allow tdb to build standaloneAndrew Tridgell1-0/+4
2007-10-10r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2-3/+88
2007-10-10r2484: allow ldb to build standalone againAndrew Tridgell1-0/+7
2007-10-10r2454: fixed the accelerated StrCaseCmp() so it compares in the right orderAndrew Tridgell1-2/+2
2007-10-10r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4Stefan Metzmacher1-5/+40
2007-10-10r2441: set exit code correct when we got EBADF from select()Stefan Metzmacher1-0/+1
2007-10-10r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher3-21/+22
2007-10-10r2437: implemented a suggestion from abartlet that if we cannot convertAndrew Tridgell1-2/+5
2007-10-10r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()Andrew Tridgell1-29/+78
2007-10-10r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposedAndrew Tridgell1-1/+1
2007-10-10r2400: make ms_fnmatch() case insensitive. This is much more efficient thanAndrew Tridgell1-2/+4
2007-10-10r2381: added a -v debugging option to ldbeditAndrew Tridgell1-1/+31
2007-10-10r2380: nicer error reporting in convert_string()Andrew Tridgell1-6/+9
2007-10-10r2365: remove MSG_NOSIGNALStefan Metzmacher1-1/+1
2007-10-10r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher3-28/+87
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher5-0/+621
2007-10-10r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher1-1/+3
2007-10-10r2308: make talloc_vasprintf() available outside talloc.cAndrew Tridgell1-2/+1
2007-10-10r2302: added a '--option' option, allowing any global or default option inAndrew Tridgell1-3/+15
2007-10-10r2283: Change from tridge (in his ntlm2 patch).Andrew Bartlett1-3/+7
2007-10-10r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell1-2/+2
2007-10-10r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2-1/+125
2007-10-10r2254: Fix a couple of compiler warnings...Jelmer Vernooij4-16/+7
2007-10-10r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell3-36/+23
2007-10-10r2212: Optimisation. Passes masktest against W2K3.Jeremy Allison1-0/+3
2007-10-10r2192: removed an erroneous free() call on an error pathAndrew Tridgell1-1/+0
2007-10-10r2169: switch core iconv code to use tallocAndrew Tridgell1-10/+9
2007-10-10r2164: put the latest "accept either form" utf-16 iconv code in samba4Andrew Tridgell1-6/+16
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell3-84/+216
2007-10-10r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter1-1/+1
2007-10-10r2125: the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I h...Andrew Tridgell1-13/+11
2007-10-10r2106: try to cope with a wider range of UTF-16 characters when we are usingAndrew Tridgell2-3/+10
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-1/+1