aboutsummaryrefslogtreecommitdiff
path: root/lib/libopie
Commit message (Collapse)AuthorAgeFilesLines
* X11BASE has been deprecated for a long time and will die soonEitan Adler2012-01-091-1/+1
| | | | | | | | | Approved by: x11 (eadler) Approved by: brucec MFC after: 1 week Notes: svn path=/head/; revision=229831
* Bump shared libraries version numbers in preparation for 9.0.Konstantin Belousov2011-08-281-1/+1
| | | | | | | | | | | This time, only libraries which ABI has been changed compared to stable/8, are bumped. ABI analysis done by: Gleb Kurtsou Approved by: re (kensmith) Notes: svn path=/head/; revision=225227
* Let libopie use utmpx instead of utmp.Ed Schouten2010-01-132-6/+5
| | | | Notes: svn path=/head/; revision=202196
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Enforce style.Makefile(5).Tom Rhodes2005-04-221-1/+1
| | | | | | | Glanced at by: ru (some time ago). Notes: svn path=/head/; revision=145413
* Bump the library version numbers for the following libraries:Ken Smith2004-10-011-1/+1
| | | | | | | | | | | | | | /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be) Notes: svn path=/head/; revision=136027
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* Drop login.c and logwtmp.c from the library build. None of the appsPeter Wemm2002-10-041-1/+1
| | | | | | | | that we build use it, and any that do should be using the official login()/logwtmp() in libutil. Notes: svn path=/head/; revision=104427
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Updates for OPIE 2.4.Mark Murray2002-03-221-0/+1
| | | | Notes: svn path=/head/; revision=92918
* Turn off USER_LOCKING which allows intruder to completely disable OPIEAndrey A. Chernov2002-01-031-1/+3
| | | | | | | for some user just by entering user name and doing nothing on password prompt Notes: svn path=/head/; revision=88846
* Add __FBSDID()s to libopieMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84216
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notMark Murray2001-08-121-2/+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
* Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.Mark Murray2001-08-021-1/+2
| | | | | | | Asked for by: ache Notes: svn path=/head/; revision=81062
* Add the WANT_INSECURE_OPIE frob which is useful for debugging andMark Murray2001-07-091-0/+6
| | | | | | | | | over secure (encrypted) links. Add a MLINK for skey(4) to opie(4) to assist in the transition. Notes: svn path=/head/; revision=79473
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
| | | | Notes: svn path=/head/; revision=74870
* Add some extra functions adapted from OpenBSD, in preparation forKris Kennaway2000-05-152-0/+97
| | | | | | | OpenSSH OPIE support. Notes: svn path=/head/; revision=60572
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* libopie also depends on libmd. Programs using libopie shouldn't have toPeter Wemm1998-10-111-1/+4
| | | | | | | know about libopie's internals in order to use it. Notes: svn path=/head/; revision=40202
* Move locks from /etc/opielocks to /var/run/opielocks to keepAndrey A. Chernov1997-10-011-1/+1
| | | | | | | /etc non-writeable as possible Notes: svn path=/head/; revision=30035
* Bump minor numberAndrey A. Chernov1997-09-291-1/+3
| | | | Notes: svn path=/head/; revision=29991
* Add setutent.cAndrey A. Chernov1997-09-291-2/+2
| | | | Notes: svn path=/head/; revision=29978
* EXT_KEYS gone, STD ommitedAndrey A. Chernov1997-09-291-3/+2
| | | | Notes: svn path=/head/; revision=29971
* Add logwtmp.cAndrey A. Chernov1997-09-291-2/+2
| | | | Notes: svn path=/head/; revision=29970
* MergeAndrey A. Chernov1997-09-291-16/+73
| | | | Notes: svn path=/head/; revision=29967
* Install opie.h in /usr/includePaul Traina1997-03-081-1/+5
| | | | Notes: svn path=/head/; revision=23541
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Build libopie from contrib_opie module.Paul Traina1997-02-071-0/+27
| | | | Notes: svn path=/cvs2svn/branches/PST/; revision=22375
* Config information for FreeBSDPaul Traina1997-02-071-0/+322
Notes: svn path=/head/; revision=22373