- djm@cvs.openbsd.org 2006/04/01 05:37:46

[OVERVIEW]
     $OpenBSD$ in here too
This commit is contained in:
Darren Tucker 2006-05-06 17:48:48 +10:00
parent 31cde6828d
commit f779f672eb
2 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,9 @@
- djm@cvs.openbsd.org 2006/05/04 14:55:23
[dh.c]
tighter DH exponent checks here too; feedback and ok markus@
- djm@cvs.openbsd.org 2006/04/01 05:37:46
[OVERVIEW]
$OpenBSD$ in here too
20060504
- (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
@ -4605,4 +4608,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4322 2006/05/06 07:43:33 dtucker Exp $
$Id: ChangeLog,v 1.4323 2006/05/06 07:48:48 dtucker Exp $

View File

@ -162,8 +162,8 @@ these programs.
- There are several other files in the distribution that contain
various auxiliary routines:
ssh.h the main header file for ssh (various definitions)
getput.h byte-order independent storage of integers
includes.h includes most system headers. Lots of #ifdefs.
tildexpand.c expand tilde in file names
uidswap.c uid-swapping
xmalloc.c "safe" malloc routines
$OpenBSD: OVERVIEW,v 1.10 2006/04/01 05:37:46 djm Exp $