Age | Commit message (Expand) | Author | Files | Lines |
2004-01-14 | bug 770; correct fix this time; Make sure that we send the SMBjobid for unix... | Gerald Carter | 1 | -9/+17 |
2004-01-14 | bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt... | Gerald Carter | 1 | -16/+18 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 5 | -0/+5 |
2004-01-05 | (merge from 3.0) | Andrew Bartlett | 1 | -2/+2 |
2003-12-30 | Move to short lived TALLOC_CTX* for allocating printer | Gerald Carter | 1 | -4/+22 |
2003-12-01 | don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ... | Gerald Carter | 1 | -3/+5 |
2003-11-25 | allow users to delete jobs with cups printing backend | Gerald Carter | 2 | -1/+7 |
2003-11-24 | patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi... | Gerald Carter | 1 | -2/+7 |
2003-11-13 | * Fix from SATOH Fumiyasu for bug 660 (failing to view print | Gerald Carter | 1 | -2/+2 |
2003-11-05 | Merge of 64-bit printf warning fixes. | Tim Potter | 2 | -9/+9 |
2003-10-30 | More GUID->struct uuid changes. | Jim McDonough | 1 | -7/+10 |
2003-10-29 | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 1 | -5/+14 |
2003-10-20 | make sure we have a devmode before copying a string to the devicename; patch ... | Gerald Carter | 1 | -3/+4 |
2003-10-14 | updating version in copyright | Gerald Carter | 1 | -1/+1 |
2003-09-19 | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 1 | -3/+3 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -5/+39 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -0/+1 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 2 | -13/+34 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 2 | -6/+6 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 7 | -121/+132 |
2003-05-27 | Squash another compiler warning. | Tim Potter | 1 | -2/+2 |
2003-04-29 | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 1 | -83/+0 |
2003-04-23 | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 1 | -1/+8 |
2003-04-16 | Fix mem leak. Spotted by tpot (thanks Tim). | Jeremy Allison | 1 | -0/+1 |
2003-04-10 | Ensure we're not filtering our essential delete messages. | Jeremy Allison | 1 | -11/+21 |
2003-04-09 | Ensure print queue array is zeroed out before returning. | Jeremy Allison | 1 | -0/+1 |
2003-04-04 | Fix the new storage code to correctly convert from system queue info to | Jeremy Allison | 1 | -3/+15 |
2003-04-02 | Subtle changes to message handling after ENUMJOBS. | Jeremy Allison | 2 | -11/+88 |
2003-03-31 | Fix a botched merge from appliance-head... | Andrew Bartlett | 1 | -1/+1 |
2003-03-26 | Fix extra NULL arg added during app-head merge. | Jeremy Allison | 1 | -3/+3 |
2003-03-21 | Merge of new appliance-head scalable printing fixes. | Jeremy Allison | 1 | -142/+287 |
2003-03-20 | lib/messages.c: Check return from chainlock before modifying message queue. | Jeremy Allison | 1 | -0/+5 |
2003-03-06 | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 1 | -1/+1 |
2003-03-05 | Writable string const fixes. | Jeremy Allison | 2 | -7/+13 |
2003-03-04 | Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intent | Andrew Bartlett | 1 | -2/+2 |
2003-03-01 | Ensure added jobs increment total_jobs. | Jeremy Allison | 1 | -0/+6 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -152/+214 |
2003-02-19 | Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the | Jeremy Allison | 1 | -9/+14 |
2003-02-17 | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 1 | -1/+1 |
2003-02-15 | * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736 | Gerald Carter | 2 | -4/+35 |
2003-02-14 | off by one bug in string length; CR 1159 | Gerald Carter | 1 | -1/+1 |
2003-02-12 | Prevent NULL-pointer induced segfaults. | Andrew Bartlett | 1 | -4/+4 |
2003-02-10 | Failure to find a CUPS printer, when auto-adding printers is not a level 0 er... | Andrew Bartlett | 1 | -3/+3 |
2003-02-08 | Ensure we return NOSPACE if we can't fast allocate a print job. | Jeremy Allison | 1 | -2/+7 |
2003-02-05 | Collapse duplicate messages before sending. | Jeremy Allison | 1 | -80/+132 |
2003-02-05 | CUPS patch to log client name | Gerald Carter | 1 | -0/+4 |
2003-02-04 | Hold the lock for a much shorter time when allocating a new jobid. | Jeremy Allison | 1 | -54/+67 |
2003-02-04 | Up the hash table size for printing tdb.c | Jeremy Allison | 1 | -1/+1 |
2003-02-04 | Ensure we only ever set fsp->conn in one place. | Jeremy Allison | 1 | -1/+0 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 1 | -4/+4 |