summaryrefslogtreecommitdiffstats
path: root/contrib/openpam
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream r432:des2010-03-221-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).des2009-10-091-1/+1
|
* Update and remove CVS-specific itemsdes2009-08-131-2/+0
| | | | Approved by: re (kib)
* Don't try to auto-detect dynamic linking; it fails on mips. The Makefiledes2009-02-172-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.des2008-02-061-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 thedes2008-01-291-1/+4
| | | | | | | code for explanation. Hopefully, this will forestall any reports of breakage in OpenPAM-aware ports. MFC after: 3 days
* Remove dead filesdes2007-12-215-3445/+0
|
* Vendor import of OpenPAM Hydrangea.des2007-12-21157-8893/+9922
|
* Merge from upstream:des2007-04-071-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)des2005-06-1743-43/+43
| | | | Approved by: re (kensmith)
* MFP4: (#78671) correctly escape \& in Perl strings.des2005-06-171-2/+2
| | | | | Submitted by: ru Approved by: re (kensmith)
* MFP4: (#78670) markup nitsdes2005-06-171-3/+3
| | | | | | | MFP4: (#78673) bump date Submitted by: ru Approved by: re (kensmith)
* MFP4: (#78672) markup nits.des2005-06-171-7/+11
| | | | | Submitted by: ru Approved by: re (kensmith)
* Vendor import of OpenPAM Figwort.des2005-06-1783-413/+1990
|
* Vendor import of OpenPAM Feterita.des2005-02-0186-5002/+30421
|
* This file was removed from the OpenPAM distribution in December, 2002.des2004-07-271-48/+0
|
* MFP4 (#47094): avoid bogus NULL pointer warnings when building with -DDEBUG.des2004-03-111-18/+25
|
* Vendor import of OpenPAM Eelgrass.des2004-02-1060-1032/+2005
|
* MFP4: really fix resp issue, and don't trim trailing spaces (#43727)des2003-12-101-14/+17
|
* MFP4: fix confusion about the layout of resp (#42758)des2003-11-201-9/+11
| | | | Approved by: re (rwatson)
* MFP4: revert constification of pam_message.msg (perforce change #34785)des2003-07-211-11/+11
|
* These files have been removed from the distribution.des2003-07-1513-600/+0
|
* Vendor import of OpenPAM Dogwood.des2003-07-1599-393/+22505
|
* Avoid side effects in macro arguments (perforce change #33323)des2003-06-183-8/+15
| | | | Submitted by: Dmitry V. Levin <ldv@altlinux.org>
* Remove debugging output (perforce change #32378)des2003-06-021-2/+1
|
* Vendor import of OpenPAM Digitalis.des2003-06-01128-631/+1022
|
* Vendor import of OpenPAM Dianthus.des2003-05-0251-77/+106
|
* Initialize variables (perforce change #30310)des2003-05-011-3/+4
|
* Initialize dlh (perforce change #30312)des2003-05-011-3/+5
|
* MFP4: guard against null pointer dereference which sshd can cause (#25271)des2003-02-161-2/+2
|
* MFP4: return the actual value of the requested variable (#24840)des2003-02-081-3/+10
|
* MFP4: avoid side effects in macro arguments (#24823)des2003-02-088-24/+32
|
* Sync with P4. Most of this is debugging code; the only substantial changesdes2003-02-0710-29/+77
| | | | are improvements to openpam_{borrow,restore}_cred() (#24779 and #24780).
* #include <stddef.h> rather than <sys/types.h> (perforce change 24116)des2003-01-231-2/+2
|
* #include <sys/types.h> (perforce change 24073)des2003-01-221-1/+3
|
* Vendor import of OpenPAM Daffodil.des2003-01-0648-58/+112
|
* Fix typo in debugging macro (perforce change 23072)des2003-01-031-2/+2
|
* Vendor import of OpenPAM Cyclamen.des2002-12-1698-259/+412
|
* Add default cases to the switches (perforce change 21902)des2002-12-041-1/+3
|
* (MFP4#19900) Write message to stdout, not stderr.des2002-10-231-2/+2
| | | | | Submitted by: jmallet Sponsored by: Rachel Hestilow <rachel@jerkcity.com>
* Vendor import of OpenPAM Citronella.des2002-06-302-5/+5
|
* Vendor import of OpenPAM Citronella.des2002-06-30128-844/+1788
|
* Vendor import of OpenPAM Cinquefoil.des2002-05-2452-108/+266
|
* Add missing include (perforce change 11137)des2002-05-101-0/+1
|
* Initialize other to all-zeroes before using it (perforce change 10738)des2002-05-031-2/+2
|
* Vendor import of OpenPAM Cinnamon.des2002-05-0253-131/+283
|
* Fix broken markup (perforce changes 9937, 9939)des2002-04-173-24/+15
|
* Set rsp to NULL before calling the conversation function so we can laterdes2002-04-171-1/+2
| | | | | | detect if it hasn't been touched (perforce change 9889) Sponsored by: DARPA, NAI Labs
* Don't echo log messages to stderr (perforce change 9758)des2002-04-161-4/+1
|
* Log dlopen() / dlsym() failures at the debug level (perforce change 9760)des2002-04-161-2/+8
|
OpenPOWER on IntegriCloud