summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2092: fix the build(don't catch main() by make proto)Stefan Metzmacher2-2/+2
2007-10-10r2089: fix standalone build with LDAP, this needs -llber tooStefan Metzmacher1-1/+1
2007-10-10r2088: add tdbtorture tdbdump and tdbtest to the buildStefan Metzmacher5-17/+119
2007-10-10r2087: the ldb tools really don't need LIBSMB!Stefan Metzmacher1-5/+5
2007-10-10r2060: fix compiler warningStefan Metzmacher1-3/+3
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett5-3/+14
2007-10-10r2049: talloc now has destructors and reference countsAndrew Tridgell1-56/+75
2007-10-10r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell1-40/+10
2007-10-10r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell1-17/+2
2007-10-10r2034: Allow user-selectable hash functions on open only.Jeremy Allison3-17/+22
2007-10-10r2017: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2-23/+4
2007-10-10r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett1-2/+12
2007-10-10r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett1-2/+2
2007-10-10r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)Andrew Tridgell1-2/+6
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-5/+34
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell10-376/+210
2007-10-10r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell1-0/+12
2007-10-10r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell1-2/+0
2007-10-10r1957: add cmdline_set_* functionsStefan Metzmacher1-0/+26
2007-10-10r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher1-1/+36
2007-10-10r1912: move popt_common.hStefan Metzmacher1-0/+51
2007-10-10r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher1-15/+79
2007-10-10r1901: add missing include of <fnmatch.h>Stefan Metzmacher1-0/+1