forked from opnsense/src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
157 changed files
with
17,537 additions
and
13,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ ideas: | |
Mikhail Teterin <[email protected]> | ||
Mikko Työläjärvi <[email protected]> | ||
Nick Hibma <[email protected]> | ||
Patrick Bihan-Faou <[email protected]> | ||
Robert Watson <[email protected]> | ||
Ruslan Ermilov <[email protected]> | ||
Sebastian Krahmer <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,19 +7,4 @@ implementations disagree, OpenPAM tries to remain compatible with | |
Solaris, at the expense of XSSO conformance and Linux-PAM | ||
compatibility. | ||
|
||
These are some of OpenPAM's features: | ||
|
||
- Implements the complete PAM API as described in the original PAM | ||
paper and in OSF-RFC 86.0; this corresponds to the full XSSO API | ||
except for mappings and secondary authentication. Also | ||
implements some extensions found in Solaris 9. | ||
|
||
- Extends the API with several useful and time-saving functions. | ||
|
||
- Performs strict checking of return values from service modules. | ||
|
||
- Reads configuration from /etc/pam.d/, /etc/pam.conf, | ||
/usr/local/etc/pam.d/ and /usr/local/etc/pam.conf, in that order; | ||
this will be made configurable in a future release. | ||
|
||
Please direct bug reports and inquiries to <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,21 @@ | ||
|
||
Release notes for OpenPAM Ourouparia | ||
==================================== | ||
Release notes for OpenPAM Radula | ||
================================ | ||
|
||
This release corresponds to the code used in FreeBSD HEAD as of the | ||
release date, and is also expected to work on almost any POSIX-like | ||
platform that has GNU autotools, GNU make and the GNU compiler suite | ||
installed. | ||
OpenPAM is developed primarily on FreeBSD, but is expected to work on | ||
almost any POSIX-like platform that has GNU autotools, GNU make and | ||
the GNU compiler suite installed. | ||
|
||
The distribution consists of the following components: | ||
The OpenPAM distribution consists of the following components: | ||
|
||
- The PAM library itself, with complete API documentation. | ||
|
||
- Sample modules (pam_permit, pam_deny and pam_unix) and a sample | ||
application (su) which demonstrate how to use PAM. | ||
application (su) which demonstrate how to use the PAM library. | ||
|
||
- A test application (pamtest) which can be used to test policies and | ||
modules. | ||
|
||
- Unit tests for limited portions of the libraries. | ||
- Unit tests for limited portions of the library. | ||
|
||
Please direct bug reports and inquiries to <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
Before the next release: | ||
- Fix try_first_pass / use_first_pass (pam_get_authtok() code & | ||
documentation are slightly incorrect, OpenPAM's pam_unix(8) is | ||
incorrect, all FreeBSD modules are broken) | ||
|
||
- Rewrite openpam_ttyconv(3). | ||
- mostly done, needs review. | ||
- Add loop detection to openpam_load_chain(). | ||
|
||
- Fix try_first_pass / use_first_pass (pam_get_authtok() code & | ||
documentation are slightly incorrect, OpenPAM's pam_unix(8) is | ||
incorrect, all FreeBSD modules are broken) | ||
- Complete unit tests for openpam_dispatch(). | ||
|
||
- Add loop detection to openpam_load_chain(). | ||
|
||
- Look into the possibility of implementing a version of (or a | ||
wrapper for) openpam_log() which respects the PAM_SILENT flag and | ||
the no_warn module option. This would eliminate the need for | ||
FreeBSD's _pam_verbose_error(). | ||
- Stop using PAM_SYMBOL_ERR incorrectly. |
Oops, something went wrong.