summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-29split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau1-8/+28
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-74/+95
2000-03-16fix a bug in enumprinterdriversJean-François Micouleau1-6/+14
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-2/+3
2000-03-13small fix for addprinterex at level 2Jean-François Micouleau1-10/+8
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-42/+43
2000-03-11You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison1-1/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-0/+3
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-121/+193
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-102/+126
2000-03-07fixed enumprinterdata.Jean-François Micouleau1-2/+2
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-6/+13
2000-02-26added enumprintprocessordatatypesJean-François Micouleau1-0/+49
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau1-103/+110
2000-02-24made dynamic the Printer struct. No more limits :-)Jean-François Micouleau1-187/+169
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau1-203/+266
2000-02-21more rewrite ...Jean-François Micouleau1-237/+418
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau1-403/+804
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau1-21/+24
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau1-0/+3434