Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
0edd2576 |
| 16-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
96a3b885 |
| 14-Apr-2016 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Build libpam modules in parallel.
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
7f03a257 |
| 09-Mar-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5) police (I've tried to keep to the spirit of the original formatting)
Reviewed by: des
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
519b6a4c |
| 05-Mar-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Switch to OpenPAM. Bump library version. Modules are now versioned, so applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt();
Switch to OpenPAM. Bump library version. Modules are now versioned, so 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
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
2d0a7148 |
| 01-Feb-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Connect the pam_lastlog(8) and pam_login_access(8) modules to the build.
Sponsored by: DARPA, NAI Labs
|
#
f4604902 |
| 21-Jan-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add a new module, pam_opieaccess(8), which is responsible for checking /etc/opieaccess and ~/.opiealways so we can decide what to do after pam_opie(8) fails.
Sponsored by: DARPA, NAI Labs Reviewed b
Add a new module, pam_opieaccess(8), which is responsible for checking /etc/opieaccess and ~/.opiealways so we can decide what to do after pam_opie(8) fails.
Sponsored by: DARPA, NAI Labs Reviewed by: ache, markm
show more ...
|
#
e2c8459e |
| 05-Dec-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add a pam_self authentication module that succeeds if and only if the local and remote user names are the same.
Sponsored by: DARPA, NAI Labs
|
#
c52468e7 |
| 02-Aug-2001 |
Mark Murray <markm@FreeBSD.org> |
Don't try to make pam_ssh module if NO_OPENSSH is set.
|
#
7b227940 |
| 29-Jul-2001 |
Mark Murray <markm@FreeBSD.org> |
(Re)Add an SSH module for PAM, heavily based on Andrew Korty's module from ports.
|
#
084a4682 |
| 04-Jun-2001 |
Mark Murray <markm@FreeBSD.org> |
Big module cleanup.
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 br
Big module cleanup.
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).
show more ...
|
#
84d6cd8e |
| 14-May-2001 |
Mark Murray <markm@FreeBSD.org> |
Bring in a few useful PAM modules.
pam_krb5 is a Kerberos 5 (Heimdal) authentication module.
pam_nologin checks for /etc/nologin and does the "usual stuff" if it is found, otherwise it silently su
Bring in a few useful PAM modules.
pam_krb5 is a Kerberos 5 (Heimdal) authentication module.
pam_nologin checks for /etc/nologin and does the "usual stuff" if it is found, otherwise it silently succeeds.
pam_rootok silently succeeds if the user is root, otherwise it fails.
pam_wheel silently succeeds if the user is a member of group "wheel" (or another nominated group), and fails otherwise.
There is an issue with kerberosIV and kerberos5 - if both are being built, then static linking fails with duplicate symbols. This will take a bit of work to sort out in the kerberii.
show more ...
|
#
253fb6ea |
| 04-May-2001 |
Brian Feldman <green@FreeBSD.org> |
I've been meaning to take pam_ssh out of the base system for a while now. Finally do it.
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
acf3af98 |
| 17-Apr-2000 |
Kris Kennaway <kris@FreeBSD.org> |
Connect pam_opie to the build.
|
Revision tags: release/4.0.0_cvs |
|
#
bb49f794 |
| 09-Mar-2000 |
Kris Kennaway <kris@FreeBSD.org> |
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
Approved by: jkh
|
#
dc9650a4 |
| 28-Feb-2000 |
Mark Murray <markm@FreeBSD.org> |
Don't try to build k5 PAM; it ain't ready yet.
|
#
49838bb9 |
| 26-Feb-2000 |
Peter Wemm <peter@FreeBSD.org> |
Argh, I can't win today. Spell ${.CURDIR} correctly.
|
#
b753aec2 |
| 26-Feb-2000 |
Peter Wemm <peter@FreeBSD.org> |
Don't build pam_ssh if the crypto code is missing.
Found by: sos
|
#
d3e37521 |
| 24-Feb-2000 |
Mark Murray <markm@FreeBSD.org> |
Use libcrypto instead of libdes.
Also - OpenSSH blesses us with a module for PAM.
|
Revision tags: release/3.4.0_cvs |
|
#
ee98eb8e |
| 14-Nov-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Don't include Kerberos if NOCRYPT is defined, because it isn't build if NOCRYPT is defined. Likewise, don't include DES if NOSECURE is defined.
|
Revision tags: release/3.3.0_cvs, release/3.2.0 |
|
#
d65b34db |
| 08-May-1999 |
John Polstra <jdp@FreeBSD.org> |
Revive the pam_deny and pam_permit modules from Linux-PAM. They are simple enough to be trusted.
Add account management functionality to the pam_unix module.
These changes should make it possible
Revive the pam_deny and pam_permit modules from Linux-PAM. They are 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>
show more ...
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
9a10bb17 |
| 18-Nov-1998 |
John Polstra <jdp@FreeBSD.org> |
Build structure for contribified Linux-PAM, plus some home-grown modules for FreeBSD's standard authentication methods. Although the Linux-PAM modules are present in the contrib tree, we don't use a
Build structure for contribified Linux-PAM, plus some home-grown 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.
show more ...
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
#
7f03a257 |
| 09-Mar-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5) police (I've tried to keep to the spirit of the original formatting)
Reviewed by: des
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
519b6a4c |
| 05-Mar-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Switch to OpenPAM. Bump library version. Modules are now versioned, so applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt();
Switch to OpenPAM. Bump library version. Modules are now versioned, so 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
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
2d0a7148 |
| 01-Feb-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Connect the pam_lastlog(8) and pam_login_access(8) modules to the build.
Sponsored by: DARPA, NAI Labs
|