Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we can | Tim Potter | 1 | -2/+2 |
2007-10-10 | r1274: revert -r 1239 as discussed with abartlet | Stefan Metzmacher | 6 | -460/+433 |
2007-10-10 | r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot! | Tim Potter | 3 | -21/+49 |
2007-10-10 | r1270: Start to break samdb into general bits so we can share code with other | Tim Potter | 2 | -39/+67 |
2007-10-10 | r1269: Add a 'base' field to the ndr_ofs_list structure which is the base to | Tim Potter | 2 | -1/+5 |
2007-10-10 | r1268: varient -> variant | Tim Potter | 8 | -14/+14 |
2007-10-10 | r1266: Start to split out EnumPrinters into a separate fn for each info level. | Tim Potter | 1 | -20/+44 |
2007-10-10 | r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull} | Tim Potter | 1 | -0/+2 |
2007-10-10 | r1250: We no longer use these #defines | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b... | Stefan Metzmacher | 6 | -433/+460 |
2007-10-10 | r1235: as the pidl code init all output data. | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r1234: valgrind found this uninitialised var... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r1233: -move smb related code to smb_server/* | Stefan Metzmacher | 6 | -286/+221 |
2007-10-10 | r1229: the name of the protocol should be in first place of a function name | Stefan Metzmacher | 2 | -10/+10 |
2007-10-10 | r1228: use int64_t instead of long long | Stefan Metzmacher | 3 | -8/+8 |
2007-10-10 | r1227: use uint64_t instead of unsigned long long | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1226: Return dummy information for two printers. Note that ndr_push_array() | Tim Potter | 1 | -7/+14 |
2007-10-10 | r1211: Some output from rpcclient -c enumprinters to remind me what a relative | Tim Potter | 1 | -0/+71 |
2007-10-10 | r1210: A skeleton spoolssdb, based on samdb. | Tim Potter | 3 | -1/+95 |
2007-10-10 | r1208: Return some dummy printer information for the EnumPrinters RPC. | Tim Potter | 1 | -6/+51 |
2007-10-10 | r1207: Add spoolss to the list of endpoint servers. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r1206: Give the spoolss pipe an endpoint. | Tim Potter | 1 | -1/+2 |
2007-10-10 | r1205: Whoops - this should fix the build. | Tim Potter | 1 | -2/+5 |
2007-10-10 | r1204: decrpc -> dcerpc | Tim Potter | 2 | -4/+4 |
2007-10-10 | r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hang | Tim Potter | 2 | -3/+76 |
2007-10-10 | r1200: Add 'gensec', our generic security layer. | Andrew Bartlett | 17 | -1359/+1169 |
2007-10-10 | r1199: Make talloc_asprintf_append() work on a NULL source string as if it were | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. | Andrew Bartlett | 19 | -1092/+1967 |
2007-10-10 | r1197: Fix my build breakage, variables at the top of a block only... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1196: Remove unused pstring/fstring functions. | Andrew Bartlett | 1 | -45/+0 |
2007-10-10 | r1189: Now that we use a common 'base' return structure for the SamLogon | Andrew Bartlett | 1 | -37/+25 |
2007-10-10 | r1188: Use generated pidl template for this file and return DCESRV_FAULT instead | Tim Potter | 1 | -406/+672 |
2007-10-10 | r1187: * Remove testing hack (actually check signatures on NTLM2). | Andrew Bartlett | 1 | -5/+2 |
2007-10-10 | r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we may | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r1185: Hey look an endpoint for the spoolss pipe! | Tim Potter | 4 | -1/+762 |
2007-10-10 | r1174: Remove $var_prefix parameter for all functions. We don't need it for | Tim Potter | 1 | -41/+36 |
2007-10-10 | r1173: A quick little test to show that we cannot bind twice to a single endp... | Andrew Bartlett | 3 | -1/+89 |
2007-10-10 | r1170: Remove bogus part of previous commit - session keys, even in NTLMSSP | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r1169: Some more updates to the NTLMSSP NTLM2 code: | Andrew Bartlett | 2 | -46/+48 |
2007-10-10 | r1168: fixed a little-endian/big-endian mixup in the rpc server code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1167: Misc cleanups: | Tim Potter | 1 | -11/+27 |
2007-10-10 | r1166: Convert (commented out) ndr_pull_error() calls into proto_tree_add_text() | Tim Potter | 1 | -20/+33 |
2007-10-10 | r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV... | Andrew Tridgell | 5 | -20/+37 |
2007-10-10 | r1164: Whoops - remove debugging printfs and Data::Dumper reference. | Tim Potter | 1 | -7/+9 |
2007-10-10 | r1163: Add const. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1162: Give each struct it's own subtree in the ethereal gui. Much more | Tim Potter | 3 | -124/+142 |
2007-10-10 | r1161: Include a few more self-check NTLMSSP examples. | Andrew Bartlett | 1 | -0/+28 |
2007-10-10 | r1160: Some minor cosmetic fixes to make the generated code look nicer. | Tim Potter | 1 | -18/+21 |
2007-10-10 | r1159: Implement functions to dissect 64-bit values (nttime, hyper_t, int64, | Tim Potter | 1 | -39/+52 |
2007-10-10 | r1158: Fix bug in dissection of array count. Arrays mostly work now with the | Tim Potter | 1 | -1/+1 |