summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+15
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-05-01handle tabs in printcap filesAndrew Tridgell1-2/+2
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-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-23check for a valid snum when running a printing commandAndrew Tridgell1-0/+5
2000-04-23split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell2-65/+91
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-3/+14
2000-04-19use sys_fsusage() not disk_free() in printing.cAndrew Tridgell1-3/+3
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison1-7/+7
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-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-42/+41
2000-04-16got rid of all the FILE* calls in the NT print system.Andrew Tridgell1-118/+112
2000-04-16improved the error handling and added queue pause and resumeAndrew Tridgell1-25/+43
2000-04-16the bulk of the changes. Also split the loadparm related code into printing/l...Andrew Tridgell2-309/+797
2000-04-10rather than doing print file open processing in open.c we now handleAndrew Tridgell1-0/+74
2000-04-10split out the lpq parsing code into a separate fileAndrew Tridgell2-858/+883
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-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+1
2000-03-13Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau1-0/+8
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-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-6/+2
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
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+4
1999-12-17 printing/print_cups.c from 2.0.6Andrew Tridgell1-0/+206
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-1412/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell3-99/+115
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton2-20/+51
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
1999-04-07Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.Tim Potter1-4/+4
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-1/+1
1998-11-23replace ' with _ as wellAndrew Tridgell1-12/+12
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison2-5/+5
1998-11-12include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1-4/+6
1998-11-11J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1-1/+3