mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- (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
This commit is contained in:
parent
2ab323e0bd
commit
4cbfe8ebeb
@ -86,6 +86,9 @@
|
|||||||
[monitor.c session.c ssh-agent.c]
|
[monitor.c session.c ssh-agent.c]
|
||||||
spaces
|
spaces
|
||||||
- (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
|
- (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
|
||||||
|
- (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
|
||||||
|
|
||||||
20060804
|
20060804
|
||||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||||
@ -5156,4 +5159,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4454 2006/08/05 02:43:32 djm Exp $
|
$Id: ChangeLog,v 1.4455 2006/08/05 02:49:30 djm Exp $
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
#include "auth.h"
|
#include "auth.h"
|
||||||
#include "auth-pam.h"
|
#include "auth-pam.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "bufaux.h"
|
|
||||||
#include "canohost.h"
|
#include "canohost.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "monitor_wrap.h"
|
#include "monitor_wrap.h"
|
||||||
|
1
auth.c
1
auth.c
@ -60,7 +60,6 @@
|
|||||||
#include "canohost.h"
|
#include "canohost.h"
|
||||||
#include "uidswap.h"
|
#include "uidswap.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "bufaux.h"
|
|
||||||
#include "packet.h"
|
#include "packet.h"
|
||||||
#include "loginrec.h"
|
#include "loginrec.h"
|
||||||
#ifdef GSSAPI
|
#ifdef GSSAPI
|
||||||
|
@ -46,7 +46,6 @@
|
|||||||
#include "pathnames.h"
|
#include "pathnames.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "bufaux.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Portable OpenSSH PRNG seeding:
|
* Portable OpenSSH PRNG seeding:
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "bufaux.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the portable version of the SSH tunnel forwarding, it
|
* This is the portable version of the SSH tunnel forwarding, it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user