Age | Commit message (Expand) | Author | Files | Lines |
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-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 5 | -0/+5 |
2003-11-03 | Fix more 64-bit printf warnings. | Tim Potter | 2 | -9/+9 |
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-11 | fix unitiailized timestamp where merging print_jobs and lpq listing | Gerald Carter | 1 | -0/+1 |
2003-09-10 | Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting | Jeremy Allison | 1 | -5/+39 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 2 | -5/+5 |
2003-08-25 | make sure the printer data value exists before saying you deleted it | Gerald Carter | 1 | -0/+5 |
2003-08-23 | it never amazes me when some new things crawls out of the windows | Gerald Carter | 1 | -1/+6 |
2003-08-16 | stupid...stupid...stupid....fix bug 294 by looking at the right arch string | Gerald Carter | 1 | -1/+1 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -2/+2 |
2003-08-14 | fix bug 294; win9x driver lookups should always use version 0 | Gerald Carter | 1 | -5/+16 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -4/+4 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -2/+2 |
2003-07-24 | Some fclose -> x_fclose found by Tony Jago. | Jeremy Allison | 1 | -2/+2 |
2003-07-14 | fix cache coherency bug in print handle print_info_2 cache. | Gerald Carter | 1 | -17/+19 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 2 | -4/+4 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -1/+1 |
2003-07-01 | fix typos in log messages and comments. | Gerald Carter | 1 | -1/+1 |
2003-06-27 | Some const correctness. Stop tdb being used as a remote backend. If an | Jeremy Allison | 1 | -1/+1 |
2003-06-25 | ifdef out some functions that are not used when HAVE_ADS is not defined | Gerald Carter | 1 | -1/+1 |
2003-06-25 | large change: | Gerald Carter | 1 | -5/+10 |
2003-05-27 | Squash another compiler warning. | Tim Potter | 1 | -2/+2 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 2 | -6/+6 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 2 | -6/+6 |
2003-05-09 | Elsewhere, we use a #define for this environment variable name, so do the | Andrew Bartlett | 1 | -2/+2 |
2003-04-29 | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 1 | -83/+0 |
2003-04-25 | Get credentials before publishing printers. | Jim McDonough | 1 | -0/+8 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 3 | -89/+85 |
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-14 | Array size fixup for construct_nt_devicemode() from HEAD. | Tim Potter | 1 | -1/+1 |
2003-04-10 | Grr. Get rid of one of the extra NULL's that crept in from app-head. | Jeremy Allison | 1 | -1/+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-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-14 | Fix off by one bug noticed by Andrew Bartlett. | Jeremy Allison | 1 | -2/+2 |
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 | 1 | -6/+12 |
2003-03-05 | Fix for little-used lpq parser. | Jeremy Allison | 1 | -1/+1 |