aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Restore the upstream (and documented) behavior of searching for modulesDag-Erling Smørgrav2015-09-211-1/+0
| | | | | | | | | | | both in /usr/lib and /usr/local/lib, thus simplifying the use of modules from ports, without breaking the compat32 case again. PR: 191151 MFC after: 3 weeks Notes: svn path=/head/; revision=288070
* Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but doesDag-Erling Smørgrav2013-04-141-3/+1
| | | | | | | not turn debugging on by default) and add OPENPAM_DEBUG to CFLAGS. Notes: svn path=/head/; revision=249479
* Simplify the libpam build by removing the shared modules' dependencyDag-Erling Smørgrav2011-11-211-0/+2
| | | | | | | | | | on the shared library. The modules are loaded by the library, so we know it'll be there when we need it. MFC after: 3 weeks Notes: svn path=/head/; revision=227798
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-0/+2
| | | | | | | | | | | the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor) Notes: svn path=/head/; revision=204596
* 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 share library version which were missed in last bumpRong-En Fan2007-06-181-1/+1
| | | | | | | | | Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) Notes: svn path=/head/; revision=170925
* 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
* Update for OpenPAM Figwort.Dag-Erling Smørgrav2005-06-171-0/+1
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=147458
* Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined.Dag-Erling Smørgrav2004-03-151-0/+4
| | | | Notes: svn path=/head/; revision=127023
* Deal better with the crypto version of the PAM library that goesRuslan Ermilov2004-01-181-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | on the release media -- only put what is different in the crypto version compared to the base version. This reduces PAM entries in /usr/lib in the "crypto" distribution to: libpam.a libpam.so@ libpam.so.2 pam_krb5.so@ pam_krb5.so.2 pam_ksu.so@ pam_ksu.so.2 pam_ssh.so@ pam_ssh.so.2 The libpam.so* is still redundant (it is identical to the "base" version), but we can't set DISTRIBUTION differently for libpam.a and libpam.so. (The removal of libpam.so* from the crypto distribution could be addressed by the release/scripts/crypto-make.sh script, but then we'd also need to remove redundant PAM headers, and I'm not sure this is worth a hassle.) Notes: svn path=/head/; revision=124675
* DISTRIBUTION is normally single-valued.Ruslan Ermilov2004-01-181-1/+1
| | | | Notes: svn path=/head/; revision=124665
* Trasmute moer "krb5" distibutions into "crypto".Mark Murray2003-05-011-3/+1
| | | | Notes: svn path=/head/; revision=114464
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-1/+1
| | | | | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des Notes: svn path=/head/; revision=112044
* KerberosIV de-orbit burn continues. Remove the KerberosIV PAM module.Mark Murray2003-03-081-3/+0
| | | | Notes: svn path=/head/; revision=111986
* Build kerberized versions of the PAM library, and install themRuslan Ermilov2002-10-111-0/+8
| | | | | | | | | | into corresponding distributions during "make release". (This also cleans the "slib" distribution up from the .o files.) PR: misc/43825 (inspired by) Notes: svn path=/head/; revision=104902
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Remove commented-out WARNS thingy.Dag-Erling Smørgrav2002-04-081-1/+0
| | | | Notes: svn path=/head/; revision=94211
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-1/+1
| | | | | | | | | | | | applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}(). Remove pam_set_item(3) man page as OpenPAM has its own. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=91714
* Comment out the WARNS= so as to not trample all over the GCC3 work.Mark Murray2002-02-061-1/+1
| | | | Notes: svn path=/head/; revision=90314
* Turn on fascist warning mode.Mark Murray2002-02-031-0/+2
| | | | Notes: svn path=/head/; revision=90147
* Making this major bump was a BAD idea. The API change is internal (to PAM)Mark Murray2001-07-301-1/+1
| | | | | | | and it caused problems without solving any. Notes: svn path=/head/; revision=80617
* Bump the major number. The libraries API has changed incompatibly.Mark Murray2001-07-091-1/+1
| | | | Notes: svn path=/head/; revision=79475
* Build structure for contribified Linux-PAM, plus some home-grownJohn Polstra1998-11-181-0/+28
modules for FreeBSD's standard authentication methods. Although the Linux-PAM modules are present in the contrib tree, we don't use any of them. The main library "libpam" is composed of sources taken from three places. First are the standard Linux-PAM libpam sources from the contrib tree. Second are the Linux-PAM "libpam_misc" sources, also from the contrib tree. In Linux these form a separate library. But as Mike Smith pointed out to me, that seems pointless, so I have combined them into the libpam library. Third are some additional sources from the "src/lib/libpam" tree with some common functions that make it easier to write modules. Those I wrote myself. This work has been donated to FreeBSD by Juniper Networks, Inc. Notes: svn path=/cvs2svn/branches/JUNIPER/; revision=41227