summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r2158: removed a misleading comment (the extra uint16 is just padding)Andrew Tridgell2007-10-101-4/+0
* r2154: Merge of Jim's format string fixup in r2130:2131Tim Potter2007-10-101-1/+1
* r2151: Added some more ad-hoc tests. Found bugs in Samba3 with these :-).Jeremy Allison2007-10-101-0/+78
* r2128: netlogon DELTA_POLICY fix from rrenardAndrew Tridgell2007-10-101-1/+1
* r2127: more lsa IDL updates from Richard RenardAndrew Tridgell2007-10-101-3/+23
* r2126: two more lsa functions worked out by richard renardAndrew Tridgell2007-10-101-3/+16
* r2125: the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I h...Andrew Tridgell2007-10-101-13/+11
* r2124: merge from trunk (-r 2123):Stefan Metzmacher2007-10-101-3/+3
* r2122: merge from trunk (-r 2120):Stefan Metzmacher2007-10-101-4/+12
* r2121: fix compiler warningStefan Metzmacher2007-10-101-1/+0
* r2119: Noticed by jra:Andrew Bartlett2007-10-101-6/+0
* r2118: fixed the receipt of bigendian rpc packets with the new async code.Andrew Tridgell2007-10-101-3/+10
* r2107: added a SAMR async test - this one seems to workAndrew Tridgell2007-10-101-0/+43
* r2106: try to cope with a wider range of UTF-16 characters when we are usingAndrew Tridgell2007-10-102-3/+10
* r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell2007-10-103-0/+64
* r2104: fixed typo that causes a segvAndrew Tridgell2007-10-101-1/+1
* r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell2007-10-104-46/+153
* r2102: fixed a race condition when handling dos errors that are in ourAndrew Tridgell2007-10-101-6/+5
* r2101: fixed a signed/unsigned char warningAndrew Tridgell2007-10-101-2/+2
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2007-10-1014-443/+772
* r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett2007-10-103-108/+77
* r2098: The first 8 bytes of this sig is not used in the 'is it correct' calcu...Andrew Bartlett2007-10-101-1/+1
* r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSPAndrew Bartlett2007-10-101-0/+16
* 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
* r2074: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher2007-10-105-159/+116
* r2066: add 'net time' commandStefan Metzmacher2007-10-103-1/+88
* r2065: add libnet_RemoteTOD() call with levels GENERIC and SRVSVCStefan Metzmacher2007-10-104-0/+170
* r2064: fix some error casesStefan Metzmacher2007-10-101-1/+36
* r2063: Ensure the first argument to a printf() like function (talloc_init()Andrew Bartlett2007-10-101-2/+2
* r2062: Fix a couple more of the printf warnings (real bugs).Andrew Bartlett2007-10-103-2/+5
* r2061: - split libnet header filesStefan Metzmacher2007-10-104-153/+239
* r2060: fix compiler warningStefan Metzmacher2007-10-101-3/+3
* r2059: abartlet: is there a better way to fix this compiler warningStefan Metzmacher2007-10-101-1/+1
* r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 althoughGünther Deschner2007-10-102-1/+12
* r2056: Allow the compiler to check this format string.Andrew Bartlett2007-10-101-3/+4
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-1011-12/+26
* r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett2007-10-101-1/+2
* r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett2007-10-101-0/+3
* r2052: rewrote the talloc section of the programming guideAndrew Tridgell2007-10-101-29/+88
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2007-10-107-195/+80
* r2050: fixed a case where code assumed you could Realloc the result of a data...Andrew Tridgell2007-10-101-2/+2
* r2049: talloc now has destructors and reference countsAndrew Tridgell2007-10-101-56/+75
* r2048: fix memory leak found by abartletStefan Metzmacher2007-10-101-1/+0
* r2047: Warn on 'declaration after statement' (breaks non-gcc).Andrew Bartlett2007-10-101-3/+3
* r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell2007-10-101-4/+3
* r2045: fixed a date format push in SMBsearchAndrew Tridgell2007-10-101-1/+1