Age | Commit message (Expand) | Author | Files | Lines |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+1 |
2002-06-28 | Shut down printing tdb correctly - this will be more important when I go | Jeremy Allison | 1 | -3/+17 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -158/+205 |
2002-06-24 | printing merge from SAMBA_2_2. Ther server code looks to be in sync now. | Gerald Carter | 1 | -10/+10 |
2002-06-21 | Format tidyup before I start working on scalability fixes (one file per | Jeremy Allison | 1 | -74/+134 |
2002-05-10 | Ok, ok, I was too impatient... | Jim McDonough | 1 | -2/+2 |
2002-05-10 | Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE. | Jim McDonough | 1 | -2/+2 |
2002-04-19 | When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!). | Jeremy Allison | 1 | -2/+2 |
2002-04-13 | when background printing wasn't enabled printing was completely broken | Andrew Tridgell | 1 | -1/+4 |
2002-03-20 | Ensure we don't do lp_servicename()'s in tdb traverse as this | Jeremy Allison | 1 | -5/+7 |
2002-03-20 | Print queue entries *must* have queue names, not numbers - numbers are | Jeremy Allison | 1 | -7/+30 |
2002-03-19 | Merge in JohnR's page count fixes. | Jeremy Allison | 1 | -4/+31 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -6/+6 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -1/+1 |
2002-03-07 | Fix for machines that have their time changed forward, then back. Ensure | Jeremy Allison | 1 | -6/+18 |
2002-02-26 | Fixup the sending of printer change messages from job changes. | Jeremy Allison | 1 | -17/+21 |
2002-02-25 | Merge of printing performance fixes from appliance. | Tim Potter | 1 | -6/+6 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 1 | -5/+3 |
2002-01-09 | Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian | Jeremy Allison | 1 | -12/+13 |
2002-01-03 | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 1 | -1/+1 |
2001-12-21 | Factor out a broadcast_printer_notify() routine. | Martin Pool | 1 | -7/+17 |
2001-12-18 | Fixed uninitialised variable warning. | Tim Potter | 1 | -1/+1 |
2001-12-05 | Use print_queue_length() by preference if we don't need a queue | Jeremy Allison | 1 | -0/+1 |
2001-12-05 | Improved efficiency of enumerating print queue's under a particular | Jeremy Allison | 1 | -9/+18 |
2001-10-16 | Optimisation to send only to correct processid. | Jeremy Allison | 1 | -6/+16 |
2001-10-16 | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 1 | -2/+50 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -4/+4 |
2001-09-03 | more NTSTATUS/WERROR conversion | Andrew Tridgell | 1 | -11/+11 |
2001-08-23 | Fixed detection of CUPS. We need to check for the presence of the cups | Tim Potter | 1 | -2/+2 |
2001-08-10 | Merge in the NT drivers changes from 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-08-10 | Replaced the duplicate DOS constants with appropriate ones from doserr.h to | Tim Potter | 1 | -9/+9 |
2001-07-16 | Fix for incorrect creation of print job names, based on a patch by | Jeremy Allison | 1 | -2/+2 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -13/+4 |
2001-06-28 | Properly instrument print_job_start()/print_job_end() so every fail case | Jeremy Allison | 1 | -4/+20 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-04-18 | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 1 | -16/+7 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -10/+10 |
2001-03-26 | Fix from Dave Collier Brown to log a debug at level zero on common misconfigure. | Jeremy Allison | 1 | -1/+13 |
2001-03-16 | Added Michael Sweet's CUPS patch to call directly into the CUPS backend. | Jeremy Allison | 1 | -157/+29 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -50/+50 |
2001-02-22 | lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on... | Jeremy Allison | 1 | -17/+115 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 1 | -52/+39 |
2001-02-15 | DEBUG merge from 2.2 about tdb init failure. | Herb Lewis | 1 | -2/+20 |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -3/+10 |
2001-01-24 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -8/+17 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -10/+42 |