summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog61
1 files changed, 7 insertions, 54 deletions
diff --git a/ChangeLog b/ChangeLog
index 3959098e..6ccc4d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,56 +1,9 @@
-20030428
- - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
- hacked code.
-
-20030427
- - (bal) Bug #541: return; was dropped by mistake. Reported by
- furrier@iglou.com
- - (bal) Since we don't support platforms lacking u_int_64. We may
- as well clean out some of those evil #ifdefs
- - (bal) auth1.c minor resync while looking at the code.
- - (bal) auth2.c same changed as above.
-
-20030409
- - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
- from matth@eecs.berkeley.edu
- - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
- - (djm) OpenBSD CVS Sync
- - markus@cvs.openbsd.org 2003/04/02 09:48:07
- [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
- [readconf.h serverloop.c sshconnect2.c]
- reapply rekeying chage, tested by henning@, ok djm@
- - markus@cvs.openbsd.org 2003/04/02 14:36:26
- [ssh-keysign.c]
- potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
- - itojun@cvs.openbsd.org 2003/04/03 07:25:27
- [progressmeter.c]
- $OpenBSD$
- - itojun@cvs.openbsd.org 2003/04/03 10:17:35
- [progressmeter.c]
- remove $OpenBSD$, as other *.c does not have it.
- - markus@cvs.openbsd.org 2003/04/07 08:29:57
- [monitor_wrap.c]
- typo: get correct counters; introduced during rekeying change.
- - millert@cvs.openbsd.org 2003/04/07 21:58:05
- [progressmeter.c]
- The UCB copyright here is incorrect. This code did not originate
- at UCB, it was written by Luke Mewburn. Updated the copyright at
- the author's request. markus@ OK
- - itojun@cvs.openbsd.org 2003/04/08 20:21:29
- [*.c *.h]
- rename log() into logit() to avoid name conflict. markus ok, from
- netbsd
- - (djm) XXX - Performed locally using:
- "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
- - hin@cvs.openbsd.org 2003/04/09 08:23:52
- [servconf.c]
- Don't include <krb.h> when compiling with Kerberos 5 support
- - (djm) Fix up missing include for packet.c
- - (djm) Fix missed log => logit occurance (reference by function pointer)
-
-20030402
- - (bal) if IP_TOS is not found or broken don't try to compile in
- packet_set_tos() function call. bug #527
+20030429
+ - (djm) Add back radix.o (used by AFS support), after it went missing from
+ Makefile many moons ago
+ - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
+ - (djm) Fix blibpath specification for AIX/gcc
+ - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
20030401
- (djm) OpenBSD CVS Sync
@@ -1349,4 +1302,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
-$Id: ChangeLog,v 1.2663 2003/04/28 23:30:43 mouring Exp $
+$Id: ChangeLog,v 1.2648.2.1 2003/04/29 09:12:07 djm Exp $