#include <kerberosIV/des.h> -> #include <des.h>

This commit is contained in:
Mark Murray 1996-02-11 09:18:18 +00:00
parent 0a40049352
commit bbff7ca556
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14024
13 changed files with 15 additions and 15 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: rcp.c,v 1.5 1995/09/10 14:57:48 markm Exp $
* $Id: rcp.c,v 1.6 1996/02/08 21:06:40 pst Exp $
*/
#ifndef lint
@ -69,7 +69,7 @@ static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#include "extern.h"
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include "../../usr.bin/rlogin/krb.h"

View File

@ -38,7 +38,7 @@ static char sccsid[] = "@(#)klogin.c 8.3 (Berkeley) 4/2/94";
#ifdef KERBEROS
#include <sys/param.h>
#include <sys/syslog.h>
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include <err.h>

View File

@ -79,7 +79,7 @@ static char sccsid[] = "@(#)rlogind.c 8.1 (Berkeley) 6/4/93";
#endif
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#define SECURE_MESSAGE "This rlogin session is using DES encryption for all transmissions.\r\n"

View File

@ -82,7 +82,7 @@ char *topdomain __P((char *));
void usage __P((void));
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#define VERSION_SIZE 9
#define SECURE_MESSAGE "This rsh session is using DES encryption for all transmissions.\r\n"

View File

@ -60,7 +60,7 @@ static char sccsid[] = "@(#)mount_nfs.c 8.3 (Berkeley) 3/27/94";
#endif
#ifdef NFSKERB
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#endif

View File

@ -67,7 +67,7 @@ static char sccsid[] = "@(#)nfsd.c 8.7 (Berkeley) 2/22/94";
#include <nfs/nfs.h>
#ifdef NFSKERB
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#endif

View File

@ -38,7 +38,7 @@ static char sccsid[] = "@(#)klogin.c 8.3 (Berkeley) 4/2/94";
#ifdef KERBEROS
#include <sys/param.h>
#include <sys/syslog.h>
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include <err.h>

View File

@ -44,7 +44,7 @@ static char sccsid[] = "@(#)kcmd.c 8.2 (Berkeley) 8/19/93";
#include <netinet/in.h>
#include <arpa/inet.h>
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include <kerberosIV/kparse.h>

View File

@ -52,7 +52,7 @@ static char sccsid[] = "@(#)krcmd.c 8.1 (Berkeley) 6/6/93";
#include <netinet/in.h>
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include <stdio.h>

View File

@ -74,7 +74,7 @@ static char sccsid[] = "@(#)rlogin.c 8.1 (Berkeley) 6/6/93";
#endif
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include "krb.h"

View File

@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint
static char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94";
static char rcsid[] =
"$Id: rsh.c,v 1.5 1995/10/05 21:30:13 gibbs Exp $";
"$Id: rsh.c,v 1.6 1996/02/03 11:49:29 markm Exp $";
#endif /* not lint */
#include <sys/types.h>
@ -65,7 +65,7 @@ static char rcsid[] =
#include "pathnames.h"
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
CREDENTIALS cred;

View File

@ -61,7 +61,7 @@ static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94";
#endif
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include <netdb.h>

View File

@ -67,7 +67,7 @@ static char sccsid[] = "@(#)nfsd.c 8.7 (Berkeley) 2/22/94";
#include <nfs/nfs.h>
#ifdef NFSKERB
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#endif