Give an idea what service didn't have the directory.
[kai/samba.git] / source3 / printing /
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....
2002-01-08 Jeremy AllisonAnother attempt at getting changeid correct. Jerry...
2002-01-08 Jeremy AllisonCaught one problem where a BOOL fn was returning 3...
2002-01-08 Jeremy AllisonAdded get_called_name() function, which replaces global...
2002-01-07 Jeremy AllisonReturn called NetBIOS name if present in preference...
2002-01-07 Tim PotterSed error. The status value in the PRINTER_INFO_2...
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2001-12-29 Jeremy AllisonRemoved extra lp_adduser() call.
2001-12-21 Martin PoolFactor out a broadcast_printer_notify() routine.
2001-12-18 Tim PotterFixed uninitialised variable warning.
2001-12-14 Gerald CarterChangeID fixe from APPLIANCE_HEAD
2001-12-05 Jeremy AllisonUse print_queue_length() by preference if we don't...
2001-12-05 Jeremy AllisonImproved efficiency of enumerating print queue's under...
2001-12-03 Martin PoolWriting decimal constants as "02" has been shown to...
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-11-26 Tim PotterMerge from appliance-head: when creating a default...
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-22 Gerald Cartermerge oops fix from 2.2
2001-11-22 Gerald Cartermerge from 2.2
2001-11-17 Jeremy AllisonTidyups when I was doing the big merge...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-16 Jeremy AllisonOptimisation to send only to correct processid.
2001-10-16 Jean-François Mico... very simple asynchronous "lpq" thread patch
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-26 Jeremy AllisonAdded Elrond patch to make se_access_check use NT datas...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-15 Andrew BartlettLooks like it missed these. make_connection now no...
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-09-03 Andrew Tridgellmore NTSTATUS/WERROR conversion
2001-09-03 Andrew Tridgellthe next step in our error code handling change
2001-09-02 Andrew Tridgellupdated copyright for Michael Sweet
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
next