aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nghook/main.c
Commit message (Expand)AuthorAgeFilesLines
* Allow nghook to execute a program with the data socket connected toHartmut Brandt2003-10-241-10/+70
* add FBSDID, compare getopt() against -1, use fprintf() + exit() in usage()Philippe Charnier2003-08-171-5/+6
* Make this WARNS=6 clean by just constifying two local char pointers.Hartmut Brandt2003-08-131-1/+2
* Implement two command line options that allow one to change theHartmut Brandt2003-08-131-8/+17
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-2/+2
* Add '-n' flag: don't attempt to read any data from standard input.Archie Cobbs2000-07-271-3/+12
* Add the '-l' flag to nghook which loops the received data back.Poul-Henning Kamp2000-07-181-3/+12
* Remove extra spaces in hex dump output.Archie Cobbs1999-11-301-1/+1
* Put include <netgraph.h> back in - problem was due to a cvsup mess onMatthew Dillon1999-10-241-1/+1
* Cleanup missing includes, stale includes, and a few printf formatMatthew Dillon1999-10-231-1/+1
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+220