summaryrefslogtreecommitdiff
path: root/common/print.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make print.c compile with DEBUG (and, coincidentally, make it work better).Ted Lemon2000-10-121-12/+43
* Fix minor indentation nit.Ted Lemon2000-09-291-3/+3
* Added binary &|^ operators.Damien Neil2000-08-301-1/+13
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Generalize binary operator printing and add new binary operators.Ted Lemon2000-03-061-17/+31
* Print function definitions (sort of).Ted Lemon2000-02-151-3/+21
* Print function calls.Ted Lemon2000-02-051-2/+26
* Don't forget that pesky ampersand.Ted Lemon2000-02-031-2/+2
* Get rid of double spacing when printing DNS results.Ted Lemon2000-02-031-19/+21
* Use r_size, not strlen, to get length of r_data.Ted Lemon2000-02-031-5/+5
* Minor solaris fixes.Ted Lemon2000-02-021-3/+3
* Support the private resolver.Ted Lemon2000-02-021-3/+3
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-5/+13
* Use debugging malloc. Fix a few small botches in DNS expression printer.Ted Lemon2000-01-251-9/+8
* - Add support for DNS return codes.Ted Lemon2000-01-081-19/+257
* Support new struct hardware. Add printers for new DNS functions.Ted Lemon2000-01-051-23/+66
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-3/+3
* Add printer for not_equal expression.Ted Lemon1999-11-141-1/+16
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-28/+199
* Fix a stupid bug in const_data printer.Ted Lemon1999-10-011-2/+2
* Make indent_spaces start the new line. Print a suffix if one is provided.Ted Lemon1999-09-221-6/+10
* Implement printing out of expressions so that they can be output to the lease...Ted Lemon1999-09-221-1/+110
* Changes to make builds work on HP-UX with ANSI compiler.Ted Lemon1999-07-131-2/+2
* Add printer for encapsulate expression.Ted Lemon1999-04-051-1/+12
* Update license.Ted Lemon1999-03-161-33/+13
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-24/+24
* Pull up recent 2.0 changes.Ted Lemon1999-02-141-5/+5
* Add new printers for prettier printing of 'x' format. Add expression printer.Ted Lemon1998-11-051-1/+348
* Clean up unsigned char vs. signed char discrepencies.Ted Lemon1998-03-161-3/+3
* %02x, not %2.2xTed Lemon1997-11-291-2/+2
* size_t -> ssize_t in return values where < 0 == errorTed Lemon1997-06-081-2/+2
* Supply extra argument to pretty_print_optionsTed Lemon1997-06-021-2/+2
* remove lease -> stateTed Lemon1997-03-051-4/+3
* pretty_print_options now optionally seperates array elements with comma, and ...Ted Lemon1997-02-221-3/+2
* Put file version in copyright stringTed Lemon1996-08-271-1/+1
* Always terminate dump bufferTed Lemon1996-05-281-0/+2
* Add function to dump hash tablesTed Lemon1996-05-221-0/+22
* Fix copyright datesTed Lemon1996-05-161-2/+3
* Use note() to do raw dumps, not fprintfTed Lemon1996-05-131-6/+12
* Fix debugging statements; add raw data dumperTed Lemon1996-02-291-15/+33
* Fix bug in dump_packetTed Lemon1996-02-261-4/+4
* Add dump_packet functionTed Lemon1996-02-251-0/+37
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-6/+39
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-0/+2
* DHCP Server DaemonTed Lemon1995-11-291-0/+65