summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:49:30 +1000
commit4cbfe8ebebb1fb345bddab629768ad95885846d6 (patch)
treef60c58161c0e33a6a981314558a9fcc2a5432bd2
parent2ab323e0bd531926542784fdada06358d52cc020 (diff)
- (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
remove last traces of bufaux.h - it was merged into buffer.h in the big includes.h commit
-rw-r--r--ChangeLog5
-rw-r--r--auth-pam.c1
-rw-r--r--auth.c1
-rw-r--r--entropy.c1
-rw-r--r--openbsd-compat/port-tun.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f859f08ab..57c9d0225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,6 +86,9 @@
86 [monitor.c session.c ssh-agent.c] 86 [monitor.c session.c ssh-agent.c]
87 spaces 87 spaces
88 - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c 88 - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
89 - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
90 remove last traces of bufaux.h - it was merged into buffer.h in the big
91 includes.h commit
89 92
9020060804 9320060804
91 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent 94 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5156,4 +5159,4 @@
5156 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5159 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5157 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5160 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5158 5161
5159$Id: ChangeLog,v 1.4454 2006/08/05 02:43:32 djm Exp $ 5162$Id: ChangeLog,v 1.4455 2006/08/05 02:49:30 djm Exp $
diff --git a/auth-pam.c b/auth-pam.c
index a67eaa309..695198493 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -81,7 +81,6 @@
81#include "auth.h" 81#include "auth.h"
82#include "auth-pam.h" 82#include "auth-pam.h"
83#include "buffer.h" 83#include "buffer.h"
84#include "bufaux.h"
85#include "canohost.h" 84#include "canohost.h"
86#include "log.h" 85#include "log.h"
87#include "monitor_wrap.h" 86#include "monitor_wrap.h"
diff --git a/auth.c b/auth.c
index fba32eb96..f2aee8fdb 100644
--- a/auth.c
+++ b/auth.c
@@ -60,7 +60,6 @@
60#include "canohost.h" 60#include "canohost.h"
61#include "uidswap.h" 61#include "uidswap.h"
62#include "misc.h" 62#include "misc.h"
63#include "bufaux.h"
64#include "packet.h" 63#include "packet.h"
65#include "loginrec.h" 64#include "loginrec.h"
66#ifdef GSSAPI 65#ifdef GSSAPI
diff --git a/entropy.c b/entropy.c
index b98e3c859..f0331a84e 100644
--- a/entropy.c
+++ b/entropy.c
@@ -46,7 +46,6 @@
46#include "pathnames.h" 46#include "pathnames.h"
47#include "log.h" 47#include "log.h"
48#include "buffer.h" 48#include "buffer.h"
49#include "bufaux.h"
50 49
51/* 50/*
52 * Portable OpenSSH PRNG seeding: 51 * Portable OpenSSH PRNG seeding:
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c
index f6a6aa9e1..d2ea03874 100644
--- a/openbsd-compat/port-tun.c
+++ b/openbsd-compat/port-tun.c
@@ -28,7 +28,7 @@
28 28
29#include "log.h" 29#include "log.h"
30#include "misc.h" 30#include "misc.h"
31#include "bufaux.h" 31#include "buffer.h"
32 32
33/* 33/*
34 * This is the portable version of the SSH tunnel forwarding, it 34 * This is the portable version of the SSH tunnel forwarding, it