summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-08 21:52:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-08 21:52:47 +1100
commit2e0cf0dca20e56eb5d95a80ba0004769c5bc4ba7 (patch)
treed03f7560b26c36b6afd48ffb962775b6424fee72 /ChangeLog
parentb4d3012d2e9a0eb53c56565108c8278e45cefc77 (diff)
- (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c
monitor_wrap.c monitor_wrap.h session.c sshd.c]: Prepend all of the audit defines and enums with SSH_ to prevent namespace collisions on some platforms (eg AIX).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 89424da03..60e5374ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
3 regress tests so newer versions of GNU head(1) behave themselves. Patch 3 regress tests so newer versions of GNU head(1) behave themselves. Patch
4 by djm, so ok me. 4 by djm, so ok me.
5 - (dtucker) [openbsd-compat/port-aix.c] Silence compiler warnings. 5 - (dtucker) [openbsd-compat/port-aix.c] Silence compiler warnings.
6 - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c
7 monitor_wrap.c monitor_wrap.h session.c sshd.c]: Prepend all of the audit
8 defines and enums with SSH_ to prevent namespace collisions on some
9 platforms (eg AIX).
6 10
720050204 1120050204
8 - (dtucker) [monitor.c] Permit INVALID_USER audit events from slave too. 12 - (dtucker) [monitor.c] Permit INVALID_USER audit events from slave too.
@@ -2082,4 +2086,4 @@
2082 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2086 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2083 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2087 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2084 2088
2085$Id: ChangeLog,v 1.3638 2005/02/08 10:06:55 dtucker Exp $ 2089$Id: ChangeLog,v 1.3639 2005/02/08 10:52:47 dtucker Exp $