aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_permit
Commit message (Collapse)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326219
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Updated/new dependenciesSimon J. Gerraty2014-11-191-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=274694
| * 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/+4
| | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+15
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-3/+3
| | | | | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des Notes: svn path=/head/; revision=112044
* Major cleanup:Dag-Erling Smørgrav2002-04-121-57/+21
| | | | | | | | | | | | | | | | - add __unused where appropriate - PAM_RETURN -> return since OpenPAM already logs the return value. - make PAM_LOG use openpam_log() - make PAM_VERBOSE_ERROR use openpam_get_option() and check flags for PAM_SILENT - remove dummy functions since OpenPAM handles missing service functions - fix various warnings Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94564
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-2/+1
| | | | | | | Approved by: des Notes: svn path=/head/; revision=94372
* 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
* Three times lucky: <stddef.h>, not <sys/param.h>Dag-Erling Smørgrav2002-02-051-1/+1
| | | | Notes: svn path=/head/; revision=90237
* Oops, the correct header to include for NULL is <sys/param.h>.Dag-Erling Smørgrav2002-02-051-1/+1
| | | | Notes: svn path=/head/; revision=90236
* #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)Dag-Erling Smørgrav2002-02-051-0/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90230
* #include cleanup.Dag-Erling Smørgrav2002-02-051-2/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90229
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-241-6/+6
| | | | | | | warnings that are hard to fix or that I've been asked to leave alone. Notes: svn path=/head/; revision=89760
* Add __FBSDID()s to libpamMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84218
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
| | | | Notes: svn path=/head/; revision=79658
* mdoc(7) police: fixed markup, a little bit.Ruslan Ermilov2001-07-111-7/+8
| | | | Notes: svn path=/head/; revision=79577
* Clean up (and in some cases write) the PAM mudules, usingMark Murray2001-07-093-2/+201
| | | | | | | | | | | | | o The new options-processing API o The new DEBUG-logging API Add man(1) pages for ALL modules. MDOC-Police welcome to check this. Audit, clean up while I'm here. Notes: svn path=/head/; revision=79476
* Big module cleanup.Mark Murray2001-06-041-9/+2
| | | | | | | | | | | | | | Move common stuff into Makefile.inc, and tidy up all the Makefiles as a result. Build new modules. Put a commented-out dependancy on libpam for the (shared) modules. I can't bring this in just yet, as the dependancy (modules->libpam) is reversed for the static case (libpam->modules). Notes: svn path=/head/; revision=77720
* Use a unified libgcc rather than a seperate one for threaded andDavid E. O'Brien2001-01-061-2/+0
| | | | | | | | | | | non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon <fjoe@iclub.nsu.ru> PR: 23252 Notes: svn path=/head/; revision=70703
* Revive the pam_deny and pam_permit modules from Linux-PAM. They areJohn Polstra1999-05-081-0/+42
simple enough to be trusted. Add account management functionality to the pam_unix module. These changes should make it possible to use PAM in some ports. Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=46665