Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Subset of upstream r902 which fixes custom prompts. | des | 2017-03-24 | 2 | -5/+8 |
| | | | | PR: 216172 | ||||
* | Restore the upstream (and documented) behavior of searching for modules | des | 2015-09-21 | 1 | -0/+3 |
| | | | | | | | | 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 | ||||
* | Apply changeset 854 from upstream openpam (by Dag-Erling Smørgrav): | dim | 2015-01-28 | 4 | -4/+5 |
| | | | | Silence all remaining qual-cast warnings except in the test suite. | ||||
* | Staticize the test plans. | des | 2014-11-05 | 3 | -3/+3 |
| | |||||
* | Merge upstream r825: fix line continuation in whitespace | des | 2014-10-19 | 1 | -8/+24 |
| | |||||
* | Upgrade to OpenPAM Ourouparia. | des | 2014-09-15 | 102 | -8825/+8903 |
|\ | |||||
* | | Fix incorrect error handling in PAM policy parser. [SA-14:13] | delphij | 2014-06-03 | 1 | -7/+33 |
| | | |||||
* | | MFV (r262529): fix is_upper() predicate | des | 2014-02-26 | 4 | -3/+134 |
|\ \ | |/ | | | | | MFC after: 1 week | ||||
* | | MFV (r255387): undo autoprop damage | des | 2013-09-08 | 1 | -1/+1 |
| | | | | | | | | Approved by: re (glebius) | ||||
* | | Update to OpenPAM Nummularia. | des | 2013-09-07 | 214 | -14855/+17944 |
|\ \ | |/ | |||||
* | | This was a good idea that never went anywhere. | des | 2013-09-07 | 1 | -6/+0 |
| | | |||||
* | | MFV (r255364): move the code around in preparation for Nummularia. | des | 2013-09-07 | 85 | -11/+15 |
|\ \ | |/ | |||||
* | | Backport upstream r684 (OPENPAM_DEBUG enables debugging macros but does | des | 2013-04-14 | 1 | -4/+0 |
| | | | | | | | | not turn debugging on by default) and add OPENPAM_DEBUG to CFLAGS. | ||||
* | | Merge upstream r634:646: correctly parse mixed quoted / unquoted text. | des | 2013-03-04 | 3 | -12/+22 |
| | | |||||
* | | OpenPAM Micrampelis was re-rolled due to a showstopper bug. | des | 2012-05-26 | 1 | -1/+3 |
| | | |||||
* | | Update to OpenPAM Micrampelis. | des | 2012-05-26 | 112 | -1068/+5773 |
|\ \ | |/ | |||||
* | | r234173 missed one instance of FREE(line). | des | 2012-04-27 | 1 | -1/+1 |
| | | | | | | | | Noticed by: glebius@ | ||||
* | | Keep a copy of the original pointer returned by openpam_readline() so | des | 2012-04-12 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | we can free it later, instead of trying to free a pointer that points to the end of the buffer. Committed to head because this code no longer exists upstream. Submitted by: jasone@ | ||||
* | | Merge upstream r509: don't log an error in the common case (ENOENT). | des | 2011-12-22 | 1 | -3/+5 |
| | | |||||
* | | Upgrade to OpenPAM Lycopsida. | des | 2011-12-18 | 158 | -26261/+27398 |
|\ \ | |/ | |||||
| * | Flatten and clean up. | des | 2008-12-13 | 159 | -60852/+0 |
| | | |||||
* | | Add minimal validation of the service name to fend off at least one | des | 2011-12-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | attack vector against applications that allow the applicant to specify which policy to apply. Submitted by: Matthias Drochner <drochner@netbsd.org> MFC after: 1 week | ||||
* | | Merge upstream r432: | des | 2010-03-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | pam_end() already contains a NULL check, and it is not unreasonable to call it with a NULL pamh in a cleanup / error-handling situation. Remove OPENPAM_NONNULL, which may cause gcc to optimize away the NULL check. This fixes a potential NULL pointer dereference in error-handling code in passwd(1). | ||||
* | | Merge upstream r421: grammar nit in pam.conf(5). | des | 2009-10-09 | 1 | -1/+1 |
| | | |||||
* | | Update and remove CVS-specific items | des | 2009-08-13 | 1 | -2/+0 |
| | | | | | | | | Approved by: re (kib) | ||||
* | | Don't try to auto-detect dynamic linking; it fails on mips. The Makefile | des | 2009-02-17 | 2 | -17/+23 |
| | | | | | | | | | | | | part of the patch is an ugly (and hopefully temporary) hack. Discussed with: imp@ | ||||
* | | As per discussion, commit experimental metadata for my contrib packages. | des | 2008-02-06 | 1 | -0/+8 |
|/ | | | | | The idea is to have a FREEBSD-vendor file for every third-party package in the tree. | ||||
* | Merge r412 from vendor, which reintroduces _OPENPAM. See comment in the | des | 2008-01-29 | 1 | -1/+4 |
| | | | | | | | code for explanation. Hopefully, this will forestall any reports of breakage in OpenPAM-aware ports. MFC after: 3 days | ||||
* | Remove dead files | des | 2007-12-21 | 5 | -3445/+0 |
| | |||||
* | Vendor import of OpenPAM Hydrangea. | des | 2007-12-21 | 157 | -8893/+9922 |
| | |||||
* | Merge from upstream: | des | 2007-04-07 | 1 | -5/+5 |
| | | | | | | | | ------------------------------------------------------------------------ r380 | des | 2006-03-14 15:42:09 +0100 (Tue, 14 Mar 2006) | 1 line Fix signedness mismatch, and use an explicit cast when calling ctype functions. ------------------------------------------------------------------------ | ||||
* | Fix markup errors caused by a bug in gendoc.pl (see P4 change #78671) | des | 2005-06-17 | 43 | -43/+43 |
| | | | | Approved by: re (kensmith) | ||||
* | MFP4: (#78671) correctly escape \& in Perl strings. | des | 2005-06-17 | 1 | -2/+2 |
| | | | | | Submitted by: ru Approved by: re (kensmith) | ||||
* | MFP4: (#78670) markup nits | des | 2005-06-17 | 1 | -3/+3 |
| | | | | | | | MFP4: (#78673) bump date Submitted by: ru Approved by: re (kensmith) | ||||
* | MFP4: (#78672) markup nits. | des | 2005-06-17 | 1 | -7/+11 |
| | | | | | Submitted by: ru Approved by: re (kensmith) | ||||
* | Vendor import of OpenPAM Figwort. | des | 2005-06-17 | 83 | -413/+1990 |
| | |||||
* | Vendor import of OpenPAM Feterita. | des | 2005-02-01 | 86 | -5002/+30421 |
| | |||||
* | This file was removed from the OpenPAM distribution in December, 2002. | des | 2004-07-27 | 1 | -48/+0 |
| | |||||
* | MFP4 (#47094): avoid bogus NULL pointer warnings when building with -DDEBUG. | des | 2004-03-11 | 1 | -18/+25 |
| | |||||
* | Vendor import of OpenPAM Eelgrass. | des | 2004-02-10 | 60 | -1032/+2005 |
| | |||||
* | MFP4: really fix resp issue, and don't trim trailing spaces (#43727) | des | 2003-12-10 | 1 | -14/+17 |
| | |||||
* | MFP4: fix confusion about the layout of resp (#42758) | des | 2003-11-20 | 1 | -9/+11 |
| | | | | Approved by: re (rwatson) | ||||
* | MFP4: revert constification of pam_message.msg (perforce change #34785) | des | 2003-07-21 | 1 | -11/+11 |
| | |||||
* | These files have been removed from the distribution. | des | 2003-07-15 | 13 | -600/+0 |
| | |||||
* | Vendor import of OpenPAM Dogwood. | des | 2003-07-15 | 99 | -393/+22505 |
| | |||||
* | Avoid side effects in macro arguments (perforce change #33323) | des | 2003-06-18 | 3 | -8/+15 |
| | | | | Submitted by: Dmitry V. Levin <ldv@altlinux.org> | ||||
* | Remove debugging output (perforce change #32378) | des | 2003-06-02 | 1 | -2/+1 |
| | |||||
* | Vendor import of OpenPAM Digitalis. | des | 2003-06-01 | 128 | -631/+1022 |
| | |||||
* | Vendor import of OpenPAM Dianthus. | des | 2003-05-02 | 51 | -77/+106 |
| | |||||
* | Initialize variables (perforce change #30310) | des | 2003-05-01 | 1 | -3/+4 |
| |