Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-10-18 | Fixes for io_q_setprinter rpc parsing. | Tim Potter | 1 | -0/+10 |
2000-09-25 | printer notify code. | Jean-François Micouleau | 1 | -1/+118 |
2000-09-19 | param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ... | Jeremy Allison | 1 | -34/+19 |
2000-09-16 | in a printer_info_6, driver version is 64 bits long and there is a 32 bit | Jean-François Micouleau | 1 | -2/+10 |
2000-09-15 | Fixes from JF as I didn't understand the string array sizing code correctly. | Jeremy Allison | 1 | -17/+17 |
2000-09-15 | Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work - | Jeremy Allison | 1 | -16/+129 |
2000-09-09 | Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs). | Jeremy Allison | 1 | -6/+46 |
2000-09-05 | Implemented GETFORM tested and working using Gerald's Win32 test progs.... | Jeremy Allison | 1 | -1/+56 |
2000-08-31 | Implemented DELETEFORM tested using Gerald's Win32 test code :-). | Jeremy Allison | 1 | -0/+32 |
2000-08-30 | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all | Jeremy Allison | 1 | -0/+35 |
2000-08-28 | yipee! | Andrew Tridgell | 1 | -0/+9 |