summaryrefslogtreecommitdiff
path: root/source3/printing/lpq_parse.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+3
2012-06-26s3-printing: remove print_parse_jobid()David Disseldorp1-19/+0
2012-06-26s3-printing: rename queue->job sysjobDavid Disseldorp1-11/+11
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-1/+2
2010-03-25Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison1-0/+21
2008-06-10Fix some scary FC9 warningsVolker Lendecke1-39/+41
2008-01-23strtok -> strtok_rVolker Lendecke1-2/+4
2007-12-18Remove another static fstring.Jeremy Allison1-3/+8
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-55/+113
2007-12-03Fix the build. fstrterminate was used in one place.Jeremy Allison1-2/+2
2007-11-19Remove more pstring. Unify talloc_sub functions to makeJeremy Allison1-2/+6
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-14/+14
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r16243: Fix Klocwork bugs #581 and #706, ensure we checkJeremy Allison1-616/+667
2007-10-10r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison1-52/+67
2007-10-10r14003: Clarify code that lead to Coverity report #13.Jeremy Allison1-1/+1
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-3/+3
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison1-3/+3
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-4/+4
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-04-29removing printing = SOFTQ since no one knows what it isGerald Carter1-83/+0
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-32/+32
2003-03-05Fix for little-used lpq parser.Jeremy Allison1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-4/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-18/+22
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-8/+10
2002-04-22printing merge from HEADGerald Carter1-20/+12
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-36/+36
2002-02-26FIXME: Use next_token rather than strtok!Martin Pool1-0/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-15/+15
2001-03-27Patch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle LPRng v3.16 and above.Jeremy Allison1-11/+30
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill1-0/+51
2000-10-25We already have a perfectly good next_token() function we should be usingJeremy Allison1-6/+3
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison1-0/+163
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-10/+0
2000-04-10split out the lpq parsing code into a separate fileAndrew Tridgell1-0/+883