aboutsummaryrefslogtreecommitdiff
path: root/lib/libopie
Commit message (Collapse)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
| | | | | | | | | | | | | Update a bunch of Makefile.depend files as a result of adding Makefile.depend.options files Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22494 Notes: svn path=/head/; revision=355617
* Move opieaccess to lib/libopie/Brad Davis2018-09-202-0/+16
| | | | | | | | | | This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17241 Notes: svn path=/head/; revision=338823
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
| | | | | | | | | | This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=312491
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
| | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291307
* new dependsSimon J. Gerraty2015-06-161-0/+1
| | | | Notes: svn path=/head/; revision=284481
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=274683
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/| | | | | | | | | | | While here reduce a bit overlinking Notes: svn path=/head/; revision=275024
* | Bump version because challenge buffer size changedAndrey A. Chernov2014-08-141-1/+1
|/ | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=269961
* 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