aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-051-1/+1
| | | | | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked. Notes: svn path=/head/; revision=114709
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.Ruslan Ermilov2003-05-011-1/+1
| | | | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=114448
* Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.Ruslan Ermilov2003-04-301-3/+3
| | | | Notes: svn path=/head/; revision=114280
* Add back # accidentally deleted in 1.54Warner Losh2003-04-271-1/+1
| | | | Notes: svn path=/head/; revision=114117
* This is no longer needed after tw is gone.Warner Losh2003-04-271-2/+1
| | | | | | | Approved by: re@ (scottl) Notes: svn path=/head/; revision=114113
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-021-0/+1
| | | | | | | | | | | to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@ Notes: svn path=/head/; revision=108574
* [DAIVD O'BRIEN's OPINION]David E. O'Brien2002-11-121-1/+4
| | | | | | | Head off what I think is an abuse of the TRB, and disable lukemftpd. Notes: svn path=/head/; revision=106817
* Hook rpc.rstatd back up to the build now that it compiles.Mike Barcroft2002-10-021-1/+2
| | | | Notes: svn path=/head/; revision=104385
* Unhook rpc.rstatd from the build until it actually compiles.John Baldwin2002-10-021-2/+1
| | | | Notes: svn path=/head/; revision=104376
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+1
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Add tcpd to the build - though we don't need to for inetd, someone mightDavid Malone2002-08-131-0/+1
| | | | | | | | | | want it for some other service-running program. Approved by: markm MFC after: 1 week Notes: svn path=/head/; revision=101808
* Add lukemftpd to the mix.David E. O'Brien2002-02-271-0/+1
| | | | Notes: svn path=/head/; revision=91409
* Migrate uucpd to ports as well.Kris Kennaway2001-10-011-4/+0
| | | | | | | Noticed by: ru Notes: svn path=/head/; revision=84255
* Do not build (and install) both secure/ and standard versionsRuslan Ermilov2001-03-261-1/+3
| | | | | | | | | | of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. Reviewed by: markm Notes: svn path=/head/; revision=74813
* Add a system to save entropy from /dev/random periodically so thatDoug Barton2001-01-111-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. Notes: svn path=/head/; revision=70922
* Wrap uucpd behind the NOUUCP knob.Dan Moschuk2000-03-241-1/+4
| | | | | | | Noticed by: Doug Barton Notes: svn path=/head/; revision=58532
* Reactivate named-xferPeter Wemm1999-11-301-1/+1
| | | | Notes: svn path=/head/; revision=53932
* Move named and associated tools into a seperate makefile section andPeter Wemm1999-11-301-4/+29
| | | | | | | disable them pending an import and cleanup of bind 8.2.2.p5. Notes: svn path=/head/; revision=53909
* Enable pppoedBrian Somers1999-11-211-1/+1
| | | | Notes: svn path=/head/; revision=53539
* Allow for a telnet in secure/ (SRA telnet).Mark Murray1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=51995
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Enable named-xfer and rbootd for alpha.Dima Ruban1998-11-101-14/+5
| | | | Notes: svn path=/head/; revision=41051
* Chaneg MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-7/+3
| | | | | | | Remove a couple of unsupported machines. Notes: svn path=/head/; revision=38854
* Enable rtld-elf for build on alpha too. We now have support for sharedJohn Birrell1998-09-041-2/+3
| | | | | | | libraries on alpha! Notes: svn path=/head/; revision=38823
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-5/+5
| | | | Notes: svn path=/head/; revision=38632
* Build mail.local and smrsh (when building sendmail)Peter Wemm1998-08-041-2/+6
| | | | Notes: svn path=/head/; revision=38101
* Fix stupid typo, I had only tested this in elf mode.Peter Wemm1998-06-121-2/+2
| | | | Notes: svn path=/head/; revision=36932
* Only build rtld-aout if we're in an a.out build environment.Peter Wemm1998-06-121-2/+5
| | | | Notes: svn path=/head/; revision=36923
* named-xfer can't be linked static due to the duplicated symbols inJohn Birrell1998-06-061-4/+4
| | | | | | | | | | | libc and libbind. rpc.rstatd required libkvm. Only try to build these on i386 for the time being. Notes: svn path=/head/; revision=36695
* SUBDIR += rtld-aoutPeter Wemm1998-06-011-2/+5
| | | | Notes: svn path=/head/; revision=36572
* Enable rtld-elf when building an ELF system on the i386.John Polstra1998-03-071-1/+5
| | | | Notes: svn path=/head/; revision=34195
* Disable lfs_cleanerdPoul-Henning Kamp1998-01-301-2/+2
| | | | Notes: svn path=/head/; revision=32891
* Changes for KTH KerberosIV.Mark Murray1997-09-281-7/+2
| | | | Notes: svn path=/head/; revision=29924
* .if exists(../eBones) tests the obj dir, not the source dir's existance.Peter Wemm1997-07-051-2/+2
| | | | | | | The existance of a stale obj dir does not imply the source too. Notes: svn path=/head/; revision=27207
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-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. Notes: svn path=/head/; revision=21673
* Build ebones/telnetd only if MAKE_EBONES definedAndrey A. Chernov1997-01-081-2/+2
| | | | Notes: svn path=/head/; revision=21428
* Compile telnetd from eBones instead of secure.Mark Murray1996-11-031-3/+3
| | | | | | | 2.2 candidate. Notes: svn path=/head/; revision=19368
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+1
| | | | Notes: svn path=/head/; revision=18471
* Add named-xferPeter Wemm1996-08-291-1/+2
| | | | Notes: svn path=/head/; revision=17918
* Turn on mknetid.Bill Paul1996-06-251-3/+3
| | | | Notes: svn path=/head/; revision=16734
* Turn on ypxfr.Bill Paul1996-02-131-1/+2
| | | | Notes: svn path=/head/; revision=14088
* Include both, the regular and the `secure' telnetd, when buildingJoerg Wunsch1996-02-131-0/+4
| | | | | | | a release. Notes: svn path=/head/; revision=14078
* Disconnect bootpgwPaul Traina1996-01-231-1/+1
| | | | Notes: svn path=/head/; revision=13578
* added rpc.rquotad and rpc.spraydThomas Graichen1996-01-051-2/+2
| | | | Notes: svn path=/head/; revision=13247
* Add revnetgroup.Bill Paul1995-10-261-1/+1
| | | | Notes: svn path=/head/; revision=11817
* Build secure telnetd if available and allowedAndrey A. Chernov1995-09-291-0/+2
| | | | Notes: svn path=/head/; revision=11068
* Only build telnetd if secure telnetd is not going to be built.Mark Murray1995-08-061-1/+5
| | | | | | | Reviewed by: rgrimes Notes: svn path=/head/; revision=9962
* Add xtend.Jordan K. Hubbard1994-10-221-1/+1
| | | | Notes: svn path=/head/; revision=3787
* Move bootp & related stuffPaul Traina1994-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3231