aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/opieinfo
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
| | | | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver Notes: svn path=/head/; revision=137164
* Add opie lib dir to includes listAndrey A. Chernov2002-01-031-0/+1
| | | | Notes: svn path=/head/; revision=88857
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
| | | | | | | | | This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case. Notes: svn path=/head/; revision=83391
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notMark Murray2001-08-121-3/+0
| | | | | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security Notes: svn path=/head/; revision=81557
* Provide a WANT_INSECURE_OPIE compile-time option, which is useful ifMark Murray2001-07-091-0/+6
| | | | | | | | | | you encrypt all traffic routinely, and is also useful for debugging. Also, (properly) set SUID bit on relevant apps - opieinfo and opiepasswd, which need it to mess with /etc/opiekeys. Notes: svn path=/head/; revision=79467
* Make the similar changes as in our keyinfo, i.e. allow user to get his ownAndrey A. Chernov2001-06-231-0/+1
| | | | | | | | sequence and allow root to get everybody's one. Before this change user can't get his own sequence, root required. Notes: svn path=/head/; revision=78644
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+0
| | | | Notes: svn path=/head/; revision=74848
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Add ${.CURDIR}/ to relative path to contrib.Poul-Henning Kamp1997-02-071-1/+1
| | | | Notes: svn path=/head/; revision=22401
* Build opiekey from the contrib_opie module.Paul Traina1997-02-071-0/+16
Notes: svn path=/cvs2svn/branches/PST/; revision=22377