a26891ad80
collection - kudos to Jan Schaumann for pointing it out. PAM module which permits authentication for arbitrary services via ssh-agent. Written with sudo in mind, but like any auth PAM module, can be used for for many purposes.
13 lines
293 B
Text
13 lines
293 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 19:48:12 agc Exp $
|
|
|
|
--- log.h 2009/12/11 15:51:23 1.1
|
|
+++ log.h 2009/12/11 15:51:40
|
|
@@ -15,6 +15,8 @@
|
|
#ifndef SSH_LOG_H
|
|
#define SSH_LOG_H
|
|
|
|
+#include <stdarg.h>
|
|
+
|
|
/* Supported syslog facilities and levels. */
|
|
typedef enum {
|
|
SYSLOG_FACILITY_DAEMON,
|