CVS commit: src/external/bsd/openpam/dist/lib/libpam

2021-08-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 11 09:11:05 UTC 2021 Modified Files: src/external/bsd/openpam/dist/lib/libpam: pam_putenv.c Log Message: use const for strchr assignment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/b

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2020-03-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 3 00:45:38 UTC 2020 Modified Files: src/external/bsd/openpam/dist/lib/libpam: openpam_debug.h Log Message: print the widest int To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd/openpa

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2020-03-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 3 00:45:21 UTC 2020 Modified Files: src/external/bsd/openpam/dist/lib/libpam: openpam_borrow_cred.c Log Message: the uid is not a pam item! To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/externa

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:54:03 UTC 2018 Modified Files: src/external/bsd/openpam/dist/lib/libpam: openpam_configure.c Log Message: Cast enum explicitly to different type. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src

CVS commit: src/external/bsd/openpam/dist/lib/libpam

2018-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 11 00:25:12 UTC 2018 Modified Files: src/external/bsd/openpam/dist/lib/libpam: pam_getenvlist.c Log Message: non-null arg. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/bsd/openpam/dist

CVS commit: src/external/bsd/openpam/dist/lib

2014-06-17 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Jun 17 07:08:47 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: make sure we have a log message at the appropriate level (error) on why pam is failing in the case of an included pam co

CVS commit: src/external/bsd/openpam/dist/lib

2014-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 3 20:21:32 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: CVE-2014-3879: Incorrect error handling in PAM policy parser: Missing module files were treated as soft failures le

CVS commit: src/external/bsd/openpam/dist/lib

2014-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 3 20:22:54 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: For consistency, handle REQUISITE modules the same way as we handle REQUIRED and BINDING. To generate a diff of t

CVS commit: src/external/bsd/openpam/dist/lib

2014-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 23 13:41:58 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_log.c Log Message: Apply diagnostic overwrite for clang too. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/ope

CVS commit: src/external/bsd/openpam/dist/lib

2014-01-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 20 01:15:03 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_log.c Log Message: gcc 4.1 does not support pragma diagnostic ignored To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/exte

CVS commit: src/external/bsd/openpam/dist/lib

2014-01-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 7 02:15:02 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_log.c Log Message: Ignore non-literal format strings, the modifications can't be expressed with the current framework. To generate a diff of

CVS commit: src/external/bsd/openpam/dist/lib

2014-01-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 3 22:49:21 UTC 2014 Modified Files: src/external/bsd/openpam/dist/lib: openpam_configure.c Log Message: Avoid implicit cast on the return value. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/exter

CVS commit: src/external/bsd/openpam/dist/lib

2013-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 29 22:55:32 UTC 2013 Modified Files: src/external/bsd/openpam/dist/lib: openpam_set_option.c openpam_straddch.c openpam_subst.c openpam_ttyconv.c pam_getenvlist.c pam_putenv.c pam_start.c Log Mess

CVS commit: src/external/bsd/openpam/dist/lib

2013-02-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 5 23:47:43 UTC 2013 Modified Files: src/external/bsd/openpam/dist/lib: openpam_dynamic.c Log Message: - dlopen(3) errors should be printed with dlerror(3) so we get the reason the module link failed, instead of printi

CVS commit: src/external/bsd/openpam/dist/lib

2012-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 15 06:16:41 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib: openpam_dynamic.c Log Message: PR/46801: Izumi Tsutsui: - downgrade the error of not finding a file to load to a debug message. Statically linked

CVS commit: src/external/bsd/openpam/dist/lib

2012-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 14 15:14:08 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib: openpam_ttyconv.c Log Message: use a function constant instead of NetBSD To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/

CVS commit: src/external/bsd/openpam/dist/lib

2012-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 13 16:36:38 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib: openpam_ttyconv.c Log Message: replace the custom getpass with getpassfd() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/externa

CVS commit: src/external/bsd/openpam/dist/lib

2012-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 11 02:28:47 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib: openpam_ttyconv.c Log Message: Add sigquit for completeness to the list of blocked signals with int and tstp. Does not have any security implication

CVS commit: src/external/bsd/openpam/dist/lib

2012-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 18:56:50 UTC 2012 Modified Files: src/external/bsd/openpam/dist/lib: openpam_check_owner_perms.c openpam_configure.c openpam_dynamic.c openpam_ttyconv.c Log Message: don't use %m in openpam_log, because it

CVS commit: src/external/bsd/openpam/dist/lib

2011-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 28 14:53:38 UTC 2011 Modified Files: src/external/bsd/openpam/dist/lib: openpam_log.c Log Message: Reverse the order of printf formatting to make it easier for compilers to check printf arguments. >From joerg@ To gener

CVS commit: src/external/bsd/openpam/dist/lib

2011-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 27 20:29:08 UTC 2011 Modified Files: src/external/bsd/openpam/dist/lib: pam_start.c Log Message: don't allocate variable arrays on the stack for SSP (from joerg) To generate a diff of this commit: cvs rdiff -u -r1.2 -r