summaryrefslogtreecommitdiffstats
path: root/source3/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
...
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-91/+186
* if the tdb stored driver isn't formatted right then return a defaultAndrew Tridgell2000-05-291-1/+1
* fixed a couple of bugs in the driver return codeAndrew Tridgell2000-05-281-1/+9
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-16/+61
* fixed return from nt_printing_init()Andrew Tridgell2000-05-271-1/+4
* fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell2000-05-271-4/+4
* dummy trash in secdesc.Luke Leighton2000-05-271-3/+7
* bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton2000-05-271-1/+12
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-2/+2
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-760/+460
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+76
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-021-0/+15
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* fixed another memory leakAndrew Tridgell2000-04-241-0/+1
* fixed a memory leak I caused last week with my lines[] changesAndrew Tridgell2000-04-231-6/+1
* don't parse blank linesAndrew Tridgell2000-04-181-0/+2
* fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-181-6/+6
* got rid of all the FILE* calls in the NT print system.Andrew Tridgell2000-04-161-118/+112
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-061-29/+21
* filled the architecture table (useless for the moment).Jean-François Micouleau2000-04-061-6/+6
* JF - you might want to look at this patch.Jeremy Allison2000-04-051-23/+134
* Added strerror at debug level 0 on file create/open fail. Helps catchJeremy Allison2000-04-051-3/+3
* Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.Jeremy Allison2000-04-031-1/+1
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-1/+1
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-33/+57
* fixed enumprinterdata.Jean-François Micouleau2000-03-071-11/+10
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-151-70/+70
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-071-0/+1413
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-1412/+0
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-7/+6
* don't leak printer handles,Jean-François Micouleau1999-09-271-3/+3
* Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1999-09-251-14/+51
* many small bugs...Jean-François Micouleau1999-07-011-1/+1
* Fixed most memory leak and big-endian bug in the spoolss code.Jean-François Micouleau1999-06-221-1/+88
* last part of RPC api change.Jean-François Micouleau1999-05-031-2/+2
* Adding RPC spoolss code support and some new low-level printing functions.Jean-François Micouleau1999-04-271-0/+1289