CVS commit: src/lib/libpam/modules/pam_ssh

2020-03-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar  1 14:50:43 UTC 2020

Modified Files:
src/lib/libpam/modules/pam_ssh: Makefile

Log Message:
Add the sign client part.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libpam/modules/pam_ssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2020-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 27 03:25:09 UTC 2020

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
This takes a provider now


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2018-08-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Aug 26 08:54:03 UTC 2018

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
adjust to new libssh api.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2018-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  7 19:28:32 UTC 2018

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
fix and use the macro.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2018-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  7 13:57:12 UTC 2018

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
function grew an extra argument now.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2015-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  4 02:51:10 UTC 2015

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
Adapt to the new API.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2012-01-06 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Jan  6 14:04:02 UTC 2012

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
pull in from FreeBSD rev.1.41: Narrow the use of user credentials.
(call pam_get_authtok() with caller's rights rather than user's)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2011-12-16 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Dec 16 17:37:14 UTC 2011

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.8 pam_ssh.c

Log Message:
support ECDSA keys used by recent ssh


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpam/modules/pam_ssh/pam_ssh.8
cvs rdiff -u -r1.19 -r1.20 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2011-12-16 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Dec 16 17:35:09 UTC 2011

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
disallow empty passphrases per default, and implement the "nullok"
option to allow it if the administator wishes, from FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2011-12-16 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri Dec 16 17:30:12 UTC 2011

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
-remove remainders of the misguided changes in revs 1.5-1.9
-iron out more unnecessary differences to FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2011-05-06 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri May  6 17:22:09 UTC 2011

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
remove excess newlines in debug output


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam/modules/pam_ssh

2010-11-21 Thread Adam Ciarcinski
Module Name:src
Committed By:   adam
Date:   Sun Nov 21 20:41:36 UTC 2010

Modified Files:
src/lib/libpam/modules/pam_ssh: pam_ssh.c

Log Message:
Use ssh_add_identity_constrained() instead of ssh_add_identity()


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libpam/modules/pam_ssh/pam_ssh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.