Age | Commit message (Expand) | Author | Files | Lines |
2003-11-19 | Some simple tweaks to the IDL to make it more correct ... | Richard Sharpe | 1 | -7/+11 |
2003-11-19 | started to expand the echo tests to include more interesting test | Andrew Tridgell | 5 | -28/+440 |
2003-11-19 | srvsvc IDL and test code from metze. Thanks! | Andrew Tridgell | 8 | -3/+8720 |
2003-11-19 | after discussions with lukeh, I think we found a alignment bug in old | Andrew Tridgell | 5 | -26/+116 |
2003-11-19 | slightly more accurate structure alignment code - I need to do proper | Andrew Tridgell | 2 | -3/+2 |
2003-11-19 | removed an unused structure | Andrew Tridgell | 3 | -14/+0 |
2003-11-19 | change to AuditEventsInfo struct from lukeh | Andrew Tridgell | 3 | -33/+16 |
2003-11-19 | fixed country code field in samr_UserInfo5 | Andrew Tridgell | 3 | -4/+8 |
2003-11-19 | possibly better handling of NULL secdesc (thanks to lukeh) | Andrew Tridgell | 3 | -27/+57 |
2003-11-19 | init samr and lsa names so the debug display looks right | Andrew Tridgell | 2 | -4/+23 |
2003-11-19 | separate the reason and result codes in a bind_ack. This is needed for | Andrew Tridgell | 2 | -2/+4 |
2003-11-18 | added a thanks to Todd Sabin (with his permission) | Andrew Tridgell | 1 | -0/+5 |
2003-11-18 | added another wkssvc info level | Andrew Tridgell | 4 | -1/+197 |
2003-11-18 | added samr_CreateUser() samr_DeleteUser(). The test suite creates a | Andrew Tridgell | 6 | -116/+70 |
2003-11-18 | get rid of the old rpcclient code - it needs to be rewritten to use the new r... | Andrew Tridgell | 12 | -7598/+0 |
2003-11-18 | cope with no printers returned from EnumPrinters | Andrew Tridgell | 1 | -0/+5 |
2003-11-18 | changed wks to wkssvc (suggestion from metze). Started adding samr_CreateUser(). | Andrew Tridgell | 10 | -602/+834 |
2003-11-18 | Working on EnumPrinterData. There appears to be an alignment problem | Tim Potter | 2 | -5/+49 |
2003-11-18 | added samr_QuerySecurity() call that displays the ACL for any handle. | Andrew Tridgell | 4 | -1/+87 |
2003-11-18 | use the auto-generated UUID, version and name rather than listing them | Andrew Tridgell | 19 | -308/+348 |
2003-11-18 | remove some old junk from the Makefile | Andrew Tridgell | 1 | -116/+0 |
2003-11-18 | auto-generate the pipe UUID version and name | Andrew Tridgell | 2 | -11/+34 |
2003-11-18 | fill in skeletons for the rest of the function calls in wkssvc (based | Andrew Tridgell | 5 | -35/+2436 |
2003-11-18 | support the 'default' case in IDL unions | Andrew Tridgell | 2 | -16/+62 |
2003-11-18 | ignore c and h files in the idl dir. This makes it easier to | Andrew Tridgell | 1 | -0/+1 |
2003-11-18 | * use the new auto-generated debug code method. | Andrew Tridgell | 22 | -992/+3035 |
2003-11-18 | auto-generate top-level debug print functions when a flag is set on | Andrew Tridgell | 2 | -18/+22 |
2003-11-17 | remove an unused variable | Andrew Tridgell | 1 | -1/+0 |
2003-11-17 | added wkssvc.idl and test code | Andrew Tridgell | 8 | -3/+312 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 16 | -45/+4658 |
2003-11-17 | auto-generate functions for printing top-level function | Andrew Tridgell | 2 | -7/+48 |
2003-11-17 | use [subcontext] to make GetPrinter a bit easier in smbtorture | Andrew Tridgell | 9 | -293/+33 |
2003-11-17 | started documenting the extension to IDL that pidl implements | Andrew Tridgell | 3 | -9/+79 |
2003-11-17 | security descriptors are no longer a "special" type, they are handled | Andrew Tridgell | 17 | -543/+439 |
2003-11-17 | * support inline arrays | Andrew Tridgell | 4 | -22/+27 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 7 | -140/+233 |
2003-11-17 | added OpenPrinter and a test function. Note that the Samba3 structure | Andrew Tridgell | 8 | -18/+89 |
2003-11-17 | * more info levels for EnumPrinter | Andrew Tridgell | 7 | -44/+426 |
2003-11-17 | handle non-NTSTATUS return types | Andrew Tridgell | 1 | -1/+1 |
2003-11-17 | nicer method of handling spoolss EnumPrinters | Andrew Tridgell | 13 | -96/+526 |
2003-11-17 | better [relative] handling, allowing for nested relative structures | Andrew Tridgell | 3 | -3/+25 |
2003-11-16 | use nstring and [relative] to support levels 1 and 2 of EnumPrinters | Andrew Tridgell | 9 | -94/+533 |
2003-11-16 | * the beginnings of non-constant fixed arrays | Andrew Tridgell | 4 | -10/+38 |
2003-11-16 | added support for level1 of EnumPrinters in spoolss. This uses a | Andrew Tridgell | 15 | -239/+552 |
2003-11-16 | added support for "relstr", structure and union properties and public | Andrew Tridgell | 4 | -10/+54 |
2003-11-16 | Initial version of printer info 1 for tridge. | Tim Potter | 1 | -6/+48 |
2003-11-16 | ignore .pidl files | Andrew Tridgell | 1 | -0/+1 |
2003-11-16 | use the "subcontext" magic flag for sec_desc_buf | Andrew Tridgell | 7 | -66/+84 |
2003-11-16 | added the "subcontext" attribute for auto-handling of user-marshalled | Andrew Tridgell | 2 | -0/+13 |
2003-11-16 | slightly more efficient strlen setting in lsa and samr strings (calls | Andrew Tridgell | 3 | -3/+3 |