parent
a5362458d0
commit
1131847684
|
@ -11,6 +11,9 @@
|
||||||
[sftp-glob.c sftp-common.h sftp.c]
|
[sftp-glob.c sftp-common.h sftp.c]
|
||||||
buffer.h only needed in sftp-common.h and remove some unneeded
|
buffer.h only needed in sftp-common.h and remove some unneeded
|
||||||
user includes; ok djm@
|
user includes; ok djm@
|
||||||
|
- jmc@cvs.openbsd.org 2006/07/10 16:04:21
|
||||||
|
[sshd.8]
|
||||||
|
s/and and/and/
|
||||||
|
|
||||||
20060711
|
20060711
|
||||||
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
|
- (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
|
||||||
|
@ -4860,4 +4863,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4392 2006/07/12 12:07:08 dtucker Exp $
|
$Id: ChangeLog,v 1.4393 2006/07/12 12:07:59 dtucker Exp $
|
||||||
|
|
4
sshd.8
4
sshd.8
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.231 2006/07/10 12:46:52 dtucker Exp $
|
.\" $OpenBSD: sshd.8,v 1.232 2006/07/10 16:04:21 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -594,7 +594,7 @@ and
|
||||||
.Ql \&]
|
.Ql \&]
|
||||||
brackets then followed by
|
brackets then followed by
|
||||||
.Ql \&:
|
.Ql \&:
|
||||||
and and a non-standard port number.
|
and a non-standard port number.
|
||||||
.Pp
|
.Pp
|
||||||
Alternately, hostnames may be stored in a hashed form which hides host names
|
Alternately, hostnames may be stored in a hashed form which hides host names
|
||||||
and addresses should the file's contents be disclosed.
|
and addresses should the file's contents be disclosed.
|
||||||
|
|
Loading…
Reference in New Issue