summaryrefslogtreecommitdiff
path: root/source3/printing/lpq_parse.c
AgeCommit message (Expand)AuthorFilesLines
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