]> andersk Git - gssapi-openssh.git/blobdiff - openssh/pathnames.h
added note that we added GT 3.2b compatibility in this release
[gssapi-openssh.git] / openssh / pathnames.h
index 1a50beb264363f63598ae018f35addc7a3c4d371..39ff147b1c544540dee09b111390ed2bb2d9574f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pathnames.h,v 1.12 2002/03/19 03:03:43 stevesk Exp $  */
+/*     $OpenBSD: pathnames.h,v 1.14 2004/01/30 09:48:57 markus Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  */
 void init_pathnames();
 
-#ifndef _PATH_SSH_PIDDIR
-#define _PATH_SSH_PIDDIR               "/var/run"
-#endif
-
 /*
  * System-wide file containing host keys of known hosts.  This file should be
  * world-readable.
@@ -50,7 +46,7 @@ extern char *_PATH_SSH_PROGRAM;
  * The process id of the daemon listening for connections is saved here to
  * make it easier to kill the correct daemon when necessary.
  */
-#define _PATH_SSH_DAEMON_PID_FILE      _PATH_SSH_PIDDIR "/sshd.pid"
+extern char *_PATH_SSH_DAEMON_PID_FILE;
 
 /*
  * The directory in user\'s home directory in which the files reside. The
@@ -119,6 +115,9 @@ extern char *_PATH_SSH_HOSTS_EQUIV;
 #define _PATH_SSH_ASKPASS_DEFAULT      "/usr/X11R6/bin/ssh-askpass"
 #endif
 
+/* Location of ssh-keysign for hostbased authentication */
+extern char *_PATH_SSH_KEY_SIGN;
+
 /* xauth for X11 forwarding */
 #ifndef _PATH_XAUTH
 #define _PATH_XAUTH                    "/usr/X11R6/bin/xauth"
@@ -142,6 +141,11 @@ extern char *_PATH_SFTP_SERVER;
 #define _PATH_PRIVSEP_CHROOT_DIR       "/var/empty"
 #endif
 
+/* for passwd change */
+#ifndef _PATH_PASSWD_PROG
+#define _PATH_PASSWD_PROG             "/usr/bin/passwd"
+#endif
+
 #ifndef _PATH_LS
 #define _PATH_LS                       "ls"
 #endif
This page took 0.361082 seconds and 4 git commands to generate.