summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* r2169: switch core iconv code to use tallocAndrew Tridgell2007-10-101-10/+9
* r2164: put the latest "accept either form" utf-16 iconv code in samba4Andrew Tridgell2007-10-101-6/+16
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-103-84/+216
* r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter2007-10-101-1/+1
* r2125: the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I h...Andrew Tridgell2007-10-101-13/+11
* r2106: try to cope with a wider range of UTF-16 characters when we are usingAndrew Tridgell2007-10-102-3/+10
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2007-10-101-1/+1
* r2092: fix the build(don't catch main() by make proto)Stefan Metzmacher2007-10-102-2/+2
* r2089: fix standalone build with LDAP, this needs -llber tooStefan Metzmacher2007-10-101-1/+1
* r2088: add tdbtorture tdbdump and tdbtest to the buildStefan Metzmacher2007-10-105-17/+119
* r2087: the ldb tools really don't need LIBSMB!Stefan Metzmacher2007-10-101-5/+5
* r2060: fix compiler warningStefan Metzmacher2007-10-101-3/+3
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-105-3/+14
* r2049: talloc now has destructors and reference countsAndrew Tridgell2007-10-101-56/+75
* r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell2007-10-101-40/+10
* r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2007-10-101-17/+2
* r2034: Allow user-selectable hash functions on open only.Jeremy Allison2007-10-103-17/+22
* r2017: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2007-10-102-23/+4
* r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett2007-10-101-2/+12
* r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett2007-10-101-2/+2
* r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)Andrew Tridgell2007-10-101-2/+6
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-5/+34
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-1010-376/+210
* r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell2007-10-101-0/+12
* r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell2007-10-101-2/+0
* r1957: add cmdline_set_* functionsStefan Metzmacher2007-10-101-0/+26
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-101-1/+36
* r1912: move popt_common.hStefan Metzmacher2007-10-101-0/+51
* r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher2007-10-101-15/+79
* r1901: add missing include of <fnmatch.h>Stefan Metzmacher2007-10-101-0/+1
* r1898: Check the context we are going to return.Simo Sorce2007-10-101-1/+5
* r1894: Convert // to /* */Volker Lendecke2007-10-102-2/+2
* r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell2007-10-101-1/+13
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-104-0/+82
* r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell2007-10-101-0/+15
* r1766: we do not have smb_read_error in samba4Simo Sorce2007-10-101-4/+0
* r1759: Add some helper functions to read and write data to a socket with time...Simo Sorce2007-10-101-0/+112
* r1758: Move and enhance the add_string_to_array function as per volker job on...Simo Sorce2007-10-101-0/+18
* r1749: added some random stuff that captures some discussions volker and IAndrew Tridgell2007-10-101-0/+22
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-101-10/+1
* r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell2007-10-101-4/+11