summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell18-963/+373
2003-11-19Fix up some things in the IDL, and fix up a mistake I made before.Richard Sharpe2-2/+2
2003-11-19Some simple tweaks to the IDL to make it more correct ...Richard Sharpe1-7/+11
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell5-28/+440
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell8-3/+8720
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell5-26/+116
2003-11-19slightly more accurate structure alignment code - I need to do properAndrew Tridgell2-3/+2
2003-11-19removed an unused structureAndrew Tridgell3-14/+0
2003-11-19change to AuditEventsInfo struct from lukehAndrew Tridgell3-33/+16
2003-11-19fixed country code field in samr_UserInfo5Andrew Tridgell3-4/+8
2003-11-19possibly better handling of NULL secdesc (thanks to lukeh)Andrew Tridgell3-27/+57
2003-11-19init samr and lsa names so the debug display looks rightAndrew Tridgell2-4/+23
2003-11-19separate the reason and result codes in a bind_ack. This is needed forAndrew Tridgell2-2/+4
2003-11-18added a thanks to Todd Sabin (with his permission)Andrew Tridgell1-0/+5
2003-11-18added another wkssvc info levelAndrew Tridgell4-1/+197
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell6-116/+70
2003-11-18get rid of the old rpcclient code - it needs to be rewritten to use the new r...Andrew Tridgell12-7598/+0
2003-11-18cope with no printers returned from EnumPrintersAndrew Tridgell1-0/+5
2003-11-18changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser().Andrew Tridgell10-602/+834
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter2-5/+49
2003-11-18added samr_QuerySecurity() call that displays the ACL for any handle.Andrew Tridgell4-1/+87
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell19-308/+348
2003-11-18remove some old junk from the MakefileAndrew Tridgell1-116/+0
2003-11-18auto-generate the pipe UUID version and nameAndrew Tridgell2-11/+34
2003-11-18fill in skeletons for the rest of the function calls in wkssvc (basedAndrew Tridgell5-35/+2436
2003-11-18support the 'default' case in IDL unionsAndrew Tridgell2-16/+62
2003-11-18ignore c and h files in the idl dir. This makes it easier toAndrew Tridgell1-0/+1
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell22-992/+3035
2003-11-18auto-generate top-level debug print functions when a flag is set onAndrew Tridgell2-18/+22
2003-11-17remove an unused variableAndrew Tridgell1-1/+0
2003-11-17added wkssvc.idl and test codeAndrew Tridgell8-3/+312
2003-11-17 * add another WERR err codeAndrew Tridgell16-45/+4658
2003-11-17auto-generate functions for printing top-level functionAndrew Tridgell2-7/+48
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell9-293/+33
2003-11-17started documenting the extension to IDL that pidl implementsAndrew Tridgell3-9/+79
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell17-543/+439
2003-11-17* support inline arraysAndrew Tridgell4-22/+27
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell7-140/+233
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell8-18/+89
2003-11-17* more info levels for EnumPrinterAndrew Tridgell7-44/+426
2003-11-17handle non-NTSTATUS return typesAndrew Tridgell1-1/+1
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell13-96/+526
2003-11-17better [relative] handling, allowing for nested relative structuresAndrew Tridgell3-3/+25
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell9-94/+533
2003-11-16 * the beginnings of non-constant fixed arraysAndrew Tridgell4-10/+38
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell15-239/+552
2003-11-16added support for "relstr", structure and union properties and publicAndrew Tridgell4-10/+54
2003-11-16Initial version of printer info 1 for tridge.Tim Potter1-6/+48
2003-11-16ignore .pidl filesAndrew Tridgell1-0/+1
2003-11-16use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell7-66/+84