summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-16Call print_access_check() function from printing back end.Tim Potter1-15/+45
2000-06-03added %J and %T to run_print_command()Andrew Tridgell1-17/+25
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-1/+5
2000-05-12While we're all making incompatible tdb changes, I changed the implementationTim Potter1-3/+3
2000-05-10fail a print start on a deleted auto printerAndrew Tridgell1-0/+6
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
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 Tridgell1-65/+0
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-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 Tridgell1-309/+728
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 Tridgell1-858/+0
2000-03-13Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau1-0/+8
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-94/+80
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-13/+45
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 Allison1-1/+1
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
1998-11-10include/local.h:Jeremy Allison1-3/+6
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-2/+2
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1-176/+106
1998-09-18Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1Jeremy Allison1-2/+2
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-1/+1
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-2/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-9/+18
1998-08-15configure: Changes for extra headers.Jeremy Allison1-14/+14
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-151/+186
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-0/+33
1998-05-21printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1-2/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison1-30/+30
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-1/+1
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-4/+4
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison1-4/+4
1998-04-02Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison1-0/+81
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1-2/+2
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-22printing.c: Bug fix for lpng reporting.Jeremy Allison1-1/+6
1998-01-07includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1-0/+24
1997-12-03make the "printing" option a per share option rather than global. WhenAndrew Tridgell1-1/+1
1997-12-03hopefully handle "ready and waiting" messages in print queue output aAndrew Tridgell1-0/+3
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-18/+18
1997-08-31fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell1-2/+22
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-02-06Fixed incorrect offset into array.Samba Release Account1-1/+1