From 122951108bad928f20972e90badb01936149a65e Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Tue, 31 Mar 1992 20:50:29 +0000 Subject: [PATCH] Support for rfc 931. --- config/balance-config.h | 5 +++-- config/config-template.h | 11 +++++++++-- config/sun4os4-config.h | 6 ++++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/config/balance-config.h b/config/balance-config.h index d651e4f6e..62819a5cc 100644 --- a/config/balance-config.h +++ b/config/balance-config.h @@ -1,5 +1,5 @@ /* - * $Id: balance-config.h,v 1.4 1991/09/15 10:34:01 linus Exp $ + * $Id: balance-config.h,v 1.5 1992/03/31 20:50:21 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -23,7 +23,7 @@ * Please mail bug reports to bug-lyskom@lysator.liu.se. */ /* - * $Id: balance-config.h,v 1.4 1991/09/15 10:34:01 linus Exp $ + * $Id: balance-config.h,v 1.5 1992/03/31 20:50:21 ceder Exp $ * * This works on a Sequent Balance running Dynix 2.1.1. */ @@ -32,4 +32,5 @@ #define HAVE_GETDTABLESIZE #define HAVE_STRERROR +#define RFC_931 #define ENCRYPT_PASSWORDS diff --git a/config/config-template.h b/config/config-template.h index 785368cb9..bdb5713cc 100644 --- a/config/config-template.h +++ b/config/config-template.h @@ -1,5 +1,5 @@ /* - * $Id: config-template.h,v 1.5 1991/09/15 10:33:54 linus Exp $ + * $Id: config-template.h,v 1.6 1992/03/31 20:50:25 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -23,7 +23,7 @@ * Please mail bug reports to bug-lyskom@lysator.liu.se. */ /* - * $Id: config-template.h,v 1.5 1991/09/15 10:33:54 linus Exp $ + * $Id: config-template.h,v 1.6 1992/03/31 20:50:25 ceder Exp $ * * This is a generic configuration file for LysKOM. */ @@ -43,6 +43,13 @@ #define HAVE_LOCALE +/* + * Define RFC_931 if you want to use authentication as in rfc 931. + * You need the authuser package that Daniel J. Bernstein has written. + */ + +#define RFC_931 + /* * Define HAVE_STRERROR if your libc.a have strerror. */ diff --git a/config/sun4os4-config.h b/config/sun4os4-config.h index 1603482b2..147778286 100644 --- a/config/sun4os4-config.h +++ b/config/sun4os4-config.h @@ -1,5 +1,5 @@ /* - * $Id: sun4os4-config.h,v 1.4 1991/09/15 10:33:50 linus Exp $ + * $Id: sun4os4-config.h,v 1.5 1992/03/31 20:50:29 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -23,7 +23,7 @@ * Please mail bug reports to bug-lyskom@lysator.liu.se. */ /* - * $Id: sun4os4-config.h,v 1.4 1991/09/15 10:33:50 linus Exp $ + * $Id: sun4os4-config.h,v 1.5 1992/03/31 20:50:29 ceder Exp $ * * Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1. * This is the configuration we are running at Lysator, so this is @@ -39,6 +39,8 @@ #define BUGGY_INET_NTOA +#define RFC_931 + #define HAVE_GETDTABLESIZE /* We have LOCALE. */ -- GitLab