Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+1 |
2001-06-26 | SGI compiler fixes. | Herb Lewis | 1 | -2/+2 |
2001-06-21 | Merging Gerry's spoolss changes. | Jeremy Allison | 1 | -6/+59 |
2001-05-17 | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 1 | -0/+77 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 1 | -17/+27 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-04-02 | include/ntdomain.h: | Jeremy Allison | 1 | -63/+136 |
2001-03-28 | rename of 16 new_smb_io functions to smb_io_* for consistency sake | Gerald Carter | 1 | -116/+116 |
2001-03-27 | merge from 2.2. | Gerald Carter | 1 | -40/+40 |
2001-03-19 | reverted the rename of new_spoolss_io_r_enumprinterdrivers() | Gerald Carter | 1 | -1/+1 |
2001-03-15 | whoops...forgot one | Gerald Carter | 1 | -19/+31 |
2001-03-15 | renamed one of the enumprinterdrivers parsing functions | Gerald Carter | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -0/+1 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -2/+12 |
2001-03-01 | rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring. | Jeremy Allison | 1 | -5/+17 |
2001-03-01 | Remove unused code. | Jeremy Allison | 1 | -117/+3 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -331/+288 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 1 | -2/+2 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 1 | -9/+12 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -6/+24 |
2001-01-12 | Printer name unistr is null terminated in make_spoolss_q_open_printer_ex() | Tim Potter | 1 | -1/+1 |
2000-11-22 | ADDPRINTERDRIVER info level 6 fix - this is dynamic depending | Jeremy Allison | 1 | -7/+9 |
2000-11-21 | Fix for updating of print queues changed from a local box. Essentially, | Jeremy Allison | 1 | -1/+1 |
2000-11-17 | Fix for memory leak when adding driver. | Jeremy Allison | 1 | -1/+1 |
2000-11-10 | rpc_parse/parse_spoolss.c: Updated comment for old version of W2K. | Jeremy Allison | 1 | -0/+3 |
2000-11-10 | printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames. | Jeremy Allison | 1 | -0/+11 |
2000-10-30 | Only use prs_uint8s on marshalling as we know we're little endian. On | Jeremy Allison | 1 | -6/+18 |
2000-10-30 | Fixed double btyte-swap problems with bigendian architectures. | Jeremy Allison | 1 | -1/+2 |