index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
radiusd
/
radiusd_radius.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Pass the debug status to modules. Also some non functional changes
yasuoka
2019-04-01
1
-3
/
+8
*
Update authenticator and message authenticator always. Previous was
yasuoka
2019-04-01
1
-2
/
+2
*
Make "secret" become a required configuration for both client and
yasuoka
2019-04-01
1
-28
/
+29
*
Don't call TAILQ_REMOVE twice. This caused radiusd crash if it has a
yasuoka
2017-05-30
1
-4
/
+2
*
Instead of creating a socket with socket() or accept() and then
guenther
2016-03-21
1
-13
/
+3
*
Blank lines around pledge call.
mmcc
2015-11-03
1
-1
/
+3
*
Initialize module_radius_req before use it.
yasuoka
2015-10-27
1
-2
/
+2
*
Set O_NONBLOCK for UDP sockets not to block on recv(). Actually
yasuoka
2015-10-27
1
-2
/
+17
*
Add pledge(2) for radiusctl(8) and radiusd(8).
yasuoka
2015-10-19
1
-1
/
+3
*
Fix radiusd_radius to use syslog(3). It had used stderr for debug.
yasuoka
2015-08-02
1
-2
/
+2
*
Use the dedicated log function instead of log_warn(). Also, fix the
yasuoka
2015-07-30
1
-23
/
+27
*
Fix the variable name for struct radius_server. It was confused.
yasuoka
2015-07-30
1
-28
/
+28
*
q_id didn't pass to radiusd_radius properly. It should be u_int not u_int.
yasuoka
2015-07-30
1
-2
/
+2
*
Stop using _this in radiusd modules.
yasuoka
2015-07-27
1
-95
/
+95
*
Drop the privilege from modules. "radiusd_radius" could simply run
yasuoka
2015-07-27
1
-5
/
+4
*
Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
yasuoka
2015-07-21
1
-0
/
+613