Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate uucpd to ports as well. | kris | 2001-10-01 | 1 | -4/+0 |
| | | | | Noticed by: ru | ||||
* | Do not build (and install) both secure/ and standard versions | ru | 2001-03-26 | 1 | -1/+3 |
| | | | | | | | of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. Reviewed by: markm | ||||
* | Add a system to save entropy from /dev/random periodically so that | dougb | 2001-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course. | ||||
* | Wrap uucpd behind the NOUUCP knob. | dan | 2000-03-24 | 1 | -1/+4 |
| | | | | Noticed by: Doug Barton | ||||
* | Reactivate named-xfer | peter | 1999-11-30 | 1 | -1/+1 |
| | |||||
* | Move named and associated tools into a seperate makefile section and | peter | 1999-11-30 | 1 | -4/+29 |
| | | | | disable them pending an import and cleanup of bind 8.2.2.p5. | ||||
* | Enable pppoed | brian | 1999-11-21 | 1 | -1/+1 |
| | |||||
* | Allow for a telnet in secure/ (SRA telnet). | markm | 1999-10-07 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Enable named-xfer and rbootd for alpha. | dima | 1998-11-10 | 1 | -14/+5 |
| | |||||
* | Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -7/+3 |
| | | | | Remove a couple of unsupported machines. | ||||
* | Enable rtld-elf for build on alpha too. We now have support for shared | jb | 1998-09-04 | 1 | -2/+3 |
| | | | | libraries on alpha! | ||||
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -5/+5 |
| | |||||
* | Build mail.local and smrsh (when building sendmail) | peter | 1998-08-04 | 1 | -2/+6 |
| | |||||
* | Fix stupid typo, I had only tested this in elf mode. | peter | 1998-06-12 | 1 | -2/+2 |
| | |||||
* | Only build rtld-aout if we're in an a.out build environment. | peter | 1998-06-12 | 1 | -2/+5 |
| | |||||
* | named-xfer can't be linked static due to the duplicated symbols in | jb | 1998-06-06 | 1 | -4/+4 |
| | | | | | | | | libc and libbind. rpc.rstatd required libkvm. Only try to build these on i386 for the time being. | ||||
* | SUBDIR += rtld-aout | peter | 1998-06-01 | 1 | -2/+5 |
| | |||||
* | Enable rtld-elf when building an ELF system on the i386. | jdp | 1998-03-07 | 1 | -1/+5 |
| | |||||
* | Disable lfs_cleanerd | phk | 1998-01-30 | 1 | -2/+2 |
| | |||||
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 1 | -7/+2 |
| | |||||
* | .if exists(../eBones) tests the obj dir, not the source dir's existance. | peter | 1997-07-05 | 1 | -2/+2 |
| | | | | The existance of a stale obj dir does not imply the source too. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Build ebones/telnetd only if MAKE_EBONES defined | ache | 1997-01-08 | 1 | -2/+2 |
| | |||||
* | Compile telnetd from eBones instead of secure. | markm | 1996-11-03 | 1 | -3/+3 |
| | | | | 2.2 candidate. | ||||
* | add forgotten $Id$ | wosch | 1996-09-22 | 1 | -0/+1 |
| | |||||
* | Add named-xfer | peter | 1996-08-29 | 1 | -1/+2 |
| | |||||
* | Turn on mknetid. | wpaul | 1996-06-25 | 1 | -3/+3 |
| | |||||
* | Turn on ypxfr. | wpaul | 1996-02-13 | 1 | -1/+2 |
| | |||||
* | Include both, the regular and the `secure' telnetd, when building | joerg | 1996-02-13 | 1 | -0/+4 |
| | | | | a release. | ||||
* | Disconnect bootpgw | pst | 1996-01-23 | 1 | -1/+1 |
| | |||||
* | added rpc.rquotad and rpc.sprayd | graichen | 1996-01-05 | 1 | -2/+2 |
| | |||||
* | Add revnetgroup. | wpaul | 1995-10-26 | 1 | -1/+1 |
| | |||||
* | Build secure telnetd if available and allowed | ache | 1995-09-29 | 1 | -0/+2 |
| | |||||
* | Only build telnetd if secure telnetd is not going to be built. | markm | 1995-08-06 | 1 | -1/+5 |
| | | | | Reviewed by: rgrimes | ||||
* | Add xtend. | jkh | 1994-10-22 | 1 | -1/+1 |
| | |||||
* | Move bootp & related stuff | pst | 1994-09-30 | 1 | -1/+1 |
| | |||||
* | Forget it. pcnfsd is too ugly for words because of the hand edited | pst | 1994-09-28 | 1 | -1/+1 |
| | | | | | | | | | rpc files and other cruft. It's not important enough to have it in the source distribution and I don't feel comfortable with this, as it's below the standards of CSRG. Disable & remove pcnfsd. Either I'll rewrite this so it can all be generated with rpcgen or stuff it in ports and let it rot there. | ||||
* | Port rpc.pcnfsd to FreeBSD and enable | pst | 1994-09-28 | 1 | -1/+1 |
| | |||||
* | Removed bugfiler. | paul | 1994-09-09 | 1 | -1/+1 |
| | | | | Submitted by: Paul Richards | ||||
* | add: rpc.rstatd rpc.rusersd rpc.rwalld | csgr | 1994-08-28 | 1 | -1/+2 |
| | | | | Submitted by: Geoff. | ||||
* | Add back atrun | jkh | 1994-08-23 | 1 | -1/+1 |
| | | | | Submitted by: jkh | ||||
* | For the moment, don't build kpasswdd until we figure out what | wollman | 1994-08-04 | 1 | -1/+3 |
| | | | | to do with it. | ||||
* | rbootd compiles on i386 too. | rgrimes | 1994-05-28 | 1 | -0/+2 |
| | | | | | Reviewed by: Submitted by: | ||||
* | BSD 4.4 Lite Libexec Sources | rgrimes | 1994-05-27 | 1 | -0/+12 |