summaryrefslogtreecommitdiffstats
path: root/source/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* When creating a print job entry for the printing backend, use the WindowsTim Potter2000-09-131-11/+21
* Added time check test before allowing print job.Jeremy Allison2000-09-131-1/+6
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-15/+15
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-3/+6
* Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2000-08-231-1/+3
* added printer admin optionAndrew Tridgell2000-08-091-0/+2
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-011-9/+16
* Allow job owner to delete own print job.Tim Potter2000-07-171-13/+28
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-101-3/+24
* printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison2000-07-061-1/+1
* Implemented NT printer descriptor checking. Yay!Tim Potter2000-07-061-14/+14
* Call print_access_check() function from printing back end.Tim Potter2000-06-161-15/+45
* added %J and %T to run_print_command()Andrew Tridgell2000-06-031-17/+25
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-1/+5
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-121-3/+3
* fail a print start on a deleted auto printerAndrew Tridgell2000-05-101-0/+6
* 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