summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-1/+1
* r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher2007-10-102-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-1028-373/+373
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-1020-299/+299
* r1278: rename struct user_context to smbsrv_userStefan Metzmacher2007-10-102-7/+7
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-1026-233/+231
* r1276: Return data for enumprinters level 2 and 5.Tim Potter2007-10-101-1/+77
* r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we canTim Potter2007-10-101-2/+2
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-106-460/+433
* r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot!Tim Potter2007-10-103-21/+49
* r1270: Start to break samdb into general bits so we can share code with otherTim Potter2007-10-102-39/+67
* r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2007-10-102-1/+5
* r1268: varient -> variantTim Potter2007-10-108-14/+14
* r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter2007-10-101-20/+44
* r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter2007-10-101-0/+2
* r1250: We no longer use these #definesAndrew Bartlett2007-10-101-3/+0
* r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher2007-10-106-433/+460
* r1235: as the pidl code init all output data.Stefan Metzmacher2007-10-102-3/+3
* r1234: valgrind found this uninitialised var...Stefan Metzmacher2007-10-101-1/+8
* r1233: -move smb related code to smb_server/*Stefan Metzmacher2007-10-106-286/+221
* r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher2007-10-102-10/+10
* r1228: use int64_t instead of long longStefan Metzmacher2007-10-103-8/+8
* r1227: use uint64_t instead of unsigned long longStefan Metzmacher2007-10-101-2/+2
* r1226: Return dummy information for two printers. Note that ndr_push_array()Tim Potter2007-10-101-7/+14
* r1211: Some output from rpcclient -c enumprinters to remind me what a relativeTim Potter2007-10-101-0/+71
* r1210: A skeleton spoolssdb, based on samdb.Tim Potter2007-10-103-1/+95
* r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter2007-10-101-6/+51
* r1207: Add spoolss to the list of endpoint servers.Tim Potter2007-10-101-1/+1
* r1206: Give the spoolss pipe an endpoint.Tim Potter2007-10-101-1/+2
* r1205: Whoops - this should fix the build.Tim Potter2007-10-101-2/+5
* r1204: decrpc -> dcerpcTim Potter2007-10-102-4/+4
* r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hangTim Potter2007-10-102-3/+76
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-1017-1359/+1169
* r1199: Make talloc_asprintf_append() work on a NULL source string as if it wereAndrew Bartlett2007-10-101-1/+5
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-1019-1092/+1967
* r1197: Fix my build breakage, variables at the top of a block only...Andrew Bartlett2007-10-101-2/+2
* r1196: Remove unused pstring/fstring functions.Andrew Bartlett2007-10-101-45/+0
* r1189: Now that we use a common 'base' return structure for the SamLogonAndrew Bartlett2007-10-101-37/+25
* r1188: Use generated pidl template for this file and return DCESRV_FAULT insteadTim Potter2007-10-101-406/+672
* r1187: * Remove testing hack (actually check signatures on NTLM2).Andrew Bartlett2007-10-101-5/+2
* r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we mayAndrew Bartlett2007-10-101-0/+8
* r1185: Hey look an endpoint for the spoolss pipe!Tim Potter2007-10-104-1/+762
* r1174: Remove $var_prefix parameter for all functions. We don't need it forTim Potter2007-10-101-41/+36
* r1173: A quick little test to show that we cannot bind twice to a single endp...Andrew Bartlett2007-10-103-1/+89
* r1170: Remove bogus part of previous commit - session keys, even in NTLMSSPAndrew Bartlett2007-10-101-2/+4
* r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett2007-10-102-46/+48
* r1168: fixed a little-endian/big-endian mixup in the rpc server codeAndrew Tridgell2007-10-101-1/+1
* r1167: Misc cleanups:Tim Potter2007-10-101-11/+27
* r1166: Convert (commented out) ndr_pull_error() calls into proto_tree_add_text()Tim Potter2007-10-101-20/+33
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-105-20/+37