summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-23more pstring/fstring errors found by insureAndrew Tridgell1-15/+16
2000-04-23another fstring/pstring fixAndrew Tridgell1-1/+1
2000-04-23fixed another spoolss memory leakAndrew Tridgell1-2/+0
2000-04-23we can't pass a fstring to a routine expecting a pstringAndrew Tridgell1-1/+1
2000-04-16- put the job status in english not french!Andrew Tridgell1-7/+49
2000-04-16JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell1-183/+59
2000-04-10added checks to open both \\server\printer and \\server\share.Jean-François Micouleau1-3/+44
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-47/+148
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau1-18/+37
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-88/+74
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