Age | Commit message (Expand) | Author | Files | Lines |
2002-05-28 | Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er... | Tim Potter | 1 | -1/+1 |
2002-05-23 | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 1 | -14/+0 |
2002-05-17 | NT sends the server name prepended with \\ for a enumerate printers RPC | Tim Potter | 1 | -2/+2 |
2002-05-14 | Added deleteprinterdata client rpc. | Tim Potter | 1 | -0/+45 |
2002-05-14 | Added writeprinter rpc command. | Tim Potter | 1 | -0/+49 |
2002-05-14 | Added getprinterdata and enumprinterdata rpc client routines. | Tim Potter | 1 | -42/+186 |
2002-05-13 | RPC client function for startdocprinter and enddocprinter. | Tim Potter | 1 | -2/+101 |
2002-05-08 | Added client side spoolss rpc commands for startpageprinter, | Tim Potter | 1 | -0/+200 |
2002-05-07 | Added cli_spoolss_enumjobs() function. | Tim Potter | 1 | -3/+46 |
2002-04-10 | Added cli_spoolss_enumjobs() function. | Tim Potter | 1 | -0/+52 |
2002-04-02 | some mergee from SAMBA_2_2. Does compile, but needs some more testing. | Gerald Carter | 1 | -208/+266 |
2002-03-08 | Added case statment for decoding enumprinters level 0 result. | Tim Potter | 1 | -0/+4 |
2002-02-25 | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 1 | -6/+160 |
2002-02-20 | Converted remaining spoolss rpcclient functions to werror/needed/offered. | Tim Potter | 1 | -150/+128 |
2002-02-19 | Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede. | Tim Potter | 1 | -49/+45 |
2002-02-19 | Added cli_spoolss_initialise() function. | Tim Potter | 1 | -61/+72 |
2002-01-31 | Added addform, setform and deleteform cli functions. | Tim Potter | 1 | -0/+164 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-07 | Converted getprinterdriver to WERROR - it always returns dos error 6 | Tim Potter | 1 | -54/+64 |
2002-01-06 | Converted enumprinters and enumports cli functions to return WERRORs. | Tim Potter | 1 | -106/+129 |
2002-01-06 | spoolss rpc client cleanup: | Tim Potter | 1 | -56/+60 |
2002-01-03 | Initialise result on success in cli_spoolss_enum_printers() so we don't get | Tim Potter | 1 | -0/+2 |
2002-01-03 | The werror<->nt status code map has changed and has broken all the spoolss | Tim Potter | 1 | -7/+7 |
2001-12-13 | Added comment. | Tim Potter | 1 | -0/+2 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 1 | -0/+59 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -24/+35 |
2001-08-27 | Convert to NTSTATUS. | Tim Potter | 1 | -24/+24 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -8/+8 |
2001-08-08 | Factored out common rpc pipe initialisation and shutdown code. | Tim Potter | 1 | -50/+1 |
2001-08-06 | Changed lone malloc() call to talloc(). Spotted by | Tim Potter | 1 | -1/+1 |
2001-05-31 | merge from 2.2 | Gerald Carter | 1 | -2/+0 |
2001-05-17 | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 1 | -0/+57 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 1 | -89/+148 |
2001-04-22 | merging from 2.2 to head | Andrew Tridgell | 1 | -20/+80 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -6/+6 |
2001-03-28 | rename of 16 new_smb_io functions to smb_io_* for consistency sake | Gerald Carter | 1 | -10/+10 |
2001-03-27 | merge from 2.2. | Gerald Carter | 1 | -3/+3 |
2001-03-19 | reverted the rename of new_spoolss_io_r_enumprinterdrivers() | Gerald Carter | 1 | -1/+1 |
2001-03-15 | addprinter and adddriver are working now :-) | Gerald Carter | 1 | -0/+106 |
2001-03-15 | added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct | Gerald Carter | 1 | -2/+94 |
2001-03-15 | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 1 | -8/+217 |
2001-03-15 | more updates. several spoolss commands added as placeholders | Gerald Carter | 1 | -1/+1 |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 1 | -32/+24 |
2001-03-09 | Missed some prs_inits. | Jeremy Allison | 1 | -11/+11 |
2001-01-10 | Added init functions, cli_spoolss_open_printer_ex(), | Tim Potter | 1 | -0/+538 |