Added strstr_m() function. Use in all places where we might run into mb
[samba.git] / source3 / printing / lpq_parse.c
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-04-29 Gerald Carterremoving printing = SOFTQ since no one knows what it is
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-01-02 Andrew BartlettBIG patch...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-07-08 Jeremy AllisonFix for LPRng from James Henstridge james@daa.com.au.
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-04-19 Jeremy AllisonAdded Martin's lpq parse fixes from 2.2.
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-02-26 Martin PoolFIXME: Use next_token rather than strtok!
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-03-27 Jeremy AllisonPatch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle...
2000-11-14 David O'NeillChanges from APPLIANCE_HEAD:
2000-10-25 Jeremy AllisonWe already have a perfectly good next_token() function...
2000-10-07 Jeremy AllisonIntegrated support for NT and OS/2 lpq parsing. Code...
2000-05-04 Andrew Tridgell - use full_name instead of real_name
2000-04-10 Andrew Tridgellsplit out the lpq parsing code into a separate file