Added some command line argument checking and usage info.
[kai/samba.git] / source3 / printing /
2001-07-30 Jeremy AllisonFixup error returns in updating driver db version.
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-23 Jeremy AllisonSame fix for resume as for pause.
2001-07-23 Jeremy AllisonFix for CUPS pause/restart code.
2001-07-23 Jeremy AllisonFix for cups compile.
2001-07-17 Jeremy AllisoniFix from "Shahms E. King" <shahms@shahms.com> to get...
2001-07-16 Jeremy AllisonFix for incorrect creation of print job names, based...
2001-07-16 Jeremy AllisonFix from Jim Vopni - muliple definitions of "letter".
2001-07-12 Tim PotterChanged instances of TRUE, FALSE to True, False as...
2001-07-10 Tim PotterRemoved unused local variables.
2001-07-09 Jean-François Mico... split the nt_drivers.tdb in 3 separate tdb files. Shoul...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-02 Jeremy AllisonFixed extra file_free calls - my fault :-(.
2001-06-28 Jeremy AllisonProperly instrument print_job_start()/print_job_end...
2001-06-26 Herb LewisSGI compiler fixes.
2001-06-22 Jeremy AllisonFix from "Jim McDonough" <jmcd@us.ibm.com>" - when...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-18 Gerald Cartermerge from 2.2 (deleteprinterdriver RPC)
2001-05-10 Tim PotterReplaced a whole bunch of lookup_name() requests in
2001-05-03 Jeremy AllisonMerging Gerald's "no printer driver" fix from 2.2.
2001-04-27 Jeremy AllisonMore debug %d -> %u issues.
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-14 Jeremy Allisonconfigure:
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-10 Jeremy AllisonFixed missing HAVE_STDARG_H.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-04-08 Jeremy AllisonAdded per-share security tdb. Tidied up many slprintfs...
2001-04-03 Jeremy AllisonSync up with new NT forms code.
2001-03-28 Jeremy AllisonFixed typo bug spotted by Jim Vopni jimv@metrics.com...
2001-03-27 Jeremy AllisonPatch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle...
2001-03-26 Jeremy AllisonFix from Dave Collier Brown to log a debug at level...
2001-03-23 Jeremy AllisonTwo OS/2 printer fixes from Jim McDonough @ IBM.
2001-03-16 Jeremy AllisonAdded Michael Sweet's CUPS patch to call directly into...
2001-03-16 Jeremy AllisonAdded files for CUP printing patch split.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-03 Jeremy AllisonRoll back to using malloc/realloc on some of spoolss...
2001-03-02 Jeremy AllisonMove to talloc controlled NT forms.
2001-03-01 Jeremy AllisonFixed a couple of getpwXX calls that were not going...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
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-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-02-15 Herb LewisDEBUG merge from 2.2 about tdb init failure.
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-26 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-21 Gerald Cartermerge from appliance head
2000-12-18 Jeremy AllisonMerged Tim's fixes 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-13 Jeremy AllisonAdded proto definition for new RPC calls.
2000-12-11 Jeremy AllisonAdding in debug for SD's.
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-12-04 Andrew Tridgellc++ style comments are NOT allowed
2000-12-04 Andrew Tridgellno longer pass the type to make_sec_desc(), instead...
2000-11-27 Jeremy Allisonpassdb/secrets.c passdb/smbpassfile.c smbd/server.c...
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-11-17 Jeremy AllisonFix for memory leak when adding driver.
2000-11-17 Jeremy AllisonFix for incorrect break using wrong offset when updatin...
2000-11-16 Jeremy AllisonFix for a problem with the new messaging system. If...
2000-11-15 Jeremy AllisonUninitialized memory read fixes.
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-14 David O'NeillChanges from APPLIANCE_HEAD:
2000-11-14 Jeremy Allisonprinting/nt_printing.c: After long soul searching and...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
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-08 Andrew Tridgellan attempt to get the handling of fields in printer...
2000-11-07 Tim PotterMerge ... latest round of printing fixes from appliance...
2000-11-07 Tim PotterMerge ... printer security descriptor, info level and...
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-11-04 Jeremy AllisonSync up with Tim's changes in applience-head for SACLs.
2000-10-26 Jeremy AllisonAdded John Reillys patch for error code returns from...
2000-10-26 Jeremy AllisonSorry JF - no billable hours :-). I fixed the "stream...
2000-10-25 Jeremy AllisonWe already have a perfectly good next_token() function...
2000-10-25 Jeremy AllisonJohn Reilly @ HP (who is a wonderful human being and...
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...
next