Deleted Added
full compact
README (3229) README (13572)
1
2This is an enhanced version of the CMU BOOTP server which was derived
3from the original BOOTP server created by Bill Croft at Stanford.
4This version merges all the enhancements and bug-fixes from the
5NetBSD, Columbia, and other versions.
6
7Please direct questions, comments, and bug reports to the list:
8 <bootp@andrew.cmu.edu>

--- 76 unchanged lines hidden (view full) ---

85
864910 Forbes Ave
87Pittsburgh, PA 15213
88
89[ Contents description by file: ]
90
91Announce* Text of release announcements
92Changes Change history, reverse chronological
1
2This is an enhanced version of the CMU BOOTP server which was derived
3from the original BOOTP server created by Bill Croft at Stanford.
4This version merges all the enhancements and bug-fixes from the
5NetBSD, Columbia, and other versions.
6
7Please direct questions, comments, and bug reports to the list:
8 <bootp@andrew.cmu.edu>

--- 76 unchanged lines hidden (view full) ---

85
864910 Forbes Ave
87Pittsburgh, PA 15213
88
89[ Contents description by file: ]
90
91Announce* Text of release announcements
92Changes Change history, reverse chronological
93ConvOldTab.sh Script to convert old (1.x) bootptab files
93Installation Instructions for building and installing
94Makefile* for "make"
95README This file
96ToDo Things not yet done
97bootp.h The protocol header file
98bootpd.8 Manual page for bootpd, boopgw
99bootpd.c BOOTP server main module
100bootpd.h header for above (and others)

--- 5 unchanged lines hidden (view full) ---

106bootptab.mcs Another sample from <gwr@mc.com>
107bootptest.8 Manual page for bootptest
108bootptest.c BOOTP test program (fake client)
109bootptest.h header for above
110dovend.c Vendor Option builder (for bootpd, bootpef)
111dovend.h header for above
112dumptab.c Implements debugging dump for bootpd
113getether.c For bootptest (not used yet)
94Installation Instructions for building and installing
95Makefile* for "make"
96README This file
97ToDo Things not yet done
98bootp.h The protocol header file
99bootpd.8 Manual page for bootpd, boopgw
100bootpd.c BOOTP server main module
101bootpd.h header for above (and others)

--- 5 unchanged lines hidden (view full) ---

107bootptab.mcs Another sample from <gwr@mc.com>
108bootptest.8 Manual page for bootptest
109bootptest.c BOOTP test program (fake client)
110bootptest.h header for above
111dovend.c Vendor Option builder (for bootpd, bootpef)
112dovend.h header for above
113dumptab.c Implements debugging dump for bootpd
114getether.c For bootptest (not used yet)
115getether.h header for above
114getif.c Get network interface info.
115getif.h header for above
116hash.c The hash table module
117hash.h header for above
118hwaddr.c Hardware address support
119hwaddr.h header for above
120lookup.c Internet Protocol address lookup
121lookup.h header for above

--- 12 unchanged lines hidden ---
116getif.c Get network interface info.
117getif.h header for above
118hash.c The hash table module
119hash.h header for above
120hwaddr.c Hardware address support
121hwaddr.h header for above
122lookup.c Internet Protocol address lookup
123lookup.h header for above

--- 12 unchanged lines hidden ---