Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2365: remove MSG_NOSIGNAL | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2343: - make socket_get_*_addr() return char * not const char * | Stefan Metzmacher | 3 | -28/+87 |
2007-10-10 | r2328: add the start of a new system and protocol | Stefan Metzmacher | 5 | -0/+621 |
2007-10-10 | r2319: let event_merge_contexts() return a pointer to the final context | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r2308: make talloc_vasprintf() available outside talloc.c | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r2302: added a '--option' option, allowing any global or default option in | Andrew Tridgell | 1 | -3/+15 |
2007-10-10 | r2283: Change from tridge (in his ntlm2 patch). | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r2272: fixed another couple of errors in the popt option arrays | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2257: Tab completion support in regshell (complete command names and key names | Jelmer Vernooij | 2 | -1/+125 |
2007-10-10 | r2254: Fix a couple of compiler warnings... | Jelmer Vernooij | 4 | -16/+7 |
2007-10-10 | r2238: the tdb_debug() function was totally bogus - remove it (you can't | Andrew Tridgell | 3 | -36/+23 |
2007-10-10 | r2212: Optimisation. Passes masktest against W2K3. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r2192: removed an erroneous free() call on an error path | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r2169: switch core iconv code to use talloc | Andrew Tridgell | 1 | -10/+9 |
2007-10-10 | r2164: put the latest "accept either form" utf-16 iconv code in samba4 | Andrew Tridgell | 1 | -6/+16 |
2007-10-10 | r2159: converted samba4 over to UTF-16. | Andrew Tridgell | 3 | -84/+216 |
2007-10-10 | r2154: Merge of Jim's format string fixup in r2130:2131 | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2125: the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I h... | Andrew Tridgell | 1 | -13/+11 |
2007-10-10 | r2106: try to cope with a wider range of UTF-16 characters when we are using | Andrew Tridgell | 2 | -3/+10 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2092: fix the build(don't catch main() by make proto) | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r2089: fix standalone build with LDAP, this needs -llber too | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2088: add tdbtorture tdbdump and tdbtest to the build | Stefan Metzmacher | 5 | -17/+119 |
2007-10-10 | r2087: the ldb tools really don't need LIBSMB! | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r2060: fix compiler warning | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 5 | -3/+14 |
2007-10-10 | r2049: talloc now has destructors and reference counts | Andrew Tridgell | 1 | -56/+75 |
2007-10-10 | r2043: data_blob() now returns a talloc'd pointer. If everyone has been | Andrew Tridgell | 1 | -40/+10 |