summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-4/+4
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-11/+11
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-2/+2
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-1/+1
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-9/+9
2001-07-16Fix for incorrect creation of print job names, based on a patch byJeremy Allison1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-13/+4
2001-06-28Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison1-4/+20
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-16/+7
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-10/+10
2001-03-26Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.Jeremy Allison1-1/+13
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-157/+29
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-50/+50
2001-02-22lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...Jeremy Allison1-17/+115
2001-02-22Fixed file descriptor leak in error processing of print jobs.Jeremy Allison1-52/+39
2001-02-15DEBUG merge from 2.2 about tdb init failure.Herb Lewis1-2/+20
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-3/+10
2001-01-24Changes from APPLIANCE_HEAD:David O'Neill1-8/+17
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-10/+42
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-1/+3
2001-01-22Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-22Changes from APPLIANCE_HEAD:David O'Neill1-17/+33
2001-01-19Changes from APPLIANCE_HEAD:David O'Neill1-14/+19
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+0
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-4/+12
2001-01-08Changes merged from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-5/+6
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-8/+8
2000-12-13Changes from APPLIANCE_HEAD:David O'Neill1-14/+19
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-1/+1
2000-12-06Sync-up with appliance-head printing code.Jeremy Allison1-2/+0
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison1-15/+43
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-14/+7
2000-11-15Tuyrn debug timestamps on by default.Jeremy Allison1-4/+16
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-8/+11
2000-11-10Added Tim's changes to lock DB during update.Jeremy Allison1-3/+18
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-0/+5
2000-11-07Merge of latest round of printing fixes from appliance branch.Tim Potter1-30/+69
2000-11-04Merge from Tim - don't reinsert UNIX job if already exists.Jeremy Allison1-0/+8
2000-11-04Merge of printing improvements/fixes from appliance branch.Tim Potter1-1/+60
2000-10-18Removed null user checks to enable lanman print queue pausing and print jobTim Potter1-4/+0
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison1-17/+50
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison1-28/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison1-1/+42
2000-10-10Fixed Realloc memory fragmentation problems.Jeremy Allison1-17/+57
2000-10-10got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell1-7/+9