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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
9fb5ec4d
Commit
9fb5ec4d
authored
Aug 4, 1993
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
New fields in struct connection: client_name, client_version.
parent
0ddbf6b8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/connections.h
+4
-2
4 additions, 2 deletions
src/server/connections.h
with
4 additions
and
2 deletions
src/server/connections.h
+
4
−
2
View file @
9fb5ec4d
/*
/*
* $Id: connections.h,v 0.1
1
199
2
/0
5/18
23:0
9:19
ceder Exp $
* $Id: connections.h,v 0.1
2
199
3
/0
8/04
23:0
3:24
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: connections.h,v 0.1
1
199
2
/0
5/18
23:0
9:19
ceder Exp $
* $Id: connections.h,v 0.1
2
199
3
/0
8/04
23:0
3:24
ceder Exp $
*
*
* connections.h -- The top level of the communication packet.
* connections.h -- The top level of the communication packet.
*
*
...
@@ -57,6 +57,8 @@ typedef struct connection {
...
@@ -57,6 +57,8 @@ typedef struct connection {
String
username
;
/* Given userid. */
String
username
;
/* Given userid. */
String
hostname
;
/* Real hostname */
String
hostname
;
/* Real hostname */
String
ident_user
;
/* Real username */
String
ident_user
;
/* Real username */
String
client_name
;
/* See doc/clients.assigned */
String
client_version
;
Bool
invisible
;
/* Is this session invisible? */
Bool
invisible
;
/* Is this session invisible? */
Bool
username_valid
;
/* Set once username is set. */
Bool
username_valid
;
/* Set once username is set. */
...
...
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