Replaced the duplicate DOS constants with appropriate ones from doserr.h to
[tprouty/samba.git] / source / printing / printing.c
2001-08-10 Tim PotterReplaced the duplicate DOS constants with appropriate...
2001-07-16 Jeremy AllisonFix for incorrect creation of print job names, based...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-28 Jeremy AllisonProperly instrument print_job_start()/print_job_end...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-26 Jeremy AllisonFix from Dave Collier Brown to log a debug at level...
2001-03-16 Jeremy AllisonAdded Michael Sweet's CUPS patch to call directly into...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-23 Jeremy Allisoninclude/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
2001-02-22 Jeremy Allisonlib/select.c: Fix for Linux 2.0.x kernel that causes...
2001-02-22 Jeremy AllisonFixed file descriptor leak in error processing of print...
2001-02-15 Herb LewisDEBUG merge from 2.2 about tdb init failure.
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-24 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-23 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-23 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-22 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-22 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-19 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-11 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-08 David O'NeillChanges merged from APPLIANCE_HEAD:
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-13 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-12-06 Jeremy AllisonSync-up with appliance-head printing code.
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-11-16 Jeremy AllisonFix for a problem with the new messaging system. If...
2000-11-15 Jeremy AllisonTuyrn debug timestamps on by default.
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-11-10 Jeremy AllisonAdded Tim's changes to lock DB during update.
2000-11-10 Jeremy Allisonprinting/nt_printing.c: use getpwuid not smbgetpwuid...
2000-11-07 Tim PotterMerge ... latest round of printing fixes from appliance...
2000-11-04 Jeremy AllisonMerge from Tim - don't reinsert UNIX job if already...
2000-11-04 Tim PotterMerge ... printing improvements/fixes from appliance...
2000-10-18 Tim PotterRemoved null user checks to enable lanman print queue...
2000-10-11 Jeremy AllisonFix for growing printing.tdb by adding check on job...
2000-10-11 Jeremy AllisonRemove lpq as root fix - do this in print_job_start...
2000-10-10 Jeremy AllisonFixes to periodically scan printing.tdb in idle time...
2000-10-10 Jeremy AllisonFixed Realloc memory fragmentation problems.
2000-10-10 Andrew Tridgellgot rid of tdb_writelock() and instead lock a chain...
2000-09-13 Tim PotterWhen creating a print job entry for the printing backen...
2000-09-13 Jeremy AllisonAdded time check test before allowing print job.
2000-09-01 David O'NeillChanges from APPLIANCE_HEAD (per Tim Potter):
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-23 Jeremy AllisonTidied up some error returns from printing calls. Still...
2000-08-09 Andrew Tridgelladded printer admin option
2000-08-01 Jeremy AllisonAdded print job substitutions for %{printername}, ...
2000-07-17 Tim PotterAllow job owner to delete own print job.
2000-07-10 Tim PotterRe-instated lanman printing security checks (oops).
2000-07-06 Jeremy Allisonprinting/nt_printing.c: (From JF) use the driver name...
2000-07-06 Tim PotterImplemented NT printer descriptor checking. Yay!
2000-06-16 Tim PotterCall print_access_check() function from printing back...
2000-06-03 Andrew Tridgelladded %J and %T to run_print_command()
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-12 Tim PotterWhile we're all making incompatible tdb changes, I...
2000-05-10 Andrew Tridgellfail a print start on a deleted auto printer
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-23 Andrew Tridgellcheck for a valid snum when running a printing command
2000-04-23 Andrew Tridgellsplit fsp specific routines out of printing.c to fix...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-19 Andrew Tridgelluse sys_fsusage() not disk_free() in printing.c
2000-04-18 Jeremy Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-16 Andrew Tridgellimproved the error handling and added queue pause and...
2000-04-16 Andrew Tridgellthe bulk of the changes. Also split the loadparm relate...
2000-04-10 Andrew Tridgellrather than doing print file open processing in open...
2000-04-10 Andrew Tridgellsplit out the lpq parsing code into a separate file
2000-03-13 Jean-François Mico... Interim fix for LPRng. If a lpq parsed line start with...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-04-07 Tim PotterChanged calls to strncat() to safe_strcat(). Fix from...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-23 Andrew Tridgellreplace ' with _ as well
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-12 Jeremy Allisoninclude/kanji.h include/proto.h lib/kanji.c: Added...
1998-11-11 Jeremy AllisonJ.F.'s latest printer fixes plus his gcc -picky fix...
1998-11-10 Jeremy Allisoninclude/local.h:
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-11-03 Jeremy AllisonMakefile.in configure configure.in include/proto.h...
1998-09-18 Jeremy AllisonChanged variable TAB to htab as TAB is defined in a...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-07-16 Jeremy AllisonMakefile: Added CC=gcc to DGUX on Intel. Comment from...
1998-05-21 Jeremy Allisonprinting.c: Fixed overflow by one problem in LPRng.
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-05-07 Jeremy AllisonThis should (hopefully :-) be the final fix for the...
1998-05-06 Jeremy AllisonFixes for the %U and %G problems people have reported.
1998-04-02 Jeremy AllisonPatch from Chris Maltby <chris@softway.com.au>. His...
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-22 Jeremy Allisonprinting.c: Bug fix for lpng reporting.
1998-01-07 Jeremy Allisonincludes.h: Added FreeBSD 3.x fixes. Added HPUX10.x...
1997-12-03 Andrew Tridgellmake the "printing" option a per share option rather...
next