add_initial_entry should fail if string_to_sid fails.
[samba.git] / source3 / printing /
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...
2002-09-04 Gerald CarterDeletePrinterDriver[Ex]() fixes from APP_HEAD
2002-08-30 Gerald Carterfix up print portion of registry. Merge from APP_HEAD.
2002-08-30 Gerald Cartermerge of phant0m key fix from APP_HEAD
2002-08-27 Jeremy AllisonMove to reference counting rather than lock counting.
2002-08-27 Jeremy AllisonHandle locking correctly.
2002-08-27 Jeremy AllisonAllow us to "lock" printer tdb entries in memory to...
2002-08-18 Gerald Carter* Fix DeletePrinterDataEx() to work with arbitrary...
2002-08-18 Gerald Carterfix GetPrinterDataEx() to work with registry subkeys...
2002-08-18 Gerald Carterfix to allow EnumPrinterKey() to enumerate multiple...
2002-08-17 Gerald Carter* the printing code should now be back to the working...
2002-08-16 Gerald CarterFairly large change to printing code.
2002-08-08 Gerald Carterone line merge from APP_HEAD
2002-08-08 Gerald Carterdelete printer driver fix from APP_HEAD
2002-08-08 Gerald Carterprinting change notification merge from APPLIANCE_HEAD
2002-08-02 Tim PotterMerge of print notify fixes from APPLIANCE_HEAD.
2002-07-29 Gerald Cartercouple of minor formatting fixes to help me see better.
2002-07-22 Tim PotterMerge from APPLIANCE_HEAD.
2002-07-22 Jeremy AllisonEnsure we're root before opening a printer backend...
2002-07-20 Andrew BartlettAnd a little more 'const'.
2002-07-20 Gerald Carteranother intermediate checkin on the way to enumerating...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-07-17 Jeremy AllisonLanman print jobs are *16* bits, not 32. arggggh. Map...
2002-07-16 Jeremy AllisonPut printing tdbs in a subdirectory to prevent name...
2002-07-11 Gerald Carteradded copyright
2002-07-11 Gerald Carterlast check in for tonight.
2002-07-11 Gerald Carterall that is left to do is to actually perform the
2002-07-11 Gerald Carterintermediate work on DeletePrinterDriverEx(). This...
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-07-08 Jeremy AllisonFix for LPRng from James Henstridge james@daa.com.au.
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-28 Jeremy AllisonShut down printing tdb correctly - this will be more...
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...
2002-06-27 Gerald CarterIt's fairly obvious that no one has tried to upload...
2002-06-24 Gerald Carterreplacing free() with SAFE_FREE() where possible
2002-06-24 Gerald Carterbacking out changes for now
2002-06-24 Gerald Carterprinting merge from SAMBA_2_2. Ther server code looks...
2002-06-21 Jeremy AllisonFormat tidyup before I start working on scalability...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-05-10 Jim McDonoughOk, ok, I was too impatient...
2002-05-10 Jim McDonoughFix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_D...
2002-05-09 Jeremy AllisonMerged in printing fixes... There were many missing !
next