Make sure uint32 unpacking is unsigned, and generates a Python long so
[samba.git] / source3 / printing /
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 !
2002-04-19 Jeremy AllisonAdded Martin's lpq parse fixes from 2.2.
2002-04-19 Jeremy AllisonWhen opening a tdb fails - don't expect to be able...
2002-04-15 Tim PotterMerge ... print server permission handling fixes from...
2002-04-13 Andrew Tridgellwhen background printing wasn't enabled printing was...
2002-04-11 Gerald Carterremoved unnecessary memset
2002-04-11 Gerald Carterspecversion merge from SAMBA_2_2
2002-03-22 Tim PotterStomped on some header file version numbers that have...
2002-03-20 Jeremy AllisonEnsure we don't do lp_servicename()'s in tdb traverse...
2002-03-20 Jeremy AllisonPrint queue entries *must* have queue names, not number...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-03-19 Jeremy AllisonMerge JohnR's fix.
2002-03-19 Jeremy AllisonMerge in JohnR's page count fixes.
2002-03-17 John TerpstraFix ability to compile with CUPS support.
2002-03-17 Tim PotterAdded dos_errstr() function. Not all errors in list...
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-03-14 Tim Pottergetpid() -> sys_getpid()
2002-03-14 Tim PotterBacked out enumprinters stuff - leave it for another...
2002-03-12 Tim PotterMerge of enumprinters vs getprinter naming patch from 2.2
2002-03-07 Jeremy AllisonFix for machines that have their time changed forward...
2002-02-27 Jeremy AllisonFix from JohnR - Fixed SetPrinterData(magic key) to...
2002-02-26 Martin PoolFIXME: Use next_token rather than strtok!
2002-02-26 Jeremy AllisonFixup the sending of printer change messages from job...
2002-02-25 Tim PotterMerge of printing performance fixes from appliance.
2002-02-19 Gerald Carter merge from 2.2
2002-02-09 Jeremy AllisonBring printing in HEAD inline with 2.2.x and app-head.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Gerald Cartermerge from APPLIANCE_HEAD
2002-01-26 Andrew BartlettThese changes commited on a 'no less broken' basis.
2002-01-25 Andrew BartlettChange this code so that we don't do a lookup_name...
2002-01-25 Jeremy AllisonFixed display of "remote downlevel document" in old...
2002-01-23 Gerald Cartermerge from 2.2
2002-01-22 Gerald Cartermerge from 2.2. of
2002-01-14 Jeremy AllisonRemoved MAXSTATUS which was set incorrectly - thus...
2002-01-11 Jeremy AllisonRound and round we go....
2002-01-11 Jeremy AllisonLatest attempt at changeid.
2002-01-09 Jeremy AllisonWhen re-writing tdb version numbers as little endian...
2002-01-09 Jeremy AllisonFixed all uses of tdb_fetch/store/_int to use explicit...
2002-01-08 Jeremy AllisonMy previous fix had a bug....
next