Age | Commit message (Expand) | Author | Files | Lines |
2003-11-30 | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 1 | -5/+65 |
2003-11-28 | GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx. | Tim Potter | 1 | -4/+20 |
2003-11-28 | Add SetPrinterData, DeletePrinterData. | Tim Potter | 1 | -2/+9 |
2003-11-28 | Fix bug in EnumPrinterData test. | Tim Potter | 1 | -3/+8 |
2003-11-28 | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 1 | -3/+44 |
2003-11-27 | Implemented SetForm RPC. | Tim Potter | 1 | -1/+5 |
2003-11-27 | Add DeleteForm, start cleaning up tests. | Tim Potter | 1 | -1/+3 |
2003-11-27 | Implemented AddForm RPC. The mystery of the useless_ptr has been | Tim Potter | 1 | -1/+19 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 1 | -4/+20 |
2003-11-25 | Spoolss functions return WERROR not NTSTATUS. | Tim Potter | 1 | -187/+196 |
2003-11-22 | * fixed handling of relative subcontext unions | Andrew Tridgell | 1 | -19/+19 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 1 | -1/+3 |
2003-11-20 | EnumPrinterData in spoolss now works | Andrew Tridgell | 1 | -1/+1 |
2003-11-20 | * changed to midl syntax using [case(x)] instead of case(x) | Andrew Tridgell | 1 | -8/+8 |
2003-11-18 | Working on EnumPrinterData. There appears to be an alignment problem | Tim Potter | 1 | -5/+4 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 1 | -0/+5 |
2003-11-17 | use [subcontext] to make GetPrinter a bit easier in smbtorture | Andrew Tridgell | 1 | -6/+2 |
2003-11-17 | security descriptors are no longer a "special" type, they are handled | Andrew Tridgell | 1 | -8/+6 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 1 | -11/+9 |
2003-11-17 | added OpenPrinter and a test function. Note that the Samba3 structure | Andrew Tridgell | 1 | -1/+6 |
2003-11-17 | * more info levels for EnumPrinter | Andrew Tridgell | 1 | -5/+38 |
2003-11-17 | nicer method of handling spoolss EnumPrinters | Andrew Tridgell | 1 | -7/+10 |
2003-11-16 | use nstring and [relative] to support levels 1 and 2 of EnumPrinters | Andrew Tridgell | 1 | -3/+65 |
2003-11-16 | added support for level1 of EnumPrinters in spoolss. This uses a | Andrew Tridgell | 1 | -24/+17 |
2003-11-16 | Initial version of printer info 1 for tridge. | Tim Potter | 1 | -6/+48 |
2003-11-16 | Added IDL for EnumPrinters and ClosePrinter. | Tim Potter | 1 | -8/+16 |
2003-11-15 | the returned policy handle in spoolss_OpenPrinterEx() is pass by | Andrew Tridgell | 1 | -1/+1 |
2003-11-15 | Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx | Tim Potter | 1 | -0/+520 |