summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1211: Some output from rpcclient -c enumprinters to remind me what a relativeTim Potter1-0/+71
2007-10-10r1210: A skeleton spoolssdb, based on samdb.Tim Potter3-1/+95
2007-10-10r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter1-6/+51
2007-10-10r1207: Add spoolss to the list of endpoint servers.Tim Potter1-1/+1
2007-10-10r1206: Give the spoolss pipe an endpoint.Tim Potter1-1/+2
2007-10-10r1205: Whoops - this should fix the build.Tim Potter1-2/+5
2007-10-10r1204: decrpc -> dcerpcTim Potter2-4/+4
2007-10-10r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hangTim Potter2-3/+76
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett17-1359/+1169
2007-10-10r1199: Make talloc_asprintf_append() work on a NULL source string as if it wereAndrew Bartlett1-1/+5
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett19-1092/+1967
2007-10-10r1197: Fix my build breakage, variables at the top of a block only...Andrew Bartlett1-2/+2
2007-10-10r1196: Remove unused pstring/fstring functions.Andrew Bartlett1-45/+0
2007-10-10r1189: Now that we use a common 'base' return structure for the SamLogonAndrew Bartlett1-37/+25
2007-10-10r1188: Use generated pidl template for this file and return DCESRV_FAULT insteadTim Potter1-406/+672
2007-10-10r1187: * Remove testing hack (actually check signatures on NTLM2).Andrew Bartlett1-5/+2
2007-10-10r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we mayAndrew Bartlett1-0/+8
2007-10-10r1185: Hey look an endpoint for the spoolss pipe!Tim Potter4-1/+762
2007-10-10r1174: Remove $var_prefix parameter for all functions. We don't need it forTim Potter1-41/+36
2007-10-10r1173: A quick little test to show that we cannot bind twice to a single endp...Andrew Bartlett3-1/+89
2007-10-10r1170: Remove bogus part of previous commit - session keys, even in NTLMSSPAndrew Bartlett1-2/+4
2007-10-10r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett2-46/+48
2007-10-10r1168: fixed a little-endian/big-endian mixup in the rpc server codeAndrew Tridgell1-1/+1
2007-10-10r1167: Misc cleanups:Tim Potter1-11/+27
2007-10-10r1166: Convert (commented out) ndr_pull_error() calls into proto_tree_add_text()Tim Potter1-20/+33
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell5-20/+37
2007-10-10r1164: Whoops - remove debugging printfs and Data::Dumper reference.Tim Potter1-7/+9
2007-10-10r1163: Add const.Andrew Bartlett1-1/+1
2007-10-10r1162: Give each struct it's own subtree in the ethereal gui. Much moreTim Potter3-124/+142
2007-10-10r1161: Include a few more self-check NTLMSSP examples.Andrew Bartlett1-0/+28
2007-10-10r1160: Some minor cosmetic fixes to make the generated code look nicer.Tim Potter1-18/+21
2007-10-10r1159: Implement functions to dissect 64-bit values (nttime, hyper_t, int64,Tim Potter1-39/+52
2007-10-10r1158: Fix bug in dissection of array count. Arrays mostly work now with theTim Potter1-1/+1
2007-10-10r1153: We can now dissect security descriptors.Tim Potter2-14/+109
2007-10-10r1152: Checkin of workarea. The parser can now dissect a big chunk of the samrTim Potter3-59/+383
2007-10-10r1151: fixed fill-in of force_password_change field in auth_samAndrew Tridgell1-1/+1
2007-10-10r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell3-30/+84
2007-10-10r1149: fixed the handling of NDR_SET_VALUES in the debug print of rpc structu...Andrew Tridgell1-2/+2
2007-10-10r1148: fixed a minor formatting error in generated codeAndrew Tridgell1-1/+1
2007-10-10r1147: Support enumerating valuesJelmer Vernooij1-4/+44
2007-10-10r1146: initially zero server infoAndrew Tridgell1-0/+1
2007-10-10r1145: added server support for logon level 5 in sam logonAndrew Tridgell1-0/+1
2007-10-10r1144: added logon level 5 for sam logonAndrew Tridgell1-0/+1
2007-10-10r1143: fixed spelling of sAMAccountNameAndrew Tridgell1-1/+1
2007-10-10r1142: I think this should fix the interactive logins for tridge - don't takeAndrew Bartlett1-4/+4
2007-10-10r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell3-140/+55
2007-10-10r1140: added IDL and test code for validation level 6 in sam logonAndrew Tridgell2-21/+54
2007-10-10r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell2-17/+47
2007-10-10r1138: allow for a user in no groupsAndrew Tridgell1-1/+2
2007-10-10r1137: - added torture test for netr_LogonGetDomainInfo() callAndrew Tridgell1-0/+59