| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the reporting of ip_portrange_{first|last}. | ru | 2000-10-12 | 5 | -10/+10 |
* | Add copyright notices. Other systems have been barrowing our /etc files | obrien | 2000-10-08 | 20 | -14/+521 |
* | This brings support for IP Filter into rc.network and rc.conf with | darrenr | 2000-10-06 | 5 | -0/+155 |
* | Use su -m instead of just su to avoid reading the users login profile | brian | 2000-09-28 | 5 | -5/+5 |
* | Print "Enable PC-card." before anything else is done with | alex | 2000-09-23 | 1 | -1/+2 |
* | Make default interface work. | ume | 2000-09-10 | 1 | -5/+4 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 5 | -0/+145 |
* | Avoid doing rtsol to psuedo interface. | ume | 2000-09-06 | 1 | -4/+8 |
* | Fix a whitespace bogon. | jhb | 2000-08-16 | 5 | -5/+5 |
* | Allow a ppp_user specification to run ppp at startup | brian | 2000-08-10 | 5 | -40/+45 |
* | Use shell matching instead of sed(1) to strip comments and blank lines. | chris | 2000-08-09 | 1 | -8/+10 |
* | Fix an unmatched opening quote. | ume | 2000-07-18 | 1 | -1/+1 |
* | Add to, don't overwrite, user-settable mountd_flags. | nbm | 2000-07-14 | 5 | -5/+5 |
* | - Remove use of programs in /usr like sed as possible. In this | ume | 2000-07-09 | 1 | -28/+57 |
* | Add ip_portrange_first and ip_portrange_last rc.conf/rc.network | dillon | 2000-06-22 | 5 | -0/+95 |
* | Add ipsec_enable and ipsec_file options to run IPSEC's setkey program | dillon | 2000-05-16 | 5 | -0/+55 |
* | Remove extraneous ";;" in previous commit | kris | 2000-05-15 | 5 | -5/+0 |
* | Create a DSA host key if one does not already exist, and teach sshd_config | kris | 2000-05-15 | 5 | -5/+30 |
* | Add firewall_logging knob to enable/disablle events logging, disabled | ache | 2000-05-06 | 5 | -0/+50 |
* | Add to defaults/rc.conf a new function source_rc_confs which rc | sheldonh | 2000-04-27 | 4 | -0/+4 |
* | Removed unnecessary comma in stf addr printf in hex format, | shin | 2000-04-06 | 1 | -1/+1 |
* | Avoid using sed and awk in configure script. | shin | 2000-03-28 | 1 | -4/+6 |
* | Add a configuration options which enable/disable IPv4 mapped IPv6 addr | shin | 2000-03-28 | 1 | -0/+11 |
* | Add a sysctl to specify the amount of UDP receive space NFS should | dillon | 2000-03-27 | 5 | -0/+25 |
* | IPv6 related configuration updates. | shin | 2000-03-12 | 1 | -3/+66 |
* | Prevent multicast packets from being sent over stf0 interface, | shin | 2000-03-11 | 1 | -1/+3 |
* | cosmetic fix - add a space. | jkh | 2000-02-29 | 5 | -5/+5 |
* | Get the order of things right; the keys need to be generated | markm | 2000-02-28 | 5 | -20/+0 |
* | Generate new sshd host key when necessary. I'm tired of | jkh | 2000-02-28 | 5 | -5/+35 |
* | Run sshd at boot time if the sysadmin wants it. Also install | markm | 2000-02-24 | 5 | -0/+35 |
* | -Remove IPv6 initialization failed interfaces from the list of | shin | 2000-02-24 | 1 | -3/+21 |
* | -Removed unnecessary use of awk. | shin | 2000-02-24 | 1 | -5/+5 |
* | Add IPv6 configuration scripts. | shin | 2000-02-23 | 1 | -0/+246 |
* | No arguments needed for fore_dnld any longer. | phk | 2000-02-15 | 5 | -5/+5 |
* | Approved by: jkh | hm | 2000-02-06 | 5 | -50/+50 |
* | Add and document support for handling comments and blank lines | chris | 2000-01-16 | 1 | -3/+6 |
* | This is another in Martin Blapp's N-series of mount-related cleanups :) | green | 2000-01-15 | 5 | -0/+35 |
* | Cleanup diskless support in current, mostly aligning it to the one | luigi | 2000-01-06 | 5 | -99/+104 |
* | xntpd -> ntpd. | roberto | 1999-12-17 | 5 | -5/+5 |
* | Suport multiple ``ifconfig_*?="DHCP"'' configurations. | obrien | 1999-12-12 | 5 | -55/+95 |
* | Now that pccardc beep actually works, add knob for it in rc.conf/rc.pccard | imp | 1999-12-02 | 1 | -0/+4 |
* | Oops, typo | brian | 1999-11-23 | 5 | -5/+5 |
* | Add pppoed startup options | brian | 1999-11-23 | 5 | -0/+50 |
* | Add network pass4 - after all local (/usr/local/etc/rc.d f.e.) | ache | 1999-11-17 | 5 | -50/+80 |
* | Add single_mountd_enable hook to run mountd but not NFS server | ache | 1999-11-14 | 5 | -0/+85 |
* | Make the firewall file variable space-safe. | green | 1999-09-19 | 5 | -10/+10 |
* | Add/adjust some $FreeBSD$ tags. | peter | 1999-09-13 | 5 | -9/+4 |
* | Apply a consistent style to most of the etc scripts. Particularly, use | sheldonh | 1999-09-13 | 17 | -2606/+3616 |
* | Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl | des | 1999-09-12 | 5 | -0/+50 |
* | -background is also a legitimate ppp mode. Don't change it to -auto. | peter | 1999-09-01 | 5 | -5/+10 |