Changelog for
pump-0.8.11-1tr.i586.rpm :
Tue Jun 5 12:00:00 2001 Oystein Viggen
- New upstream version: 0.8.11
- Fix Group for -devel package
Mon Feb 26 11:00:00 2001 Oystein Viggen
- Add to TSL
Wed Aug 16 12:00:00 2000 Matt Wilson
- added a strerror(errno) to the \"unable to set default route\" syslog
Tue Aug 15 12:00:00 2000 Erik Troan
- reverted always put the dhcp option type as the first code in the vendor
field
Mon Aug 7 12:00:00 2000 Erik Troan
- added .net to list of top level domains
- don\'t crash on domains w/ no .\'s in them
- syslog if adding the default route fails
Sat Aug 5 12:00:00 2000 Erik Troan
- net.c should use \"pump.h\", not
Fri Aug 4 12:00:00 2000 Erik Troan
- use BINDTODEVICE
- support nis domain names
- always put the dhcp option type as the first code in the vendor field
Mon Jul 3 12:00:00 2000 Bill Nottingham
- add some sanity checks in dhcp.c
Mon Jun 26 12:00:00 2000 Matt Wilson
- defattr root for devel subpackage
Mon Jun 19 12:00:00 2000 Than Ngo
- FHS fixes
Tue Mar 28 12:00:00 2000 Erik Troan
- added pump-devel package
Thu Feb 24 11:00:00 2000 Erik Troan
- set hw type properly (saffordAATTwatson.ibm.com)
Wed Feb 23 11:00:00 2000 Erik Troan
- fixed # parsing (aaronAATTschrab.com)
Tue Feb 15 11:00:00 2000 Erik Troan
- added script argument (Guy Delamarter )
- fixed bug in hostname passing (H.J. Lu)
- fixed time displays to be in wall time, not up time (Chris Johnson)
Wed Feb 9 11:00:00 2000 Bill Nottingham
- fix bug in netconfig - hitting \'back\' causes bogus config files
to get written
Thu Feb 3 11:00:00 2000 Erik Troan
- added patch from duanevAATTio.com which improves debug messages and
uses /proc/uptime rather time time() -- this should be correct for
everything but systems that are suspended during their lease time, in
which case we\'ll be wrong
- added hostname to DISCOVER and RELEASE events; hopefully this gets us
working for all AATTHOME systems.
- patch from dunhamAATTcse.msu.edu fixed /etc/resolv.conf parsing
Wed Feb 2 11:00:00 2000 Cristian Gafton
- fix description
- man pages are compressed
Wed Nov 10 11:00:00 1999 Erik Troan
- at some point a separate dhcp.c was created
- include hostname in renewal request
- changed default lease time to 6 hours
- if no hostname is specified on the command line, use gethostname()
to request one (unless it\'s \"localhost\" or \"localhost.localdomain\")
- properly handle failed renewal attempts
- display (and request) syslog, lpr, ntp, font, and xdm servers
Tue Sep 14 12:00:00 1999 Michael K. Johnson
- pump processes cannot accumulate because of strange file
descriptors (bug only showed up under rp3)
Tue Sep 7 12:00:00 1999 Bill Nottingham
- add simple network configurator
Wed Jun 23 12:00:00 1999 Erik Troan
- patch from Sten Drescher for syslog debugging info
- patch from Sten Drescher to not look past end of dhcp packet for options
- patches form Alan Cox for cleanups, malloc failures, and proper udp checksums
- handle replies with more then 3 dns servers specified
- resend dhcp_discover with proper options field
- shrank dhcp_vendor_length to 312 for rfc compliance (thanks to Ben Reed)
- added support for a config file
- don\'t replace search pass in /etc/resolv.conf unless we have a better one
- bringing down a device didn\'t work properly
Sat May 29 12:00:00 1999 Erik Troan
- bootp interfaces weren\'t being brought down properly
- segv could result if no domain name was given
Sat May 8 12:00:00 1999 Erik Troan
- fixed some file descriptor leakage
Thu May 6 12:00:00 1999 Erik Troan
- set option list so we\'ll work with NT
- tried to add a -h option, but I have no way of testing it :-(
Wed Apr 28 12:00:00 1999 Erik Troan
- closing fd 1 is important
Mon Apr 19 12:00:00 1999 Bill Nottingham
- don\'t obsolete dhcpcd
Tue Apr 6 12:00:00 1999 Erik Troan
- retry code didn\'t handle failure terribly gracefully
Tue Mar 30 12:00:00 1999 Erik Troan
- added --lookup-hostname
- generate a DNS search path based on full domain set
- use raw socket for revieving reply; this lets us work properly on 2.2
kernels when we recieve unicast replies from the bootp server
Mon Mar 22 11:00:00 1999 Erik Troan
- it was always requesting a 20 second lease
Mon Mar 22 11:00:00 1999 Michael K. Johnson
- added minimal man page /usr/man/man8/pump.8