From 329d15808010f19a120332913c765eb420a0b006 Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 28 Mar 2018 05:55:46 +0200 Subject: [PATCH 1/4] EN->DE --- man/de/man8/pam_panic.8 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/man/de/man8/pam_panic.8 b/man/de/man8/pam_panic.8 index 2f6f769..2ec7d5f 100644 --- a/man/de/man8/pam_panic.8 +++ b/man/de/man8/pam_panic.8 @@ -93,12 +93,9 @@ Die Ger\(:ate-UUID, bei dem der luksHeaders zerst\(:ort werden w\(:urde, sobald .PP -.SH "WIE WENDE ICH ES AN" +.SH "ANWENDUNG" .PP -Um das Modul anzuwenden, m\(:ussen eine oder mehrere Dateien in \fI/etc/pam.d/\fR\& ver\(:andert werden\&. -Dort sind verschiendene (Dienst-)Programme und andere Konfigurationsdateien ersichtlich, die das PAM modul verwenden\&. -Falls Ubuntu verwendet wird, so k\(:onnte die Datei "\fIcommon-auth\fR" interessant sein. -Informationen zur Handhabung der pam.d-Konfigurationsdateien ist es anzuraten, das Wiki der jeweiligen Distribution zu konsultieren\&. +Um das Modul zu aktivieren, muss PAM konfiguriert werden\&. Siehe dazu \fBpam\&.conf(5)\fR\&. .PP Man f\(:uge folgende beispielhafte Zeilen am Anfang einer Konfigurationsdatei hinzu: .PD 0 @@ -155,7 +152,7 @@ Fehlerberichte (m\(:oglichst auf Englisch) und Codeverbesserungen k\(:onnen hier .SH "SIEHE AUCH" .PP \fBcryptsetup\fR(8), -\fBpam.d\fR(5), +\fBpam\&.conf\fR(5), \fBpam\fR(8)\&. From ad87063614702875946b60027b53d536cf0b6eef Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 28 Mar 2018 07:22:22 +0200 Subject: [PATCH 2/4] strcpy() -> strncpy() --- src/pam_panic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pam_panic.c b/src/pam_panic.c index 0dbee3c..f05a018 100644 --- a/src/pam_panic.c +++ b/src/pam_panic.c @@ -65,13 +65,13 @@ PAM_EXTERN int pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc, cons // Argument handling for(int i=0; i Date: Wed, 28 Mar 2018 18:51:40 +0200 Subject: [PATCH 3/4] Linking to issues --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c18371..fc924bd 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ See `man 8 pam_panic` for more. ## TODO -- Asking for man page translations. -- Integrate panic password(?) +- Asking for [man page translations](https://github.com/Bandie/pam_panic/issues?q=is%3Aissue+is%3Aopen+label%3Alocalization) +- Integrate [panic password](https://github.com/Bandie/pam_panic/issues/7) From e40698aa8befaf9fc8b61b49d70d189a8afcb394 Mon Sep 17 00:00:00 2001 From: Dashie Date: Wed, 28 Mar 2018 20:36:10 +0200 Subject: [PATCH 4/4] Fix some reset terminations --- man/man8/pam_panic.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/pam_panic.8 b/man/man8/pam_panic.8 index dd001b0..a9b4685 100644 --- a/man/man8/pam_panic.8 +++ b/man/man8/pam_panic.8 @@ -53,7 +53,7 @@ See \fBHOW TO DETERMINE MY UUIDS\fR for details\&. \fBreject=\fR\fB\fIUUID(GPT)\fR\fR (required) .RS 4 -The UUID of the device to be used in emergencies. The presence of this device will trigger \fBreboot\fR, \fBpoweroff\fR and/or the panic function, depending on whether \fBreboot\fB, \fBpoweroff\fB, and/or \fBserious\fB are specified. +The UUID of the device to be used in emergencies. The presence of this device will trigger \fBreboot\fR, \fBpoweroff\fR and/or the panic function, depending on whether \fBreboot\fR, \fBpoweroff\fR, and/or \fBserious\fR are specified. .PD 0 .PP .PD 1