Age | Commit message (Expand) | Author | Files | Lines |
2002-07-08 | added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and | Gerald Carter | 1 | -0/+101 |
2002-07-08 | * basic implementation of SPOOLSS_DELETEPRINTERDATAEX and | Gerald Carter | 1 | -0/+80 |
2002-07-02 | Merge of constant renames from APPLIANCE_HEAD. | Tim Potter | 1 | -8/+8 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -37/+110 |
2002-06-27 | a null grp_sid should have a 0 offset. Also removed a few more unnecessary | Gerald Carter | 1 | -7/+0 |
2002-06-24 | printing merge from SAMBA_2_2. Ther server code looks to be in sync now. | Gerald Carter | 1 | -0/+2 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-05-24 | merge from SAMBA_2_2. | Gerald Carter | 1 | -3/+38 |
2002-05-20 | OK that last commit was incorrect - this call is parsed properly. I only | Tim Potter | 1 | -4/+0 |
2002-05-20 | There's probably a pointer to a buffer at the end of a enumprinterdrivers() | Tim Potter | 1 | -0/+4 |
2002-05-20 | No need to pass a fstring in make_spoolss_q_enumprinters() | Tim Potter | 1 | -1/+1 |
2002-05-14 | Added deleteprinterdata client rpc. | Tim Potter | 1 | -1/+13 |
2002-05-14 | Added writeprinter rpc command. | Tim Potter | 1 | -0/+14 |
2002-05-14 | Change make_spoolss_q_{get,set}printerdata() take a char* and length rather | Tim Potter | 1 | -11/+31 |
2002-05-13 | compile fix merge from SAMBA_2_2 | Gerald Carter | 1 | -11/+21 |
2002-05-13 | Support for client side startdocprinter. | Tim Potter | 1 | -3/+63 |
2002-05-10 | misc merge from SAMBA_2_2 | Gerald Carter | 1 | -0/+4 |
2002-05-10 | devmode parsing merge from SAMBA_2_2 | Gerald Carter | 1 | -29/+74 |
2002-05-08 | Added client side spoolss rpc commands for startpageprinter, | Tim Potter | 1 | -0/+60 |
2002-04-22 | merge from SAMBA_2_2 | Gerald Carter | 1 | -42/+19 |
2002-04-11 | HP2500C driver writes devmode with private data that ends | Jeremy Allison | 1 | -0/+9 |
2002-04-11 | specversion merge from SAMBA_2_2 | Gerald Carter | 1 | -0/+27 |
2002-04-10 | Fixed missing alignment in spoolss_io_q_enumjobs() function. | Tim Potter | 1 | -0/+3 |
2002-04-09 | The useless_ptr must be non-zero for addform and setform client functions | Tim Potter | 1 | -2/+5 |
2002-03-26 | OpenPrinter() merge from 2.2 | Gerald Carter | 1 | -19/+76 |
2002-03-20 | resetprinter merge from SAMBA_2_2 | Gerald Carter | 1 | -12/+12 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -41/+232 |
2002-03-14 | Remove studly gaps from prs_werror() calls so the same debug text is | Tim Potter | 1 | -1/+1 |
2002-02-25 | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 1 | -2/+36 |
2002-01-31 | Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM. | Tim Potter | 1 | -1/+42 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Fixed ADDPRINTEREX to take a devmode and a security descriptor... | Jeremy Allison | 1 | -21/+29 |
2002-01-18 | Added prs_mem_clear(). Clear memory on buffer reallocation. That way | Jeremy Allison | 1 | -8/+7 |
2002-01-12 | Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi... | Jeremy Allison | 1 | -0/+91 |
2002-01-07 | Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERROR | Tim Potter | 1 | -1/+1 |
2001-12-20 | merge from 2.2 | Gerald Carter | 1 | -6/+6 |
2001-12-17 | Replaced some hardcoded hex numbers with constants. | Tim Potter | 1 | -4/+8 |
2001-12-13 | merge from 2.2 | Gerald Carter | 1 | -0/+3 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 1 | -2/+139 |
2001-11-28 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -7/+1 |
2001-11-22 | remove unused variables | Gerald Carter | 1 | -1/+0 |
2001-11-22 | merge from 2.2 | Gerald Carter | 1 | -11/+208 |
2001-11-17 | Tidyups when I was doing the big merge... | Jeremy Allison | 1 | -3/+6 |
2001-11-08 | spoolss_io_devmode private data is binary and should be shown in hex, | Martin Pool | 1 | -1/+2 |
2001-11-05 | Wrote some stubs for new win2k only spoolss rpc commands: | Tim Potter | 1 | -0/+142 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -15/+13 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -44/+44 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -9/+24 |
2001-08-10 | Merge in the NT drivers changes from 2.2. | Jeremy Allison | 1 | -1/+1 |