summaryrefslogtreecommitdiffstats
path: root/source/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-1/+1
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-1/+1
* Fixed gcc isdigit warning.Jeremy Allison1998-11-241-3/+3
* Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-231-12/+12
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.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
* - sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1996-08-131-1/+4
* - change date as a demo for johnAndrew Tridgell1996-06-191-33/+31
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* Lots of changes!Andrew Tridgell1996-05-311-2/+79
* Initial version imported to CVS Samba Release Account1996-05-041-0/+859