summaryrefslogtreecommitdiffstats
path: root/source3/printing/lpq_parse.c
Commit message (Expand)AuthorAgeFilesLines
* removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-291-83/+0
* Writable string const fixes.Jeremy Allison2003-03-051-1/+1
* BIG patch...Andrew Bartlett2003-01-021-4/+4
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-18/+22
* Fix for LPRng from James Henstridge james@daa.com.au.Jeremy Allison2002-07-081-0/+2
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-8/+8
* Added Martin's lpq parse fixes from 2.2.Jeremy Allison2002-04-191-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