| Commit message (Expand) | Author | Age | Files | Lines |
* | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 2002-03-15 | 1 | -7/+27 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 2001-12-10 | 1 | -1/+39 |
* | merge from 2.2 | Gerald Carter | 2001-11-22 | 1 | -0/+60 |
* | Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the | Gerald Carter | 2001-11-09 | 1 | -2/+2 |
* | Wrote some stubs for new win2k only spoolss rpc commands: | Tim Potter | 2001-11-05 | 1 | -0/+63 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -2/+2 |
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -1/+1 |
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -1/+1 |
* | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 2001-07-25 | 1 | -1/+1 |
* | Merging Gerry's spoolss changes. | Jeremy Allison | 2001-06-21 | 1 | -0/+33 |
* | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 2001-05-18 | 1 | -0/+33 |
* | merge from 2.2. | Gerald Carter | 2001-03-27 | 1 | -10/+10 |
* | reverted the rename of new_spoolss_io_r_enumprinterdrivers() | Gerald Carter | 2001-03-19 | 1 | -1/+1 |
* | renamed one of the enumprinterdrivers parsing functions | Gerald Carter | 2001-03-15 | 1 | -2/+2 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -4/+5 |
* | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 2001-03-03 | 1 | -0/+3 |
* | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 2001-02-28 | 1 | -65/+31 |
* | More converted to canonical format. Home now - do the rest tomorrow... | Jeremy Allison | 2001-02-28 | 1 | -35/+17 |
* | Converted more to canonical format... save as I go., | Jeremy Allison | 2001-02-28 | 1 | -16/+8 |
* | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 2001-02-28 | 1 | -6/+3 |
* | Partial conversion of SPOOLSS code to canonical format. More to follow. | Jeremy Allison | 2001-02-28 | 1 | -31/+18 |
* | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 2001-02-28 | 1 | -120/+3 |
* | Changes from SAMBA_2_2: | David O'Neill | 2001-01-31 | 1 | -1/+1 |
* | Changes from APPLIANCE_HEAD: | David O'Neill | 2001-01-17 | 1 | -1/+1 |
* | Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs). | Jeremy Allison | 2000-09-09 | 1 | -0/+32 |
* | Implemented GETFORM tested and working using Gerald's Win32 test progs.... | Jeremy Allison | 2000-09-05 | 1 | -0/+38 |
* | Implemented DELETEFORM tested using Gerald's Win32 test code :-). | Jeremy Allison | 2000-08-31 | 1 | -0/+28 |
* | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all | Jeremy Allison | 2000-08-30 | 1 | -0/+31 |
* | yipee! | Andrew Tridgell | 2000-08-28 | 1 | -2/+3 |
* | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 2000-07-25 | 1 | -1/+1 |
* | Pass pipes_struct rather than vuid down to startdocprinter, setprinter and | Tim Potter | 2000-07-06 | 1 | -3/+3 |
* | Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some | Jeremy Allison | 2000-06-20 | 1 | -0/+1 |
* | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 2000-06-16 | 1 | -40/+108 |
* | Memory leak fixes. | Jeremy Allison | 2000-06-06 | 1 | -1/+1 |
* | Some tidyup fixes (memory leaks etc.). Still no progress with the | Jeremy Allison | 2000-06-05 | 1 | -0/+2 |
* | More insure found memory leak and corruption fixes. | Jeremy Allison | 2000-06-01 | 1 | -0/+3 |
* | Back to building. Now to test with insure. | Jeremy Allison | 2000-06-01 | 1 | -1/+5 |
* | getting and setting security descriptors on printers now works | Andrew Tridgell | 2000-05-27 | 1 | -8/+2 |
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -1/+2 |
* | - use full_name instead of real_name | Andrew Tridgell | 2000-05-04 | 1 | -0/+2 |
* | added support for deleting printers into the spoolss system | Andrew Tridgell | 2000-05-02 | 1 | -0/+31 |
* | fixed a memory leak of devmode in spoolss | Andrew Tridgell | 2000-04-25 | 1 | -0/+3 |
* | fixed another spoolss memory leak | Andrew Tridgell | 2000-04-23 | 1 | -0/+2 |
* | Modified interfaces and added checks around *all* *alloc calls | Jeremy Allison | 2000-04-06 | 1 | -13/+26 |
* | Removed unused parameter vuid from rpc_server api_* calls. For the very few | Tim Potter | 2000-04-04 | 1 | -35/+33 |
* | oops ! forgot smb.h in last commit | Jean-François Micouleau | 2000-03-13 | 1 | -0/+11 |
* | parse correctly getprinterdriver2 | Jean-François Micouleau | 2000-03-13 | 1 | -2/+3 |
* | added enumprintprocessordatatypes | Jean-François Micouleau | 2000-02-26 | 1 | -0/+36 |