llib-lssh revision 7c478bd95313f5f23a4c958a745db2134aa03244
/* LINTLIBRARY */
/* PROTOLIB1 */
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <includes.h>
#include <ssh.h>
#include <atomicio.h>
#include <auth.h>
#include <auth-pam.h>
#include <auth2-pam.h>
#include <authfd.h>
#include <authfile.h>
#include <auth-options.h>
#include <base64.h>
#include <bindresvport.h>
#include <bsd-arc4random.h>
#include <bsd-cray.h>
#include <bsd-cygwin_util.h>
#include <bsd-getpeereid.h>
#include <bsd-misc.h>
#include <bsd-nextstep.h>
#include <bsd-snprintf.h>
#include <bsd-waitpid.h>
#include <bufaux.h>
#include <buffer.h>
#include <canohost.h>
#include <channels.h>
#include <cipher.h>
#include <clientloop.h>
#include <compat.h>
#include <compress.h>
#include <config.h>
#include <crc32.h>
#include <daemon.h>
#include <deattack.h>
#include <defines.h>
#include <dh.h>
#include <dirname.h>
#include <dispatch.h>
#include <entropy.h>
#include <fake-gai-errnos.h>
#include <fake-getaddrinfo.h>
#include <fake-getnameinfo.h>
#include <fake-socket.h>
#include <g11n.h>
#include <getcwd.h>
#include <getgrouplist.h>
#include <getopt.h>
#include <getput.h>
#include <glob.h>
#include <groupaccess.h>
#include <hostfile.h>
#include <inet_ntoa.h>
#include <inet_ntop.h>
#include <kex.h>
#include <key.h>
#include <log.h>
#include <loginrec.h>
#include <mac.h>
#include <match.h>
#include <misc.h>
#include <mktemp.h>
#include <monitor_fdpass.h>
#include <monitor.h>
#include <monitor_mm.h>
#include <monitor_wrap.h>
#include <mpaux.h>
#include <msg.h>
#include <myproposal.h>
#include <openbsd-compat.h>
#include <packet.h>
#include <pathnames.h>
#include <port-aix.h>
#include <port-irix.h>
#include <proxy-io.h>
#include <readconf.h>
#include <readpass.h>
#include <readpassphrase.h>
#include <realpath.h>
#include <rresvport.h>
#include <rsa.h>
#include <servconf.h>
#include <serverloop.h>
#include <session.h>
#include <setproctitle.h>
#include <sftp-common.h>
#include <sftp.h>
#include <sftp-int.h>
#include <sftp-glob.h>
#include <sftp-client.h>
#include <sigact.h>
#include <ssh1.h>
#include <ssh2.h>
#include <sshconnect.h>
#include <ssh-dss.h>
#include <sshlogin.h>
#include <sshpty.h>
#include <ssh-rsa.h>
#include <sshtty.h>
#include <strlcat.h>
#include <strlcpy.h>
#include <strmode.h>
#include <strsep.h>
#include <sys-queue.h>
#include <sys-tree.h>
#include <tildexpand.h>
#include <uidswap.h>
#include <uuencode.h>
#include <version.h>
#include <xlist.h>
#include <xmalloc.h>
#include <xmmap.h>
extern uid_t original_real_uid;
extern char *__progname;