summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-27fixed return from nt_printing_init()Andrew Tridgell1-1/+4
2000-05-27fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell1-4/+4
2000-05-27dummy trash in secdesc.Luke Leighton1-3/+7
2000-05-27bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton1-1/+12
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-2/+2
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-760/+460
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-1/+76
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+15
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24fixed another memory leakAndrew Tridgell1-0/+1
2000-04-23fixed a memory leak I caused last week with my lines[] changesAndrew Tridgell1-6/+1
2000-04-18don't parse blank linesAndrew Tridgell1-0/+2
2000-04-18fixed some crash bugs in the nt forms parsingAndrew Tridgell1-6/+6
2000-04-16got rid of all the FILE* calls in the NT print system.Andrew Tridgell1-118/+112
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-29/+21
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau1-6/+6
2000-04-05JF - you might want to look at this patch.Jeremy Allison1-23/+134
2000-04-05Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison1-3/+3
2000-04-03Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.Jeremy Allison1-1/+1
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-1/+1
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-33/+57
2000-03-07fixed enumprinterdata.Jean-François Micouleau1-11/+10
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau1-70/+70
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau1-0/+1413
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-1412/+0
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-7/+6
1999-09-27don't leak printer handles,Jean-François Micouleau1-3/+3
1999-09-25Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1-14/+51
1999-07-01many small bugs...Jean-François Micouleau1-1/+1
1999-06-22Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1-1/+88
1999-05-03last part of RPC api change.Jean-François Micouleau1-2/+2
1999-04-27Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1-0/+1289