summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
AgeCommit message (Expand)AuthorFilesLines
2000-08-08All changes related to rpcclient...Gerald Carter1-0/+23
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter1-2/+0
2000-07-06Moved printer ACE mask values from nt_printing.h to rpc_spoolss.hTim Potter1-2/+6
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-2/+1
2000-06-10parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau1-1/+29
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+1
2000-06-01More stuff I cvan't afford to lose. I'm realizing how dependent I amJeremy Allison1-1/+1
2000-05-28moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton1-11/+0
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-9/+19
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-0/+41
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-1/+14
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-10/+6
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-0/+12
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-3/+4
2000-03-10you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton1-2/+5
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-29/+37
2000-03-10indent went wrong. grr.Luke Leighton1-226/+357
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-0/+1
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-12/+7
2000-02-26added enumprintprocessordatatypesJean-François Micouleau1-12/+13
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau1-3/+4
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau1-22/+74
2000-02-21more rewrite ...Jean-François Micouleau1-53/+47
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau1-48/+50
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau1-0/+1441
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-1492/+0
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-1/+1
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-35/+28
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-4/+1
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-2/+2
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-1/+2
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-16/+19
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-0/+3
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-4/+46
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-4/+44
1999-05-03Changed the RPC api definition now first arg is a pipe_structJean-François Micouleau1-2/+2
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1-0/+1413