summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-07-24 06:52:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-07-24 06:52:13 +0000
commit0410e32f47c0dcfc3385a1db2ee44f8bb35c10c4 (patch)
tree5050f4c269f589b71cf440fe69aab4d00b269703 /ChangeLog
parentacb98497fb7ff75362491d1c17a5e01fe2beb5b8 (diff)
- (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface, and isolate shadow password functions. Tested in Solaris, but should not break other platforms too badly (except maybe HP =). Also brings auth-passwd.c into full sync with OpenBSD tree.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa8ee2fb..5676dafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+20030724
+ - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.c
+ openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface,
+ and isolate shadow password functions. Tested in Solaris, but should
+ not break other platforms too badly (except maybe HP =). Also brings
+ auth-passwd.c into full sync with OpenBSD tree.
+
20030723
- (dtucker) [configure.ac] Back out change for bug #620.
@@ -721,4 +728,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.2864 2003/07/23 04:33:10 dtucker Exp $
+$Id: ChangeLog,v 1.2865 2003/07/24 06:52:13 mouring Exp $