summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-1/+39
2001-11-22merge from 2.2Gerald Carter1-0/+60
2001-11-09Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter1-2/+2
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter1-0/+63
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-1/+1
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-0/+33
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-0/+33
2001-03-27merge from 2.2.Gerald Carter1-10/+10
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-15renamed one of the enumprinterdrivers parsing functionsGerald Carter1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+5
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison1-0/+3
2001-02-28Finished converion of spoolss code to canonical format. Now to work on theJeremy Allison1-65/+31
2001-02-28More converted to canonical format. Home now - do the rest tomorrow...Jeremy Allison1-35/+17
2001-02-28Converted more to canonical format... save as I go.,Jeremy Allison1-16/+8
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-6/+3
2001-02-28Partial conversion of SPOOLSS code to canonical format. More to follow.Jeremy Allison1-31/+18
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-120/+3
2001-01-31Changes from SAMBA_2_2:David O'Neill1-1/+1
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison1-0/+32
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison1-0/+38
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-0/+28
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-0/+31
2000-08-28yipee!Andrew Tridgell1-2/+3
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-1/+1
2000-07-06Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter1-3/+3
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-0/+1
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-40/+108
2000-06-06Memory leak fixes.Jeremy Allison1-1/+1
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison1-0/+2
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison1-0/+3
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+5
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-8/+2
2000-05-10more merging voodooAndrew Tridgell1-1/+2
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-0/+2
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+31
2000-04-25fixed a memory leak of devmode in spoolssAndrew Tridgell1-0/+3
2000-04-23fixed another spoolss memory leakAndrew Tridgell1-0/+2
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-13/+26
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-35/+33
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-0/+11
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-2/+3
2000-02-26added enumprintprocessordatatypesJean-François Micouleau1-0/+36
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau1-21/+16
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau1-3/+8