summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+43
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-8/+18
2000-04-05off by one error ...Jean-François Micouleau1-2/+5
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-1/+1
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-106/+171
2000-03-25rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison1-133/+291
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-1/+39
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-5/+9
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-39/+121
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-245/+118
2000-02-26added enumprintprocessordatatypesJean-François Micouleau1-0/+98
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau1-102/+139
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau1-199/+145
2000-02-21more rewrite ...Jean-François Micouleau1-877/+432
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau1-901/+764
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau1-10/+18
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau1-0/+4806
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-4408/+0
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-1/+4
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-2/+0
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-7/+7
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-76/+83
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-86/+192
1999-11-06missed mem_grow_data callLuke Leighton1-0/+2
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton1-10/+27
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-47/+141
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-40/+52
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-27/+128
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-131/+386
1999-09-24Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau1-3/+13
1999-09-24Alan (alanh@pinacl.co.uk) found a nasty bugJean-François Micouleau1-1/+1
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-55/+352
1999-07-01many small bugs...Jean-François Micouleau1-15/+23
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-0/+109
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1-0/+3389