Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy-uninett
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
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy-uninett
Commits
9ade55ed
Commit
9ade55ed
authored
Aug 03, 2017
by
Kolbjørn Barmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patcher oppdatert for 1.6.9
Litt i tvil som siste del av patch-ac heller burde moddes
parent
609c6ce1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
patches/patch-aa
patches/patch-aa
+1
-1
patches/patch-ac
patches/patch-ac
+5
-5
No files found.
patches/patch-aa
View file @
9ade55ed
...
...
@@ -6,7 +6,7 @@ that we don't fill the /var/log file system.
--- a/radsecproxy.c 2016-03-14 15:14:55.000000000 +0100
+++ b/radsecproxy.c 2016-08-03 15:27:28.504000000 +0200
@@ -43
3,7 +433
,9 @@
@@ -43
2,7 +432
,9 @@
void freerq(struct request *rq) {
if (!rq)
return;
...
...
patches/patch-ac
View file @
9ade55ed
...
...
@@ -2,9 +2,9 @@ $NetBSD$
Use NOTICE for requests as well
--- a/radsecproxy.c 201
6-08-03 15:27:28.504
000000 +0200
+++ b/radsecproxy.c 201
6-08-03 15:29:01.328
000000 +0200
@@ -128
4,12 +1284
,12 @@
--- a/radsecproxy.c 201
7-08-02 23:52:38.000
000000 +0200
+++ b/radsecproxy.c 201
7-08-03 00:02:37.000
000000 +0200
@@ -128
7,12 +1287
,12 @@
attr = radmsg_gettype(msg, RAD_Attr_User_Name);
if (!attr) {
...
...
@@ -19,11 +19,11 @@ Use NOTICE for requests as well
free(username);
}
@@ -152
3,7 +1523
,7 @@
@@ -152
6,7 +1526
,7 @@
userascii = radattr2ascii(attr);
if (!userascii)
goto rmclrqexit;
- debug(DBG_DBG, "
%s with username: %s", radmsgtype2string(msg->code), userascii
);
- debug(DBG_DBG, "
radsrv: got %s (id %d) with username: %s from client %s (%s)", radmsgtype2string(msg->code), msg->id, userascii, from->conf->name, addr2string(from->addr)
);
+ debug(DBG_NOTICE, "%s from client %s (%s) with username: %s", radmsgtype2string(msg->code), from->conf->name, addr2string(from->addr), userascii);
/* will return with lock on the realm */
...
...
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