Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1130: remove some pointless debug messages | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r1129: Remove unused function. | Andrew Bartlett | 1 | -30/+0 |
2007-10-10 | r1123: Make all lp_ string functions return 'const char *'. | Andrew Bartlett | 14 | -39/+40 |
2007-10-10 | r1119: Saner keyboard shortcuts | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r1118: Read-only enumeration of keys in the LDB backend works now :-) | Jelmer Vernooij | 2 | -36/+95 |
2007-10-10 | r1113: Test for wildcards in chkpath. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r1100: Comment out functions that we now get from other sources (misc.idl and | Tim Potter | 2 | -0/+13 |
2007-10-10 | r1099: Set $module variable to name of module. | Tim Potter | 1 | -46/+58 |
2007-10-10 | r1098: Extended raw chkpath to catch regressions. | Jeremy Allison | 1 | -0/+40 |
2007-10-10 | r1091: Added in timing tests for deferred opens. Added extra debug info to si... | Jeremy Allison | 2 | -1/+14 |
2007-10-10 | r1086: Add defer open test to check timeout on sharing violation open. | Jeremy Allison | 3 | -2/+86 |
2007-10-10 | r1083: Generate prototypes for structs and unions marked "public" in the idl. | Tim Potter | 4 | -37/+43 |
2007-10-10 | r1080: Make sure to initialise all the returned elements in the SamLogon | Andrew Bartlett | 2 | -17/+27 |
2007-10-10 | r1078: the dxesrv_crypto_* implementations should now explicit set | Stefan Metzmacher | 8 | -52/+59 |
2007-10-10 | r1077: fix segfault in schannel over ncacn_ip_tcp | Stefan Metzmacher | 2 | -13/+15 |
2007-10-10 | r1073: import DYNEXP flags to smb_build | Stefan Metzmacher | 4 | -2/+16 |
2007-10-10 | r1068: make the dcerpc client side auth/crypto code much more generic | Stefan Metzmacher | 6 | -282/+370 |
2007-10-10 | r1067: fix compiler warnings | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r1066: fix compiler warning | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r1065: some header file cleanups | Stefan Metzmacher | 4 | -315/+316 |
2007-10-10 | r1064: Remove the unused userdom_struct from the user_context struct | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r1063: userdom_struct dies! | Andrew Bartlett | 3 | -12/+0 |
2007-10-10 | r1062: fix typo, found by valgrind | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1061: The start of the SamLogon call for the NETLOGON pipe. | Andrew Bartlett | 4 | -83/+217 |
2007-10-10 | r1060: check for an invalid session key in samr_set_password() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r1059: add dcesrv_crypto_schannel_session_info() dummy function. | Stefan Metzmacher | 1 | -0/+11 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 8 | -135/+302 |
2007-10-10 | r1057: added rpc packet logging for packets that generate rpc faults. This | Andrew Tridgell | 1 | -0/+38 |
2007-10-10 | r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp... | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r1055: Standalone build fixes for ldb: | Tim Potter | 2 | -4/+5 |
2007-10-10 | r1054: Build extra binaries in bin directory like ldb does. | Tim Potter | 1 | -5/+5 |
2007-10-10 | r1053: Make tdb build standalone: | Tim Potter | 4 | -17/+18 |
2007-10-10 | r1052: Remove autogenerated file. | Tim Potter | 1 | -165/+0 |
2007-10-10 | r1048: - moved the schannel definitions into a separate schannel.idl | Andrew Tridgell | 8 | -22/+121 |
2007-10-10 | r1047: Now samr eparser compiles, links and doesn't crash ethereal. | Tim Potter | 3 | -11/+97 |
2007-10-10 | r1046: initialise a structure element caught by valgrind | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1045: Wow - we actually compile (but not link) the autogenerated parser from | Tim Potter | 3 | -38/+170 |
2007-10-10 | r1044: don't use sub_get_remote_machine() | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1042: added testing of 128 bit schannel session keys | Andrew Tridgell | 3 | -7/+26 |
2007-10-10 | r1041: - pulled the domain join code out of the netlogon test and made it a s... | Andrew Tridgell | 10 | -237/+515 |
2007-10-10 | r1040: make sure main() doesn't get auto-prototyped | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1039: Remove description of unexisting option. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r1038: Check whether a module actually exists before attempting to load it... | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r1037: Always export all symbols | Jelmer Vernooij | 2 | -152/+149 |
2007-10-10 | r1036: Get module initialisation function correct when building shared | Jelmer Vernooij | 1 | -0/+20 |
2007-10-10 | r1035: Support shared modules again | Jelmer Vernooij | 2 | -13/+13 |
2007-10-10 | r1034: Couple of small (popt) fixes | Jelmer Vernooij | 1 | -6/+3 |
2007-10-10 | r1033: Include new manpages | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r1032: Fix RPC backend segfault | Jelmer Vernooij | 1 | -2/+1 |