Bugzilla – Attachment 3566 Details for
Bug 3384
Feature proposal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch series cover letter
0000-cover-letter.patch (text/plain), 1.68 KB, created by
Thomas Koeller
on 2022-01-30 11:43:41 AEDT
(
hide
)
Description:
Patch series cover letter
Filename:
MIME Type:
Creator:
Thomas Koeller
Created:
2022-01-30 11:43:41 AEDT
Size:
1.68 KB
patch
obsolete
>From 1a01294e961e248170bb3d705b265db26b3cca92 Mon Sep 17 00:00:00 2001 >Message-Id: <cover.1643473104.git.thomas@koeller.dyndns.org> >From: Thomas Koeller <thomas@koeller.dyndns.org> >Date: Sat, 29 Jan 2022 17:18:24 +0100 >Subject: [PATCH 0/3] External authentication result processing > >This patch series adds an optional feature to sshd that allows for >external processing of user authentication results. for details, see the >README.authreport file. > >Thomas Koeller (3): > Headerfile dependency fixes > Add test program for authentication reporting > Added authentication result reporting to sshd > > Makefile.in | 4 +- > README.authreport | 38 ++++++++ > auth.c | 9 +- > auth.h | 2 + > auth2.c | 8 ++ > authreport-test/.gitignore | 2 + > authreport-test/authreport-sockettest.c | 79 ++++++++++++++++ > authreport.c | 121 ++++++++++++++++++++++++ > authreport.h | 37 ++++++++ > configure.ac | 13 +++ > misc.h | 1 + > servconf.c | 17 ++++ > servconf.h | 3 + > sshd.c | 8 ++ > sshd_config | 1 + > sshd_config.5 | 8 ++ > 16 files changed, 348 insertions(+), 3 deletions(-) > create mode 100644 README.authreport > create mode 100644 authreport-test/.gitignore > create mode 100644 authreport-test/authreport-sockettest.c > create mode 100644 authreport.c > create mode 100644 authreport.h > >-- >2.34.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3384
: 3566 |
3567
|
3568
|
3569