summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-12/+13
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* Factor out a broadcast_printer_notify() routine.Martin Pool2001-12-211-7/+17
* Fixed uninitialised variable warning.Tim Potter2001-12-181-1/+1
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-051-0/+1
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-051-9/+18
* Optimisation to send only to correct processid.Jeremy Allison2001-10-161-6/+16
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-2/+50
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-4/+4
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-11/+11
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-2/+2
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-1/+1
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-9/+9
* Fix for incorrect creation of print job names, based on a patch byJeremy Allison2001-07-161-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-13/+4
* Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison2001-06-281-4/+20
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* 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