diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | OVERVIEW | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -8,6 +8,9 @@ | |||
8 | - djm@cvs.openbsd.org 2006/05/04 14:55:23 | 8 | - djm@cvs.openbsd.org 2006/05/04 14:55:23 |
9 | [dh.c] | 9 | [dh.c] |
10 | tighter DH exponent checks here too; feedback and ok markus@ | 10 | tighter DH exponent checks here too; feedback and ok markus@ |
11 | - djm@cvs.openbsd.org 2006/04/01 05:37:46 | ||
12 | [OVERVIEW] | ||
13 | $OpenBSD$ in here too | ||
11 | 14 | ||
12 | 20060504 | 15 | 20060504 |
13 | - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c | 16 | - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c |
@@ -4605,4 +4608,4 @@ | |||
4605 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4608 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4606 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4609 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4607 | 4610 | ||
4608 | $Id: ChangeLog,v 1.4322 2006/05/06 07:43:33 dtucker Exp $ | 4611 | $Id: ChangeLog,v 1.4323 2006/05/06 07:48:48 dtucker Exp $ |
@@ -162,8 +162,8 @@ these programs. | |||
162 | - There are several other files in the distribution that contain | 162 | - There are several other files in the distribution that contain |
163 | various auxiliary routines: | 163 | various auxiliary routines: |
164 | ssh.h the main header file for ssh (various definitions) | 164 | ssh.h the main header file for ssh (various definitions) |
165 | getput.h byte-order independent storage of integers | ||
166 | includes.h includes most system headers. Lots of #ifdefs. | 165 | includes.h includes most system headers. Lots of #ifdefs. |
167 | tildexpand.c expand tilde in file names | ||
168 | uidswap.c uid-swapping | 166 | uidswap.c uid-swapping |
169 | xmalloc.c "safe" malloc routines | 167 | xmalloc.c "safe" malloc routines |
168 | |||
169 | $OpenBSD: OVERVIEW,v 1.10 2006/04/01 05:37:46 djm Exp $ | ||