Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server. | Andrew Bartlett | 13 | -44/+126 |
2007-10-10 | r2040: fixed a memory handling error in clisocket (caught with valgrind) | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2039: got rid of the free() ptr in DATA_BLOB | Andrew Tridgell | 2 | -18/+2 |
2007-10-10 | r2038: get rid of the optimisation in the dcerpc server that tries to avoid a | Andrew Tridgell | 1 | -26/+0 |
2007-10-10 | r2037: switched the asn.1 code to use talloc | Andrew Tridgell | 1 | -20/+16 |
2007-10-10 | r2036: switched the spnego code to use talloc | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r2035: Fix spelling. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r2034: Allow user-selectable hash functions on open only. | Jeremy Allison | 3 | -17/+22 |
2007-10-10 | r2031: add a check for a blank secret return in lsa secret tests | Andrew Tridgell | 1 | -8/+13 |
2007-10-10 | r2030: quick hack to allow the simple NTVFS backend to handler base directori... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2029: changed our client side dcerpc padding to match what w2k3 does - a 16 | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2021: add password change fallback to SetUserInfo level 25,24,23 | Stefan Metzmacher | 1 | -0/+130 |
2007-10-10 | r2020: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2019: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2017: fix compiler warnings | Stefan Metzmacher | 2 | -5/+5 |
2007-10-10 | r2012: --enable-developer also sets debug=yes now | Stefan Metzmacher | 1 | -3/+9 |
2007-10-10 | r2011: remove this broken and never reached test | Stefan Metzmacher | 1 | -7/+1 |
2007-10-10 | r2010: trigger the config.smb_build.dump output by --enable-*developer not --... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2005: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2004: remove unused file | Stefan Metzmacher | 1 | -121/+0 |