Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
525e1b4a
Commit
525e1b4a
authored
Feb 27, 1994
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(get_real_username): Always fail, without trying to contact an IDENT
server, if param.authentication_level is 0.
parent
91a69be4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/server/rfc931.c
src/server/rfc931.c
+4
-1
No files found.
src/server/rfc931.c
View file @
525e1b4a
/*
* $Id: rfc931.c,v 1.1
1 1993/10/18 12:30:43
ceder Exp $
* $Id: rfc931.c,v 1.1
2 1994/02/27 15:48:20
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -58,6 +58,9 @@ get_real_username(IscSession *scb,
char
*
result
;
time_t
before
,
after
;
if
(
param
.
authentication_level
==
0
)
return
NULL
;
if
(
auth_fd2
(
scb
->
fd
,
&
inlocal
,
&
inremote
,
&
local
,
&
remote
)
==
-
1
)
return
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment