BUG 1080: fix declaration of SMB_BIG_UINT
[samba.git] / source3 / printing /
2004-03-03 Jeremy AllisonUse a common function to parse all pathnames from the...
2004-03-02 Gerald Carterallow the 'printing' parameter to be set on a per share...
2004-03-01 Gerald CarterBUG 1147; bad pointer case in get_stored_queue_info...
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-14 Gerald Carterbug 770; correct fix this time; Make sure that we...
2004-01-14 Gerald Carterbug 660; using byte order safe macros (or tdb_unpack...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-30 Gerald CarterMove to short lived TALLOC_CTX* for allocating printer
2003-12-01 Gerald Carterdon't mistake pre-existing UNIX jobs for smb jobs;...
2003-11-25 Gerald Carterallow users to delete jobs with cups printing backend
2003-11-24 Gerald Carterpatch from Matthias Hilbig for bug 467; use the dns...
2003-11-13 Gerald Carter* Fix from SATOH Fumiyasu for bug 660 (failing to view...
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-10-30 Jim McDonoughMore GUID->struct uuid changes.
2003-10-29 Jeremy AllisonFixes to check for wraps which could cause coredumps.
2003-10-20 Gerald Cartermake sure we have a devmode before copying a string...
2003-10-14 Gerald Carterupdating version in copyright
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-27 Tim PotterSquash another compiler warning.
2003-04-29 Gerald Carterremoving printing = SOFTQ since no one knows what it is
2003-04-23 Jeremy AllisonLimit the number of outstanding print notify messages...
2003-04-16 Jeremy AllisonFix mem leak. Spotted by tpot (thanks Tim).
2003-04-10 Jeremy AllisonEnsure we're not filtering our essential delete messages.
2003-04-09 Jeremy AllisonEnsure print queue array is zeroed out before returning.
2003-04-04 Jeremy AllisonFix the new storage code to correctly convert from...
2003-04-02 Jeremy AllisonSubtle changes to message handling after ENUMJOBS.
2003-03-31 Andrew BartlettFix a botched merge from appliance-head...
2003-03-26 Jeremy AllisonFix extra NULL arg added during app-head merge.
2003-03-21 Jeremy AllisonMerge of new appliance-head scalable printing fixes.
2003-03-20 Jeremy Allisonlib/messages.c: Check return from chainlock before...
2003-03-06 Gerald Carteradd #define for the max device name length in a DEVICEMODE
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-04 Andrew BartlettFix another 'off by one' bug with safe_strcpy(). It...
2003-03-01 Jeremy AllisonEnsure added jobs increment total_jobs.
2003-02-25 Gerald CarterProgress on CR 601
2003-02-19 Jeremy AllisonBit of a hack job to prevent smbprn.XXX jobs appearing...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-15 Gerald Carter* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
2003-02-14 Gerald Carteroff by one bug in string length; CR 1159
2003-02-12 Andrew BartlettPrevent NULL-pointer induced segfaults.
2003-02-10 Andrew BartlettFailure to find a CUPS printer, when auto-adding printe...
2003-02-08 Jeremy AllisonEnsure we return NOSPACE if we can't fast allocate...
2003-02-05 Jeremy AllisonCollapse duplicate messages before sending.
2003-02-05 Gerald CarterCUPS patch to log client name
2003-02-04 Jeremy AllisonHold the lock for a much shorter time when allocating...
2003-02-04 Jeremy AllisonUp the hash table size for printing tdb.c
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Jeremy AllisonMore scalable print tdb fixes.
2003-01-28 Gerald CarterCUPS-PRINTER_CLASS patch from Michael Sweet
2003-01-15 Andrew BartlettFix warnings by getting the function into a shape the...
2003-01-15 Andrew BartlettCrash fixes:
2003-01-14 Andrew BartlettThe last of the fstring/pstring mixups, and an extra...
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-10 Jeremy AllisonFix lpq_cache time check (missed from yesterday).
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-13 Jim McDonoughStore printer guid in the dsspooler registry key so...
2002-12-13 Jim McDonoughMore printer publishing code.
2002-12-05 Jeremy AllisonFix debugs for rap mapping. Delete job on map fail.
2002-12-05 Jim McDonoughMore printer data to publish
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-04 Jim McDonoughMore attributes to publish. All DsSpooler attributes...
2002-12-04 Jeremy AllisonJanitor for tpot yet again... Merging in memory leak...
2002-12-04 Jim McDonoughprinter publishing when using APW or choosing 'list...
2002-11-26 Gerald Carter[print notify fixes from APP_HEAD]
2002-11-24 Andrew BartlettNo need to #include smb.h, when we already #include...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-10 Jeremy AllisonFirst cut of fix for changenotify on a print server...
2002-11-10 Jeremy AllisonFix for scalable printing noticed by tpot. Don't loop...
2002-11-07 Jeremy AllisonFix crash bug with overwriting memory.
2002-11-07 Jeremy AllisonKeeping branches in sync....
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-10-31 Jeremy AllisonFix slowdown because of enumerating all print queues...
2002-10-31 Jeremy AllisonCheck the long_archi name is not null.
2002-10-26 Jeremy AllisonFix problem where an fd would be left open for every...
2002-10-21 Gerald Cartermerge from samba_3_0
2002-10-16 Jeremy AllisonNever do a ZERO_STRUCT on a structure in a linked list...
2002-10-16 Jeremy AllisonSMB_ASSERT to check list terminates.
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-09-25 Andrew BartlettAt least try to get this function picked up by the...
2002-09-25 Gerald Cartermerge from APP_HEAD
2002-09-24 Jeremy AllisonHold lock on NEXTJOB record for a very short time....
2002-09-20 Gerald CarterCUPS merge from SAMBA_2_2
2002-09-18 Gerald Carterprintjob merge from APP_HEAD regarding device modes
2002-09-10 Gerald CarterAbortPrinter() fix merged from APP_HEAD.
2002-09-05 Jeremy AllisonRevert the "reverse" change to rpc_server/srv_spoolss_n...
2002-09-05 Jeremy AllisonRemove donotify as notifies are cheap now.
2002-09-05 Tim PotterRoussed on Jeremy for not putting in enough debugs...
2002-09-04 Jeremy AllisonAdded better error code on out of space. Removed total...
2002-09-04 Jeremy AllisonMerge ... (apparently working :-) new printing notify...
2002-09-04 Jeremy AllisonAdd bcast_msg_flags to connection struct. Allows sender...
next