]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/print.c
- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
[thirdparty/dhcp.git] / common / print.c
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