Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2128: netlogon DELTA_POLICY fix from rrenard | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2127: more lsa IDL updates from Richard Renard | Andrew Tridgell | 1 | -3/+23 |
2007-10-10 | r2126: two more lsa functions worked out by richard renard | Andrew Tridgell | 1 | -3/+16 |
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 | r2124: merge from trunk (-r 2123): | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r2122: merge from trunk (-r 2120): | Stefan Metzmacher | 1 | -4/+12 |
2007-10-10 | r2121: fix compiler warning | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r2119: Noticed by jra: | Andrew Bartlett | 1 | -6/+0 |
2007-10-10 | r2118: fixed the receipt of bigendian rpc packets with the new async code. | Andrew Tridgell | 1 | -3/+10 |
2007-10-10 | r2107: added a SAMR async test - this one seems to work | Andrew Tridgell | 1 | -0/+43 |
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 | r2105: added a TestSleep() operation to the echo pipe and extended the | Andrew Tridgell | 3 | -0/+64 |
2007-10-10 | r2104: fixed typo that causes a segv | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2103: in the conversion to async rpc I simplified the smb backend to only | Andrew Tridgell | 4 | -46/+153 |
2007-10-10 | r2102: fixed a race condition when handling dos errors that are in our | Andrew Tridgell | 1 | -6/+5 |
2007-10-10 | r2101: fixed a signed/unsigned char warning | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 14 | -443/+772 |
2007-10-10 | r2099: Get rid of another private ARCFOUR implementation from the codebase. | Andrew Bartlett | 3 | -108/+77 |
2007-10-10 | r2098: The first 8 bytes of this sig is not used in the 'is it correct' calcu... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2096: Enable use of NTLM2 for connections that do not got on to be NTLMSSP | Andrew Bartlett | 1 | -0/+16 |
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 | r2074: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2071: - change smbtorture to use the popt_common stuff | Stefan Metzmacher | 5 | -159/+116 |
2007-10-10 | r2066: add 'net time' command | Stefan Metzmacher | 3 | -1/+88 |
2007-10-10 | r2065: add libnet_RemoteTOD() call with levels GENERIC and SRVSVC | Stefan Metzmacher | 4 | -0/+170 |
2007-10-10 | r2064: fix some error cases | Stefan Metzmacher | 1 | -1/+36 |
2007-10-10 | r2063: Ensure the first argument to a printf() like function (talloc_init() | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2062: Fix a couple more of the printf warnings (real bugs). | Andrew Bartlett | 3 | -2/+5 |
2007-10-10 | r2061: - split libnet header files | Stefan Metzmacher | 4 | -153/+239 |
2007-10-10 | r2060: fix compiler warning | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r2059: abartlet: is there a better way to fix this compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2058: Merge heimdal krb5_locate_kdc-fix over from trunk/3_0 although | Günther Deschner | 2 | -1/+12 |
2007-10-10 | r2056: Allow the compiler to check this format string. | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 11 | -12/+26 |
2007-10-10 | r2054: Fix compile warnings/build failures on non-gcc. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r2053: All RPC sessions 'want' a session key. Of course, the key they | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r2052: rewrote the talloc section of the programming guide | Andrew Tridgell | 1 | -29/+88 |
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 7 | -195/+80 |
2007-10-10 | r2050: fixed a case where code assumed you could Realloc the result of a data... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2049: talloc now has destructors and reference counts | Andrew Tridgell | 1 | -56/+75 |
2007-10-10 | r2048: fix memory leak found by abartlet | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r2047: Warn on 'declaration after statement' (breaks non-gcc). | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r2046: fixed two server packet format errors found with the RAW-* tests | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r2045: fixed a date format push in SMBsearch | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2044: fixed two unin | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2043: data_blob() now returns a talloc'd pointer. If everyone has been | Andrew Tridgell | 1 | -40/+10 |
2007-10-10 | r2042: missed a couple of places that should be talloc_free() | Andrew Tridgell | 1 | -2/+2 |