summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2122: merge from trunk (-r 2120):Stefan Metzmacher1-4/+12
2007-10-10r2121: fix compiler warningStefan Metzmacher1-1/+0
2007-10-10r2119: Noticed by jra:Andrew Bartlett1-6/+0
2007-10-10r2118: fixed the receipt of bigendian rpc packets with the new async code.Andrew Tridgell1-3/+10
2007-10-10r2107: added a SAMR async test - this one seems to workAndrew Tridgell1-0/+43
2007-10-10r2106: try to cope with a wider range of UTF-16 characters when we are usingAndrew Tridgell2-3/+10
2007-10-10r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell3-0/+64
2007-10-10r2104: fixed typo that causes a segvAndrew Tridgell1-1/+1
2007-10-10r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell4-46/+153
2007-10-10r2102: fixed a race condition when handling dos errors that are in ourAndrew Tridgell1-6/+5
2007-10-10r2101: fixed a signed/unsigned char warningAndrew Tridgell1-2/+2
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell14-443/+772
2007-10-10r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett3-108/+77
2007-10-10r2098: The first 8 bytes of this sig is not used in the 'is it correct' calcu...Andrew Bartlett1-1/+1
2007-10-10r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSPAndrew Bartlett1-0/+16
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-10r2074: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher5-159/+116
2007-10-10r2066: add 'net time' commandStefan Metzmacher3-1/+88
2007-10-10r2065: add libnet_RemoteTOD() call with levels GENERIC and SRVSVCStefan Metzmacher4-0/+170
2007-10-10r2064: fix some error casesStefan Metzmacher1-1/+36
2007-10-10r2063: Ensure the first argument to a printf() like function (talloc_init()Andrew Bartlett1-2/+2
2007-10-10r2062: Fix a couple more of the printf warnings (real bugs).Andrew Bartlett3-2/+5
2007-10-10r2061: - split libnet header filesStefan Metzmacher4-153/+239
2007-10-10r2060: fix compiler warningStefan Metzmacher1-3/+3
2007-10-10r2059: abartlet: is there a better way to fix this compiler warningStefan Metzmacher1-1/+1
2007-10-10r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 althoughGünther Deschner2-1/+12
2007-10-10r2056: Allow the compiler to check this format string.Andrew Bartlett1-3/+4
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett11-12/+26
2007-10-10r2054: Fix compile warnings/build failures on non-gcc.Andrew Bartlett1-1/+2
2007-10-10r2053: All RPC sessions 'want' a session key. Of course, the key theyAndrew Bartlett1-0/+3
2007-10-10r2052: rewrote the talloc section of the programming guideAndrew Tridgell1-29/+88
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell7-195/+80
2007-10-10r2050: fixed a case where code assumed you could Realloc the result of a data...Andrew Tridgell1-2/+2
2007-10-10r2049: talloc now has destructors and reference countsAndrew Tridgell1-56/+75
2007-10-10r2048: fix memory leak found by abartletStefan Metzmacher1-1/+0
2007-10-10r2047: Warn on 'declaration after statement' (breaks non-gcc).Andrew Bartlett1-3/+3
2007-10-10r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell1-4/+3
2007-10-10r2045: fixed a date format push in SMBsearchAndrew Tridgell1-1/+1
2007-10-10r2044: fixed two uninAndrew Tridgell1-0/+2
2007-10-10r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell1-40/+10
2007-10-10r2042: missed a couple of places that should be talloc_free()Andrew Tridgell1-2/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett13-44/+126
2007-10-10r2040: fixed a memory handling error in clisocket (caught with valgrind)Andrew Tridgell1-2/+2
2007-10-10r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2-18/+2
2007-10-10r2038: get rid of the optimisation in the dcerpc server that tries to avoid aAndrew Tridgell1-26/+0
2007-10-10r2037: switched the asn.1 code to use tallocAndrew Tridgell1-20/+16