summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-16/+7
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-10/+10
* Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.Jeremy Allison2001-03-261-1/+13
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-157/+29
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison2001-02-231-50/+50
* lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison2001-02-221-17/+115
* Fixed file descriptor leak in error processing of print jobs.Jeremy Allison2001-02-221-52/+39
* DEBUG merge from 2.2 about tdb init failure.Herb Lewis2001-02-151-2/+20
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-3/+10
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-241-8/+17
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-231-10/+42
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-231-1/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-221-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-221-17/+33
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-191-14/+19
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-1/+0
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-4/+12
* Changes merged from APPLIANCE_HEAD:David O'Neill2001-01-081-3/+4
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-5/+6
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-8/+8
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-131-14/+19
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* Sync-up with appliance-head printing code.Jeremy Allison2000-12-061-2/+0
* 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