summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-31 23:13:02 +1100
committerDamien Miller <djm@mindrot.org>2006-03-31 23:13:02 +1100
commit3f9418893e1254bda3b87e7d3af7029d11b0a6c7 (patch)
tree97662277f300ea1ab8255905b9d5d72a26f7578f /ChangeLog
parentd79b424e8ad424a44119f327e5ab1f79cd35649c (diff)
- djm@cvs.openbsd.org 2006/03/30 09:58:16
[authfd.c bufaux.c deattack.c gss-serv.c mac.c misc.c misc.h] [monitor_wrap.c msg.c packet.c sftp-client.c sftp-server.c ssh-agent.c] replace {GET,PUT}_XXBIT macros with functionally similar functions, silencing a heap of lint warnings. also allows them to use __bounded__ checking which can't be applied to macros; requested by and feedback from deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85648b98e..827719c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,13 @@
23 - djm@cvs.openbsd.org 2006/03/30 09:41:25 23 - djm@cvs.openbsd.org 2006/03/30 09:41:25
24 [channels.c] 24 [channels.c]
25 ARGSUSED for dispatch table-driven functions 25 ARGSUSED for dispatch table-driven functions
26 - djm@cvs.openbsd.org 2006/03/30 09:58:16
27 [authfd.c bufaux.c deattack.c gss-serv.c mac.c misc.c misc.h]
28 [monitor_wrap.c msg.c packet.c sftp-client.c sftp-server.c ssh-agent.c]
29 replace {GET,PUT}_XXBIT macros with functionally similar functions,
30 silencing a heap of lint warnings. also allows them to use
31 __bounded__ checking which can't be applied to macros; requested
32 by and feedback from deraadt@
26 33
2720060326 3420060326
28 - OpenBSD CVS Sync 35 - OpenBSD CVS Sync
@@ -4472,4 +4479,4 @@
4472 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4479 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4473 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4480 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4474 4481
4475$Id: ChangeLog,v 1.4294 2006/03/31 12:11:44 djm Exp $ 4482$Id: ChangeLog,v 1.4295 2006/03/31 12:13:02 djm Exp $