summaryrefslogtreecommitdiffstats
path: root/source3/printing/lpq_parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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