aboutsummaryrefslogtreecommitdiff
path: root/libexec/rexecd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove rexecd(8), a server that implements a particularly insecureJacques Vidrine2005-06-101-12/+0
| | | | | | | | | | method of executing commands remotely. There are no rexec clients in the FreeBSD tree, and the client function rexec(3) is present only in libcompat. It has been documented as "obsolete" since 4.3BSD, and its use has been discouraged in the man page for over 10 years. Notes: svn path=/head/; revision=147270
* Make WARNS=6-clean.Dag-Erling Smørgrav2005-02-231-1/+1
| | | | Notes: svn path=/head/; revision=142317
* PAMify rexecd(8).Dag-Erling Smørgrav2002-05-021-4/+3
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=95915
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-041-0/+1
| | | | | | | are not yet warning-clean. Tested on i386 and alpha. Notes: svn path=/head/; revision=90164
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-031-1/+1
| | | | Notes: svn path=/head/; revision=81118
* Goodbye S/Key, Hello OPIE.Mark Murray2001-07-091-3/+4
| | | | | | | | I believe I have done due dilligence on this, but I'd appreciate decent test scenarios and sucess (or failure) reports. Notes: svn path=/head/; revision=79466
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74529
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Link with libutilBrian Somers1999-04-061-3/+3
| | | | Notes: svn path=/head/; revision=45396
* 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
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+1
| | | | Notes: svn path=/head/; revision=18471
* Don't rely on the shared library bringing in libmd, do it explicitly.Nate Williams1995-03-181-2/+2
| | | | | | | | | | Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically. Notes: svn path=/head/; revision=7128
* Add skey supportGuido van Rooij1994-08-211-2/+3
| | | | | | | | Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2195
* LDADD= -lcryptGeoff Rehmet1994-08-201-0/+3
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2158
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+6
Notes: svn path=/vendor/CSRG/dist/; revision=1592