| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc.lockd needs rpc.statd to be running for it to start up properly. | alfred | 2001-12-13 | 1 | -4/+15 |
* | s/sysctl -w/sysctl/ | ru | 2001-12-11 | 1 | -19/+19 |
* | o Update rc.network to reflect the recent change of default in the | rwatson | 2001-12-07 | 1 | -3/+3 |
* | Protect the '*' in pppoed_provider (the default) from metacharacter | cjc | 2001-12-06 | 1 | -0/+2 |
* | Spelling police: sucessful -> successful. | dd | 2001-11-24 | 1 | -1/+1 |
* | Resolve all the ipfilter startup issues in rc.network with one big patch | darrenr | 2001-11-24 | 1 | -59/+71 |
* | Avoid unnecessary calls to expr(1) by using standard shell arithmetic | sheldonh | 2001-11-14 | 1 | -1/+1 |
* | Update the nsswitch.conf -> host.conf generator to handle criteria, | fenner | 2001-11-07 | 1 | -10/+16 |
* | Modify the way host.conf and nsswitch.conf are treated at boot time: | des | 2001-11-01 | 1 | -7/+34 |
* | Do an ipf -y after bringing up ppp to ensure rules which mention ppp get | darrenr | 2001-10-20 | 1 | -0/+14 |
* | Allow ipnat_enable to be set to "yes" without requiring ipfiltre_enable to | darrenr | 2001-10-20 | 1 | -11/+16 |
* | Put in place for using ipfs use on shutdown and startup. | darrenr | 2001-10-20 | 1 | -0/+9 |
* | Handle the lack of nfs server or client support in the kernel by | dougb | 2001-10-19 | 1 | -1/+12 |
* | Remove references to nfsiod and nfs_client_flags now that they are | jhb | 2001-10-10 | 1 | -1/+0 |
* | Add a new rc.conf variable, cloned_interfaces, to create cloned | brooks | 2001-09-19 | 1 | -1/+10 |
* | The vfs.nfs.bufpackets sysctl is in the client, not the server. Move it | peter | 2001-09-19 | 1 | -9/+8 |
* | Merge in patch to automagically decide whether or not a kldload of ipfilter | darrenr | 2001-07-30 | 1 | -0/+13 |
* | Upgraded launchpad for kerberos. Noe kerberos IV OR kerberos 5 | markm | 2001-07-28 | 1 | -9/+26 |
* | Create gif devices in the "gifconfig" stage while configuring them. | brooks | 2001-07-02 | 1 | -1/+1 |
* | Fix misindented esac. | schweikh | 2001-06-16 | 1 | -1/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -1/+1 |
* | Add a missing \n | brian | 2001-06-10 | 1 | -1/+1 |
* | Move gif_interfaces from an IP6 option to a regular IP option. | brian | 2001-06-03 | 1 | -0/+23 |
* | Restore the RSA host key to /etc/ssh/ssh_host_key. | obrien | 2001-05-18 | 1 | -8/+3 |
* | Link /etc/ssh/ssh_host_key to /etc/ssh/ssh_host_rsa_key to deal with | jesper | 2001-05-16 | 1 | -2/+7 |
* | s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now | peter | 2001-05-09 | 1 | -2/+2 |
* | Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few | des | 2001-03-19 | 1 | -7/+0 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 1 | -112/+118 |
* | * Add an eval so that ipnat_flags=">/dev/null" works, per the PR | dougb | 2000-12-17 | 1 | -3/+5 |
* | Apply a more consistent style to the echo statements in /etc/ scripts. | dougb | 2000-12-17 | 1 | -10/+10 |
* | Fixed the reporting of ip_portrange_{first|last}. | ru | 2000-10-12 | 1 | -2/+2 |
* | Add copyright notices. Other systems have been barrowing our /etc files | obrien | 2000-10-08 | 1 | -0/+25 |
* | This brings support for IP Filter into rc.network and rc.conf with | darrenr | 2000-10-06 | 1 | -0/+31 |
* | Use su -m instead of just su to avoid reading the users login profile | brian | 2000-09-28 | 1 | -1/+1 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 1 | -0/+29 |
* | Fix a whitespace bogon. | jhb | 2000-08-16 | 1 | -1/+1 |
* | Allow a ppp_user specification to run ppp at startup | brian | 2000-08-10 | 1 | -8/+9 |
* | Add to, don't overwrite, user-settable mountd_flags. | nbm | 2000-07-14 | 1 | -1/+1 |
* | Add ip_portrange_first and ip_portrange_last rc.conf/rc.network | dillon | 2000-06-22 | 1 | -0/+19 |
* | Add ipsec_enable and ipsec_file options to run IPSEC's setkey program | dillon | 2000-05-16 | 1 | -0/+11 |
* | Remove extraneous ";;" in previous commit | kris | 2000-05-15 | 1 | -1/+0 |
* | Create a DSA host key if one does not already exist, and teach sshd_config | kris | 2000-05-15 | 1 | -1/+6 |
* | Add firewall_logging knob to enable/disablle events logging, disabled | ache | 2000-05-06 | 1 | -0/+10 |
* | Add a sysctl to specify the amount of UDP receive space NFS should | dillon | 2000-03-27 | 1 | -0/+5 |
* | cosmetic fix - add a space. | jkh | 2000-02-29 | 1 | -1/+1 |
* | Get the order of things right; the keys need to be generated | markm | 2000-02-28 | 1 | -4/+0 |
* | Generate new sshd host key when necessary. I'm tired of | jkh | 2000-02-28 | 1 | -1/+7 |
* | Run sshd at boot time if the sysadmin wants it. Also install | markm | 2000-02-24 | 1 | -0/+7 |
* | Approved by: jkh | hm | 2000-02-06 | 1 | -10/+10 |
* | This is another in Martin Blapp's N-series of mount-related cleanups :) | green | 2000-01-15 | 1 | -0/+7 |