History log of /freebsd-11.0-release/lib/libopie/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


298107 16-Apr-2016 gjb

Merge the projects/release-pkg branch to head.

This allows packaging the base system with pkg(8), including
but not limited to providing the ability to provide upstream
binary update possibilities for non-tier-1 architectures.

This merge is a requirement of the 11.0-RELEASE, and as such,
thank you to everyone that has tested the project branch.

Documentation in build(7) etc. is still somewhat sparse, but
updates to those parts will follow.

Sponsored by: The FreeBSD Foundation


291307 25-Nov-2015 bdrewery

META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.

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


284481 16-Jun-2015 sjg

new depends


284345 13-Jun-2015 sjg

Add META_MODE support.

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


275024 25-Nov-2014 bapt

Convert libraries to use LIBADD
While here reduce a bit overlinking


269961 14-Aug-2014 ache

Bump version because challenge buffer size changed

MFC after: 1 week


229831 09-Jan-2012 eadler

X11BASE has been deprecated for a long time and will die soon

Approved by: x11 (eadler)
Approved by: brucec
MFC after: 1 week


225227 28-Aug-2011 kib

Bump shared libraries version numbers in preparation for 9.0.
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)


202196 13-Jan-2010 ed

Let libopie use utmpx instead of utmp.


201381 02-Jan-2010 ed

Build lib/ with WARNS=6 by default.

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.


195767 19-Jul-2009 kensmith

Bump the version of all non-symbol-versioned shared libraries in
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)


169807 21-May-2007 deischen

Bump library versions in preparation for 7.0.

Ok'd by: kan


148297 22-Jul-2005 kensmith

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


145413 22-Apr-2005 trhodes

Enforce style.Makefile(5).

Glanced at by: ru (some time ago).


136027 01-Oct-2004 kensmith

Bump the library version numbers for the following libraries:

/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)


125503 05-Feb-2004 ru

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


104427 04-Oct-2002 peter

Drop login.c and logwtmp.c from the library build. None of the apps
that we build use it, and any that do should be using the official
login()/logwtmp() in libutil.


104073 28-Sep-2002 peter

Zap now-unused SHLIB_MINOR


92918 22-Mar-2002 markm

Updates for OPIE 2.4.


88846 03-Jan-2002 ache

Turn off USER_LOCKING which allows intruder to completely disable OPIE
for some user just by entering user name and doing nothing on password prompt


84216 30-Sep-2001 dillon

Add __FBSDID()s to libopie


81557 12-Aug-2001 markm

Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
nearly as ominous as it sounds, and it allows OPIE to be used over SSH
and on xterms.

Requested by: ache
Discussed on: -security


81062 02-Aug-2001 markm

Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.

Asked for by: ache


79473 09-Jul-2001 markm

Add the WANT_INSECURE_OPIE frob which is useful for debugging and
over secure (encrypted) links.

Add a MLINK for skey(4) to opie(4) to assist in the transition.


74870 27-Mar-2001 ru

MAN[1-9] -> MAN.


60572 15-May-2000 kris

Add some extra functions adapted from OpenBSD, in preparation for
OpenSSH OPIE support.


55955 14-Jan-2000 rgrimes

Replace beforeinstall target with new variables used by .mk system.

Reviewed by: marcel, and make world


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


40202 11-Oct-1998 peter

libopie also depends on libmd. Programs using libopie shouldn't have to
know about libopie's internals in order to use it.


30035 01-Oct-1997 ache

Move locks from /etc/opielocks to /var/run/opielocks to keep
/etc non-writeable as possible


29991 29-Sep-1997 ache

Bump minor number


29978 29-Sep-1997 ache

Add setutent.c


29971 29-Sep-1997 ache

EXT_KEYS gone, STD ommited


29970 29-Sep-1997 ache

Add logwtmp.c


29967 29-Sep-1997 ache

Merge


23541 08-Mar-1997 pst

Install opie.h in /usr/include


22993 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


22376 07-Feb-1997 pst

This commit was generated by cvs2svn to compensate for changes in r22375,
which included commits to RCS files with non-trunk default branches.


22373 07-Feb-1997 pst

Config information for FreeBSD