forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] 2006/08/03 03:34:42
[OVERVIEW atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c] [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c] [auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c] [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c ] [auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c bufaux.c bufbn.c] [buffer.c buffer.h canohost.c channels.c channels.h cipher-3des1.c] [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c] [compress.c deattack.c dh.c dispatch.c dns.c dns.h fatal.c groupaccess.c] [groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c] [kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c] [key.h log.c log.h mac.c match.c md-sha256.c misc.c misc.h moduli.c] [monitor.c monitor_fdpass.c monitor_mm.c monitor_mm.h monitor_wrap.c] [monitor_wrap.h msg.c nchan.c packet.c progressmeter.c readconf.c] [readconf.h readpass.c rsa.c scard.c scard.h scp.c servconf.c servconf.h] [serverloop.c session.c session.h sftp-client.c sftp-common.c] [sftp-common.h sftp-glob.c sftp-server.c sftp.c ssh-add.c ssh-agent.c] [ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c] [ssh.c ssh.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c] [sshd.c sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c] [uidswap.c uidswap.h uuencode.c uuencode.h xmalloc.c xmalloc.h] [loginrec.c loginrec.h openbsd-compat/port-aix.c openbsd-compat/port-tun.h] almost entirely get rid of the culture of ".h files that include .h files" ok djm, sort of ok stevesk makes the pain stop in one easy step NB. portable commit contains everything *except* removing includes.h, as that will take a fair bit more work as we move headers that are required for portability workarounds to defines.h. (also, this step wasn't "easy")
- Loading branch information
Showing
133 changed files
with
584 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,34 @@ | |
- [email protected] 2006/08/01 23:36:12 | ||
[authfile.c channels.c progressmeter.c scard.c servconf.c ssh.c] | ||
clean extra spaces | ||
- [email protected] 2006/08/03 03:34:42 | ||
[OVERVIEW atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c] | ||
[auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c] | ||
[auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c] | ||
[auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c ] | ||
[auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c bufaux.c bufbn.c] | ||
[buffer.c buffer.h canohost.c channels.c channels.h cipher-3des1.c] | ||
[cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c] | ||
[compress.c deattack.c dh.c dispatch.c dns.c dns.h fatal.c groupaccess.c] | ||
[groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c] | ||
[kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c] | ||
[key.h log.c log.h mac.c match.c md-sha256.c misc.c misc.h moduli.c] | ||
[monitor.c monitor_fdpass.c monitor_mm.c monitor_mm.h monitor_wrap.c] | ||
[monitor_wrap.h msg.c nchan.c packet.c progressmeter.c readconf.c] | ||
[readconf.h readpass.c rsa.c scard.c scard.h scp.c servconf.c servconf.h] | ||
[serverloop.c session.c session.h sftp-client.c sftp-common.c] | ||
[sftp-common.h sftp-glob.c sftp-server.c sftp.c ssh-add.c ssh-agent.c] | ||
[ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c] | ||
[ssh.c ssh.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c] | ||
[sshd.c sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c] | ||
[uidswap.c uidswap.h uuencode.c uuencode.h xmalloc.c xmalloc.h] | ||
[loginrec.c loginrec.h openbsd-compat/port-aix.c openbsd-compat/port-tun.h] | ||
almost entirely get rid of the culture of ".h files that include .h files" | ||
ok djm, sort of ok stevesk | ||
makes the pain stop in one easy step | ||
NB. portable commit contains everything *except* removing includes.h, as | ||
that will take a fair bit more work as we move headers that are required | ||
for portability workarounds to defines.h. (also, this step wasn't "easy") | ||
|
||
20060804 | ||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent | ||
|
@@ -5124,4 +5152,4 @@ | |
- (djm) Trim deprecated options from INSTALL. Mention UsePAM | ||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | ||
|
||
$Id: ChangeLog,v 1.4451 2006/08/05 01:38:40 djm Exp $ | ||
$Id: ChangeLog,v 1.4452 2006/08/05 02:39:39 djm Exp $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: auth-options.c,v 1.39 2006/07/22 20:48:22 stevesk Exp $ */ | ||
/* $OpenBSD: auth-options.c,v 1.40 2006/08/03 03:34:41 deraadt Exp $ */ | ||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland | ||
|
@@ -17,17 +17,25 @@ | |
#include <netdb.h> | ||
#include <pwd.h> | ||
#include <string.h> | ||
#include <stdio.h> | ||
#include <stdarg.h> | ||
|
||
#include "xmalloc.h" | ||
#include "match.h" | ||
#include "log.h" | ||
#include "canohost.h" | ||
#include "buffer.h" | ||
#include "channels.h" | ||
#include "auth-options.h" | ||
#include "servconf.h" | ||
#include "misc.h" | ||
#include "monitor_wrap.h" | ||
#include "key.h" | ||
#include "hostfile.h" | ||
#include "auth.h" | ||
#ifdef GSSAPI | ||
#include "ssh-gss.h" | ||
#endif | ||
#include "monitor_wrap.h" | ||
|
||
/* Flags set authorized_keys flags */ | ||
int no_port_forwarding_flag = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: auth-options.h,v 1.15 2006/07/06 16:03:53 stevesk Exp $ */ | ||
/* $OpenBSD: auth-options.h,v 1.16 2006/08/03 03:34:41 deraadt Exp $ */ | ||
|
||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
|
@@ -15,10 +15,6 @@ | |
#ifndef AUTH_OPTIONS_H | ||
#define AUTH_OPTIONS_H | ||
|
||
#include <sys/types.h> | ||
|
||
#include <pwd.h> | ||
|
||
/* Linked list of custom environment strings */ | ||
struct envstring { | ||
struct envstring *next; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: auth-passwd.c,v 1.39 2006/08/01 23:22:47 stevesk Exp $ */ | ||
/* $OpenBSD: auth-passwd.c,v 1.40 2006/08/03 03:34:41 deraadt Exp $ */ | ||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland | ||
|
@@ -43,11 +43,14 @@ | |
#include <pwd.h> | ||
#include <stdio.h> | ||
#include <string.h> | ||
#include <stdarg.h> | ||
|
||
#include "packet.h" | ||
#include "buffer.h" | ||
#include "log.h" | ||
#include "servconf.h" | ||
#include "key.h" | ||
#include "hostfile.h" | ||
#include "auth.h" | ||
#include "auth-options.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: auth-rh-rsa.c,v 1.41 2006/07/06 16:03:53 stevesk Exp $ */ | ||
/* $OpenBSD: auth-rh-rsa.c,v 1.42 2006/08/03 03:34:41 deraadt Exp $ */ | ||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland | ||
|
@@ -18,17 +18,21 @@ | |
#include <sys/types.h> | ||
|
||
#include <pwd.h> | ||
#include <stdarg.h> | ||
|
||
#include "packet.h" | ||
#include "uidswap.h" | ||
#include "log.h" | ||
#include "buffer.h" | ||
#include "servconf.h" | ||
#include "key.h" | ||
#include "hostfile.h" | ||
#include "pathnames.h" | ||
#include "auth.h" | ||
#include "canohost.h" | ||
|
||
#ifdef GSSAPI | ||
#include "ssh-gss.h" | ||
#endif | ||
#include "monitor_wrap.h" | ||
|
||
/* import */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: auth-rhosts.c,v 1.40 2006/08/01 23:22:47 stevesk Exp $ */ | ||
/* $OpenBSD: auth-rhosts.c,v 1.41 2006/08/03 03:34:41 deraadt Exp $ */ | ||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland | ||
|
@@ -25,13 +25,17 @@ | |
#include <pwd.h> | ||
#include <stdio.h> | ||
#include <string.h> | ||
#include <stdarg.h> | ||
|
||
#include "packet.h" | ||
#include "buffer.h" | ||
#include "uidswap.h" | ||
#include "pathnames.h" | ||
#include "log.h" | ||
#include "servconf.h" | ||
#include "canohost.h" | ||
#include "key.h" | ||
#include "hostfile.h" | ||
#include "auth.h" | ||
|
||
/* import */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: auth-rsa.c,v 1.70 2006/08/01 23:22:47 stevesk Exp $ */ | ||
/* $OpenBSD: auth-rsa.c,v 1.71 2006/08/03 03:34:41 deraadt Exp $ */ | ||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
* Copyright (c) 1995 Tatu Ylonen <[email protected]>, Espoo, Finland | ||
|
@@ -26,18 +26,23 @@ | |
#include <stdio.h> | ||
#include <string.h> | ||
|
||
#include "xmalloc.h" | ||
#include "rsa.h" | ||
#include "packet.h" | ||
#include "xmalloc.h" | ||
#include "ssh1.h" | ||
#include "uidswap.h" | ||
#include "match.h" | ||
#include "buffer.h" | ||
#include "auth-options.h" | ||
#include "pathnames.h" | ||
#include "log.h" | ||
#include "servconf.h" | ||
#include "auth.h" | ||
#include "key.h" | ||
#include "hostfile.h" | ||
#include "auth.h" | ||
#ifdef GSSAPI | ||
#include "ssh-gss.h" | ||
#endif | ||
#include "monitor_wrap.h" | ||
#include "ssh.h" | ||
#include "misc.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.