diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -4,6 +4,7 @@ | |||
4 | agree. Pointed out by Roumen Petrov. | 4 | agree. Pointed out by Roumen Petrov. |
5 | - (dtucker) [INSTALL] Group the parts describing random options and PAM | 5 | - (dtucker) [INSTALL] Group the parts describing random options and PAM |
6 | implementations together which is hopefully more coherent. | 6 | implementations together which is hopefully more coherent. |
7 | - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid. | ||
7 | 8 | ||
8 | 20070816 | 9 | 20070816 |
9 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated | 10 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated |
@@ -3180,4 +3181,4 @@ | |||
3180 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3181 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3181 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3182 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3182 | 3183 | ||
3183 | $Id: ChangeLog,v 1.4733 2007/08/17 12:03:09 dtucker Exp $ | 3184 | $Id: ChangeLog,v 1.4734 2007/08/17 12:10:10 dtucker Exp $ |
@@ -184,7 +184,7 @@ $DISPLAY environment variable. Some broken systems need this. | |||
184 | --with-default-path=PATH allows you to specify a default $PATH for sessions | 184 | --with-default-path=PATH allows you to specify a default $PATH for sessions |
185 | started by sshd. This replaces the standard path entirely. | 185 | started by sshd. This replaces the standard path entirely. |
186 | 186 | ||
187 | --with-pid-dir=PATH specifies the directory in which the ssh.pid file is | 187 | --with-pid-dir=PATH specifies the directory in which the sshd.pid file is |
188 | created. | 188 | created. |
189 | 189 | ||
190 | --with-xauth=PATH specifies the location of the xauth binary | 190 | --with-xauth=PATH specifies the location of the xauth binary |
@@ -255,4 +255,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
255 | http://www.openssh.com/ | 255 | http://www.openssh.com/ |
256 | 256 | ||
257 | 257 | ||
258 | $Id: INSTALL,v 1.81 2007/08/17 12:03:10 dtucker Exp $ | 258 | $Id: INSTALL,v 1.82 2007/08/17 12:10:11 dtucker Exp $ |