Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-11-16 | fixed the handling of much more general C expressions in value() | Andrew Tridgell | 1 | -2/+7 |
2003-11-16 | Commit autogenerated code for EnumPrinters and ClosePrinter. | Tim Potter | 3 | -16/+51 |
2003-11-16 | Added push/pull routines for uint8_buf IDL type used for spoolss buffers, | Tim Potter | 2 | -0/+30 |
2003-11-16 | Added tests for EnumPrinters and ClosePrinter. | Tim Potter | 1 | -6/+72 |
2003-11-16 | Added IDL for EnumPrinters and ClosePrinter. | Tim Potter | 1 | -8/+16 |
2003-11-15 | run the basic build tests on sub-builds like "make torture" as well | Andrew Tridgell | 1 | -2/+4 |
2003-11-15 | simple method for auto-building rpc files if idl changes, and | Andrew Tridgell | 2 | -5/+15 |
2003-11-15 | the returned policy handle in spoolss_OpenPrinterEx() is pass by | Andrew Tridgell | 3 | -11/+5 |
2003-11-15 | remember to samr_Close() policy handles after use | Andrew Tridgell | 4 | -6/+53 |
2003-11-15 | added OpenAlias and QueryAliasInfo levels 1 to 3 | Andrew Tridgell | 5 | -23/+298 |
2003-11-15 | added OpenGroup and QueryGroupInfo levels 1 to 4 | Andrew Tridgell | 5 | -45/+363 |