Merge commit 'release-4-0-0alpha15' into master4-tmp
[amitay/samba.git] / source3 / printing / lpq_parse.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2010-03-26 Jeremy AllisonFix bug #7288 - SMB job IDs in CUPS job names wrong.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-10 Volker LendeckeFix some scary FC9 warnings
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2007-12-19 Jeremy AllisonRemove another static fstring.
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-03 Jeremy AllisonFix the build. fstrterminate was used in one place.
2007-11-20 Jeremy AllisonRemove more pstring. Unify talloc_sub functions to...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr16243: Fix Klocwork bugs #581 and #706, ensure we...
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Jeremy Allisonr14003: Clarify code that lead to Coverity report #13.
2007-10-10 Gerald Carterr3067: patch based on volker's initial work in trunk...
2004-03-09 Jeremy AllisonAdded strstr_m() function. Use in all places where...
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-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Gerald Carterremoving printing = SOFTQ since no one knows what it is
2003-04-29 Gerald Carterremoving printing = SOFTQ since no one knows what it is
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-05 Jeremy AllisonFix for little-used lpq parser.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-22 Gerald Carterprinting merge from HEAD
2002-04-19 Jeremy AllisonAdded Martin's lpq parse fixes from 2.2.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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