]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/print.c
- Silence benign static analysis warnings.
[thirdparty/dhcp.git] / common / print.c
2013-05-15  Mark Andrews- Silence benign static analysis warnings.
2012-10-16  Shawn Routhier[master]
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-03-09  Tomek MrugalskiFixed many compilation problems ("set, but not used...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2011-07-08  Shawn RouthierDNS Update fix. A misconfigured server could crash...
2011-06-01  Shawn RouthierEnlarge the buffer size used by the Omshell code and...
2011-05-11  Tomek Mrugalski- Code cleanup: remove obsolete PROTO, KandR, INLINE...
2010-09-14  Mark Andrewscast time_t to unsigned long and use %lu instead of %u
2010-09-13  Shawn RouthierFixes to lease input and output.
2010-05-26  Shawn RouthierAdd some debugging output for use with the DDNS code...
2010-03-24  David Hankins- "The LDAP Patch" that has been circulating for some...
2010-02-11  Shawn RouthierPrimarly fix the trace code. This was broken during...
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-07-06  David Hankins- Added a configuration function, 'gethostname()',...
2009-04-30  Mark AndrewsRemove infinite loop in token_print_indent_concat().
2009-01-22  Shawn RouthierUpdate for 19054 - modifications to keep GCC 4.3 happy
2007-10-01  Michael GraffCast arguments for isspace(), isascii(), and other...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-06-07  David Hankins- Two new operators, ~= and ~~, have been integrated...
2007-05-29  Evan HuntMerge in changes that were needed in 3.1.0 to silence...
2007-05-19  David HankinsCopyright++
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2007-01-28  Evan HuntChange "execute" from numeric expression to executable...
2006-07-31  David Hankins- A new common configuration executable statement,...
2006-06-06  David Hankins- A new common (server or client) option, 'db-time...
2006-05-11  David Hankins- lcase() and ucase() configuration expressions have...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2002-04-30  MurraySync with V3-RELEASE-BRANCH. Fixes remote root exploit.
2001-08-10  Ted Lemonsync with branch
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-04  Ted LemonMake print_hw_addr bulletproof.
2001-04-09  Ted LemonMake things compile if DEBUG is defined.
2001-03-20  Ted LemonAdd a missing else whose absence was causing memory...
2001-03-15  Ted LemonAdd quotify functions.
2001-02-12  Ted LemonDon't save lease timestamp in database.
2001-01-16  Ted Lemon- Print null hardware address as blank, instead of...
2001-01-06  Ted LemonAdd support for printing NXDOMAIN and YXDOMAIN prerequi...
2000-11-28  Ted LemonAdd printer for client-state.
2000-10-12  Ted LemonMake print.c compile with DEBUG (and, coincidentally...
2000-09-29  Ted LemonFix minor indentation nit.
2000-08-30  Damien NeilAdded binary &|^ operators.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonGeneralize binary operator printing and add new binary...
2000-02-15  Ted LemonPrint function definitions (sort of).
2000-02-05  Ted LemonPrint function calls.
2000-02-03  Ted LemonDon't forget that pesky ampersand.
2000-02-03  Ted LemonGet rid of double spacing when printing DNS results.
2000-02-03  Ted LemonUse r_size, not strlen, to get length of r_data.
2000-02-02  Ted LemonMinor solaris fixes.
2000-02-02  Ted LemonSupport the private resolver.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonUse debugging malloc. Fix a few small botches in...
2000-01-08  Ted Lemon- Add support for DNS return codes.
2000-01-05  Ted LemonSupport new struct hardware. Add printers for new...
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted LemonAdd printer for not_equal expression.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-01  Ted LemonFix a stupid bug in const_data printer.
1999-09-22  Ted LemonMake indent_spaces start the new line. Print a suffix...
1999-09-22  Ted LemonImplement printing out of expressions so that they...
1999-07-13  Ted LemonChanges to make builds work on HP-UX with ANSI compiler.
1999-04-05  Ted LemonAdd printer for encapsulate expression.
1999-03-16  Ted LemonUpdate license.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonPull up recent 2.0 changes.
1998-11-05  Ted LemonAdd new printers for prettier printing of 'x' format...
1998-03-16  Ted LemonClean up unsigned char vs. signed char discrepencies.
1997-11-29  Ted Lemon%02x, not %2.2x
1997-06-08  Ted Lemonsize_t -> ssize_t in return values where < 0 == error
1997-06-02  Ted LemonSupply extra argument to pretty_print_options
1997-03-05  Ted Lemonremove lease -> state
1997-02-22  Ted Lemonpretty_print_options now optionally seperates array...
1996-08-27  Ted LemonPut file version in copyright string
1996-05-28  Ted LemonAlways terminate dump buffer
1996-05-22  Ted LemonAdd function to dump hash tables
1996-05-16  Ted LemonFix copyright dates
1996-05-13  Ted LemonUse note() to do raw dumps, not fprintf
1996-02-29  Ted LemonFix debugging statements; add raw data dumper
1996-02-26  Ted LemonFix bug in dump_packet
1996-02-25  Ted LemonAdd dump_packet function
1996-02-21  Ted LemonIntermediate changes to support actual DHCP protocol...
1996-02-06  Ted LemonMore portable internet addresses; fix endian bug; fix...
1995-11-29  Ted LemonDHCP Server Daemon