summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-13When creating a print job entry for the printing backend, use the WindowsTim Potter1-11/+21
2000-09-13Added time check test before allowing print job.Jeremy Allison1-1/+6
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-15/+15
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-3/+6
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison1-1/+3
2000-08-09added printer admin optionAndrew Tridgell1-0/+2
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison1-9/+16
2000-07-17Allow job owner to delete own print job.Tim Potter1-13/+28
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter1-3/+24
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison1-1/+1
2000-07-06Implemented NT printer descriptor checking. Yay!Tim Potter1-14/+14
2000-06-16Call print_access_check() function from printing back end.Tim Potter1-15/+45
2000-06-03added %J and %T to run_print_command()Andrew Tridgell1-17/+25
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-1/+5
2000-05-12While we're all making incompatible tdb changes, I changed the implementationTim Potter1-3/+3
2000-05-10fail a print start on a deleted auto printerAndrew Tridgell1-0/+6
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-04-23check for a valid snum when running a printing commandAndrew Tridgell1-0/+5
2000-04-23split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell1-65/+0
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-3/+14
2000-04-19use sys_fsusage() not disk_free() in printing.cAndrew Tridgell1-3/+3
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison1-7/+7
2000-04-16improved the error handling and added queue pause and resumeAndrew Tridgell1-25/+43
2000-04-16the bulk of the changes. Also split the loadparm related code into printing/l...Andrew Tridgell1-309/+728
2000-04-10rather than doing print file open processing in open.c we now handleAndrew Tridgell1-0/+74
2000-04-10split out the lpq parsing code into a separate fileAndrew Tridgell1-858/+0
2000-03-13Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau1-0/+8
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-94/+80
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-13/+45
1999-04-07Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.Tim Potter1-4/+4
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-1/+1
1998-11-23replace ' with _ as wellAndrew Tridgell1-12/+12