summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* 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-231-65/+0
* 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
* 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-161-309/+728
* 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-101-858/+0
* Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau2000-03-131-0/+8
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-94/+80
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-13/+45
* 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-171-1/+1
* 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
* Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1Jeremy Allison1998-09-181-2/+2
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-2/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-9/+18
* configure: Changes for extra headers.Jeremy Allison1998-08-151-14/+14
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-151/+186
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-161-0/+33
* printing.c: Fixed overflow by one problem in LPRng.Jeremy Allison1998-05-211-2/+2
* This is a security audit change of the main source.Jeremy Allison1998-05-121-30/+30
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-4/+4
* Fixes for the %U and %G problems people have reported.Jeremy Allison1998-05-061-4/+4
* Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison1998-04-021-0/+81
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-071-2/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* printing.c: Bug fix for lpng reporting.Jeremy Allison1998-01-221-1/+6
* includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1998-01-071-0/+24
* make the "printing" option a per share option rather than global. WhenAndrew Tridgell1997-12-031-1/+1
* hopefully handle "ready and waiting" messages in print queue output aAndrew Tridgell1997-12-031-0/+3
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-18/+18
* fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell1997-08-311-2/+22
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Fixed incorrect offset into array.Samba Release Account1997-02-061-1/+1
* - added support for TMPDIR env variableAndrew Tridgell1996-10-241-1/+1
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-20/+9
* fix compiler warningAndrew Tridgell1996-08-211-1/+1
* - added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1996-08-191-0/+154
* don't allow newlines in printer status messagesAndrew Tridgell1996-08-131-1/+4