summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1135: - allow integer function numbers in ndrdumpAndrew Tridgell1-0/+5
2007-10-10r1134: added a TODO regarding schannel credentialsAndrew Tridgell1-1/+2
2007-10-10r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell2-3/+13
2007-10-10r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin...Andrew Tridgell1-1/+2
2007-10-10r1131: remove an error msg for failing to open unexpected.tdbAndrew Tridgell1-1/+0
2007-10-10r1130: remove some pointless debug messagesAndrew Tridgell1-2/+0
2007-10-10r1129: Remove unused function.Andrew Bartlett1-30/+0
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett14-39/+40
2007-10-10r1119: Saner keyboard shortcutsJelmer Vernooij1-4/+4
2007-10-10r1118: Read-only enumeration of keys in the LDB backend works now :-)Jelmer Vernooij2-36/+95
2007-10-10r1113: Test for wildcards in chkpath.Jeremy Allison1-0/+5
2007-10-10r1100: Comment out functions that we now get from other sources (misc.idl andTim Potter2-0/+13
2007-10-10r1099: Set $module variable to name of module.Tim Potter1-46/+58
2007-10-10r1098: Extended raw chkpath to catch regressions.Jeremy Allison1-0/+40
2007-10-10r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison2-1/+14
2007-10-10r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison3-2/+86
2007-10-10r1083: Generate prototypes for structs and unions marked "public" in the idl.Tim Potter4-37/+43
2007-10-10r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett2-17/+27
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher8-52/+59
2007-10-10r1077: fix segfault in schannel over ncacn_ip_tcpStefan Metzmacher2-13/+15
2007-10-10r1073: import DYNEXP flags to smb_buildStefan Metzmacher4-2/+16
2007-10-10r1068: make the dcerpc client side auth/crypto code much more genericStefan Metzmacher6-282/+370
2007-10-10r1067: fix compiler warningsStefan Metzmacher2-2/+2
2007-10-10r1066: fix compiler warningStefan Metzmacher1-2/+0
2007-10-10r1065: some header file cleanupsStefan Metzmacher4-315/+316
2007-10-10r1064: Remove the unused userdom_struct from the user_context structAndrew Bartlett1-3/+0
2007-10-10r1063: userdom_struct dies!Andrew Bartlett3-12/+0
2007-10-10r1062: fix typo, found by valgrindStefan Metzmacher1-1/+1
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett4-83/+217
2007-10-10r1060: check for an invalid session key in samr_set_password()Andrew Tridgell1-0/+5
2007-10-10r1059: add dcesrv_crypto_schannel_session_info() dummy function.Stefan Metzmacher1-0/+11
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett8-135/+302
2007-10-10r1057: added rpc packet logging for packets that generate rpc faults. ThisAndrew Tridgell1-0/+38
2007-10-10r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...Andrew Tridgell1-3/+2
2007-10-10r1055: Standalone build fixes for ldb:Tim Potter2-4/+5
2007-10-10r1054: Build extra binaries in bin directory like ldb does.Tim Potter1-5/+5
2007-10-10r1053: Make tdb build standalone:Tim Potter4-17/+18
2007-10-10r1052: Remove autogenerated file.Tim Potter1-165/+0
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell8-22/+121
2007-10-10r1047: Now samr eparser compiles, links and doesn't crash ethereal.Tim Potter3-11/+97
2007-10-10r1046: initialise a structure element caught by valgrindAndrew Tridgell1-0/+1
2007-10-10r1045: Wow - we actually compile (but not link) the autogenerated parser fromTim Potter3-38/+170
2007-10-10r1044: don't use sub_get_remote_machine()Andrew Tridgell1-3/+2
2007-10-10r1043: allocate signature from the right mem_ctx. Samba4 now passes the schan...Andrew Tridgell1-2/+2
2007-10-10r1042: added testing of 128 bit schannel session keysAndrew Tridgell3-7/+26
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell10-237/+515
2007-10-10r1040: make sure main() doesn't get auto-prototypedAndrew Tridgell1-1/+1
2007-10-10r1039: Remove description of unexisting option.Jelmer Vernooij1-1/+0
2007-10-10r1038: Check whether a module actually exists before attempting to load it...Jelmer Vernooij1-1/+4
2007-10-10r1037: Always export all symbolsJelmer Vernooij2-152/+149