summaryrefslogtreecommitdiffstats
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-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
* check for a valid snum when running a printing commandAndrew Tridgell2000-04-231-0/+5
* split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell2000-04-232-65/+91
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-3/+14
* use sys_fsusage() not disk_free() in printing.cAndrew Tridgell2000-04-191-3/+3
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-181-7/+7
* don't parse blank linesAndrew Tridgell2000-04-181-0/+2
* fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-181-6/+6
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-42/+41
* got rid of all the FILE* calls in the NT print system.Andrew Tridgell2000-04-161-118/+112
* improved the error handling and added queue pause and resumeAndrew Tridgell2000-04-161-25/+43
* the bulk of the changes. Also split the loadparm related code into printing/l...Andrew Tridgell2000-04-162-309/+797
* rather than doing print file open processing in open.c we now handleAndrew Tridgell2000-04-101-0/+74
* split out the lpq parsing code into a separate fileAndrew Tridgell2000-04-102-858/+883
* 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
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
* Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau2000-03-131-0/+8
* 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
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-6/+2
* 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
* Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-291-0/+4
* printing/print_cups.c from 2.0.6Andrew Tridgell1999-12-171-0/+206
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-1412/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-133-99/+115
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-122-20/+51
* 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
* Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.Tim Potter1999-04-071-4/+4
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-1/+1
* replace ' with _ as wellAndrew Tridgell1998-11-231-12/+12
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-172-5/+5
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1998-11-121-4/+6
* J.F.'s latest printer fixes plus his gcc -picky fix for web/cgi.cJeremy Allison1998-11-111-1/+3
* include/local.h:Jeremy Allison1998-11-101-3/+6
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-2/+2
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-176/+106