index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
radiusd
Age
Commit message (
Expand
)
Author
2016-02-09
fix a use after free in an error path
Jonathan Gray
2015-12-31
Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use
Todd C. Miller
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-05
Remove NULL-checks before free()
mmcc
2015-12-01
Fix a couple typos. ok yasuoka@
mmcc
2015-11-03
Blank lines around pledge call.
mmcc
2015-10-27
Free the received radius packet when it is duplicated.
YASUOKA Masahiko
2015-10-27
Initialize module_radius_req before use it.
YASUOKA Masahiko
2015-10-27
Set O_NONBLOCK for UDP sockets not to block on recv(). Actually
YASUOKA Masahiko
2015-10-27
Fix radiusd module to set O_NONBLOCK properly.
YASUOKA Masahiko
2015-10-26
Using realm for bsdauth is misleading. It is currently unusable.
YASUOKA Masahiko
2015-10-19
Add pledge(2) for radiusctl(8) and radiusd(8).
YASUOKA Masahiko
2015-10-19
Remove a duplicated '#include <stdio.h>' line.
YASUOKA Masahiko
2015-10-19
Avoid a NULL dereference when getgrnam_r() returns NULL for `result'.
YASUOKA Masahiko
2015-10-19
Call tzset() before dropping the priviledge to use correct timezone.
YASUOKA Masahiko
2015-10-19
Can't assert "module->fd >= 0" in radiusd_stop() since the module may
YASUOKA Masahiko
2015-09-22
typo.
Igor Sobrado
2015-08-27
Add a boundary check for safety and use snprintf() to construct the IP
YASUOKA Masahiko
2015-08-26
fix a use after free in an error path found with afl
Jonathan Gray
2015-08-25
Remove -h command line option from radiusd(8) to make it better style.
YASUOKA Masahiko
2015-08-21
spaces
Theo de Raadt
2015-08-03
fix up previous;
Jason McIntyre
2015-08-03
Make radiusd.conf.5 describe all configuration options
YASUOKA Masahiko
2015-08-02
Check the received packet length properly.
YASUOKA Masahiko
2015-08-02
Fire pending events when the module starts.
YASUOKA Masahiko
2015-08-02
Tweak XXX comments.
YASUOKA Masahiko
2015-08-02
radiusd_module with libevent didn't stop when the daemon stops. Fix
YASUOKA Masahiko
2015-08-02
Fix radiusd_radius to use syslog(3). It had used stderr for debug.
YASUOKA Masahiko
2015-08-02
Fix radiusd to start without -d. Also stop using event_initialized()
YASUOKA Masahiko
2015-07-30
Use the dedicated log function instead of log_warn(). Also, fix the
YASUOKA Masahiko
2015-07-30
Fix the variable name for struct radius_server. It was confused.
YASUOKA Masahiko
2015-07-30
Fix typo in comment.
YASUOKA Masahiko
2015-07-30
q_id didn't pass to radiusd_radius properly. It should be u_int not u_int.
YASUOKA Masahiko
2015-07-29
add a FILES section to make clear where RADIUS configuration file
Igor Sobrado
2015-07-28
add a FILES section to make clear where RADIUS configuration file
Igor Sobrado
2015-07-27
Stop using _this in radiusd modules.
YASUOKA Masahiko
2015-07-27
Drop the privilege from modules. "radiusd_radius" could simply run
YASUOKA Masahiko
2015-07-27
Use log_warn() instead of warn() in radiusd_module_load(). Also fix style.
YASUOKA Masahiko
2015-07-21
quote the %T title, to avoid confusing groff;
Jason McIntyre
2015-07-21
add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION;
Ingo Schwarze
2015-07-21
Correct man pages. Update the config example, fix some options, fix the
YASUOKA Masahiko
2015-07-21
Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
YASUOKA Masahiko