Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
12295110
Commit
12295110
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Support for rfc 931.
parent
3394ba4b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/balance-config.h
+3
-2
3 additions, 2 deletions
config/balance-config.h
config/config-template.h
+9
-2
9 additions, 2 deletions
config/config-template.h
config/sun4os4-config.h
+4
-2
4 additions, 2 deletions
config/sun4os4-config.h
with
16 additions
and
6 deletions
config/balance-config.h
+
3
−
2
View file @
12295110
/*
/*
* $Id: balance-config.h,v 1.
4
199
1
/0
9/15 10:34:01 linus
Exp $
* $Id: balance-config.h,v 1.
5
199
2
/0
3/31 20:50:21 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* Copyright (C) 1991 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
*/
/*
/*
* $Id: balance-config.h,v 1.
4
199
1
/0
9/15 10:34:01 linus
Exp $
* $Id: balance-config.h,v 1.
5
199
2
/0
3/31 20:50:21 ceder
Exp $
*
*
* This works on a Sequent Balance running Dynix 2.1.1.
* This works on a Sequent Balance running Dynix 2.1.1.
*/
*/
...
@@ -32,4 +32,5 @@
...
@@ -32,4 +32,5 @@
#define HAVE_GETDTABLESIZE
#define HAVE_GETDTABLESIZE
#define HAVE_STRERROR
#define HAVE_STRERROR
#define RFC_931
#define ENCRYPT_PASSWORDS
#define ENCRYPT_PASSWORDS
This diff is collapsed.
Click to expand it.
config/config-template.h
+
9
−
2
View file @
12295110
/*
/*
* $Id: config-template.h,v 1.
5
199
1
/0
9/15 10:33:54 linus
Exp $
* $Id: config-template.h,v 1.
6
199
2
/0
3/31 20:50:25 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* Copyright (C) 1991 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
*/
/*
/*
* $Id: config-template.h,v 1.
5
199
1
/0
9/15 10:33:54 linus
Exp $
* $Id: config-template.h,v 1.
6
199
2
/0
3/31 20:50:25 ceder
Exp $
*
*
* This is a generic configuration file for LysKOM.
* This is a generic configuration file for LysKOM.
*/
*/
...
@@ -43,6 +43,13 @@
...
@@ -43,6 +43,13 @@
#define HAVE_LOCALE
#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.
* Define HAVE_STRERROR if your libc.a have strerror.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
config/sun4os4-config.h
+
4
−
2
View file @
12295110
/*
/*
* $Id: sun4os4-config.h,v 1.
4
199
1
/0
9/15 10:33:50 linus
Exp $
* $Id: sun4os4-config.h,v 1.
5
199
2
/0
3/31 20:50:29 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* Copyright (C) 1991 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
*/
/*
/*
* $Id: sun4os4-config.h,v 1.
4
199
1
/0
9/15 10:33:50 linus
Exp $
* $Id: sun4os4-config.h,v 1.
5
199
2
/0
3/31 20:50:29 ceder
Exp $
*
*
* Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1.
* Configure LysKOM for a Sun Sparc-server running SunOS 4.1.1.
* This is the configuration we are running at Lysator, so this is
* This is the configuration we are running at Lysator, so this is
...
@@ -39,6 +39,8 @@
...
@@ -39,6 +39,8 @@
#define BUGGY_INET_NTOA
#define BUGGY_INET_NTOA
#define RFC_931
#define HAVE_GETDTABLESIZE
#define HAVE_GETDTABLESIZE
/* We have LOCALE. */
/* We have LOCALE. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment