summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-9/+0
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke1-1/+12
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-52/+52
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21100: Add the RPC hack fix to adddriver as well as adddriverex.Jeremy Allison1-0/+9
2007-10-10r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de>Jeremy Allison1-0/+9
2007-10-10r13815: "Into the blind world let us now descend,"Gerald Carter1-45/+10
2007-10-10r5806: * fix a couple more segvs in spoolssGerald Carter1-0/+3
2003-08-23it never amazes me when some new things crawls out of the windowsGerald Carter1-1/+1
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-2/+9
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-4/+0
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-14/+15
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-0/+63
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+123
2002-04-22printing merge from HEADGerald Carter1-4/+0
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-0/+31
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-7/+27
2002-01-30Removed version number from file header.Tim Potter1-2/+1
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