summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-15/+43
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-14/+7
* Tuyrn debug timestamps on by default.Jeremy Allison2000-11-151-4/+16
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-141-8/+11
* Added Tim's changes to lock DB during update.Jeremy Allison2000-11-101-3/+18
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-101-0/+5
* Merge of latest round of printing fixes from appliance branch.Tim Potter2000-11-071-30/+69
* Merge from Tim - don't reinsert UNIX job if already exists.Jeremy Allison2000-11-041-0/+8
* Merge of printing improvements/fixes from appliance branch.Tim Potter2000-11-041-1/+60
* Removed null user checks to enable lanman print queue pausing and print jobTim Potter2000-10-181-4/+0
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-111-17/+50
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-111-28/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-101-1/+42
* Fixed Realloc memory fragmentation problems.Jeremy Allison2000-10-101-17/+57
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-101-7/+9
* 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