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