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