Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-01 | support # characters in bridgename.* files; millert | Theo de Raadt | |
1999-09-01 | cleanup parsing of hostname.* files, and seperate bridge control into | Theo de Raadt | |
bridgename.* files; all documented in new hostname.if(5) and bridgename.if(5) man pages | |||
1999-08-09 | Only parse/setup the hostname.foo file if interface foo exists (this | Angelos D. Keromytis | |
is useful for laptops with different ethernet cards etc.) | |||
1999-03-29 | New multicast route setup style | Niklas Hallqvist | |
1999-03-26 | Add bridge interface handling | Niklas Hallqvist | |
1999-03-01 | Add support in /etc/hostname.xxx for files of the format: | Todd C. Miller | |
up [options] Any of the following may or may not be set: $name $mask $bcaddr $extras | |||
1998-10-28 | Kill the awful hack used to match and split /etc/hostname.* We now use | Todd C. Miller | |
a function, isalphanumeric, to determine whether an interface name is likely to be valid. This means that things like /etc/hostname.le0.bak, /etc/hostname.le0#, /etc/hostname.le0~, etc. will be ignored as they should. There is no longer an implicate assumption that /etc/hostname.* only contains a single '.'. | |||
1998-10-06 | move ipnat to end of netstart, to support dhcp+ipnat | Theo de Raadt | |
1998-09-18 | apply media directives on dhcp interfaces | Theo de Raadt | |
1998-09-10 | better way of handling dhcp client; Jason Ish <jbi130@mail.usask.ca> | Marco S Hyman | |
1998-09-08 | dhcp client stuff. "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu> | Marco S Hyman | |
1998-08-24 | You can't use -interface default when there's no default gateway | Jason Downs | |
set (yet). Use -interface $hostname if mygate doesn't exist so that this actually works on routers. | |||
1998-07-04 | put 224 route on default, to avoid a hostname lookup | Theo de Raadt | |
1998-05-22 | use route -n, what the heck | Theo de Raadt | |
1998-03-28 | s/^nat/ipnat/ | Theo de Raadt | |
1998-02-23 | remove trailing blank line | Niklas Hallqvist | |
1998-02-07 | ipforward is in sysctl.conf now | Theo de Raadt | |
1997-12-21 | ugh | Theo de Raadt | |
1997-12-20 | ipforwarding option in rc.conf | Theo de Raadt | |
1997-11-29 | NAT requires IPF | kstailey | |
1997-11-04 | kill spaces at ends of lines; m4 | Theo de Raadt | |
1997-10-14 | set hostname/domainname before running rc.conf; m4@umn.edu | Theo de Raadt | |
1997-09-04 | fork netstart; new child is rc.conf | Theo de Raadt | |
1997-08-25 | Explicately pass -host flag to route(8) to avoid confusion with networks. | Todd C. Miller | |
1997-08-19 | Add hook for rpc.lockd, make nfsd flags settable in netstart | Niklas Hallqvist | |
1997-07-31 | Make quotas optional; wedged into netstart for the time being. | Jason Downs | |
/etc/rc.conf, anyone? | |||
1997-07-30 | do not run routed by default | Theo de Raadt | |
1997-07-28 | Move configuration of loopback interface to before all other interfaces. | kstailey | |
Allows the use of local caching-only nameserver with no "nameserver" entry in /etc/resolv.conf to configure a route between the hostname and loopback. | |||
1997-07-25 | earlier start of keymanagement | Niels Provos | |
1997-07-24 | make amd use /tmp_mnt by default | Theo de Raadt | |
1997-07-22 | start the photuris daemon per default. hilfe. | Niels Provos | |
1997-06-17 | Put in hooks to start ypserv with flags | Niklas Hallqvist | |
1997-06-17 | Put in hooks to start rpc.yppasswdd with flags | Niklas Hallqvist | |
1997-04-15 | kill route flush until .. hmm kernel routing socket bug or something | Theo de Raadt | |
1997-04-09 | add NAT startup | kstailey | |
1997-04-07 | flush all old routes before adding new interfaces or routes. | Jim Rees | |
ref: netbsd pr3228/misc, Matthias Scheler | |||
1997-03-03 | fix typo | Jason Downs | |
1997-02-11 | add default route before fiddling with loopback route to avoid DNS problems; ↵ | Theo de Raadt | |
m4@umn.edu, #97 | |||
1997-02-03 | do ifaliases after /usr/bin exists in nfs diskless env; pr#77, matthieu@laas.fr | Theo de Raadt | |
1996-11-02 | timed off by default | Theo de Raadt | |
1996-09-23 | rfc1323 variable | Theo de Raadt | |
1996-09-04 | control portmap, inetd, and lpd from netstart; idea from tqbf@enteract.com | Theo de Raadt | |
1996-08-27 | 224.0.0.0 not 0.0.0.224; from peter@demon.net | Theo de Raadt | |
1996-06-18 | move std stuff from rc.local to rc | Theo de Raadt | |
1996-06-16 | install sample commented /etc/ifaliases file; which can now contain # | Theo de Raadt | |
comments and blank lines. new format is "interface address netmask" (yes, i changed the order of the entries). inspired by netbsd pr#2474; gillhaa@ghost.whirlpool.com | |||
1996-06-02 | Install a multicast route by default | Thorsten Lockert | |
1996-05-26 | sync & label | Theo de Raadt | |
1996-01-09 | added IP filter to netstat/rc and put examples in /usr/share/ipf | dm | |
1995-12-30 | from netbsd: start mrouted like routed | Theo de Raadt | |
1995-12-18 | /etc/ifaliases support by randy@zyzzyva.com | Theo de Raadt | |