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
2023-10-23
Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-Password
YASUOKA Masahiko
2023-09-14
Clarify the interval after 30sec.
YASUOKA Masahiko
2023-09-08
Add request or response decoration feature which is used through the
YASUOKA Masahiko
2023-09-05
Refuse an incomplete config, an authentication block which doesn't
YASUOKA Masahiko
2023-09-04
Revert previous. It caused the stdio of the modules be NONBLOCK.
YASUOKA Masahiko
2023-09-04
Don't surround by "" at much as possible.
YASUOKA Masahiko
2023-09-04
Specify SOCK_NONBLOCK for socketpair(2) instead of fcntl(2).
YASUOKA Masahiko
2023-09-04
Don't return an extra OK message. Also call module_destroy() when
YASUOKA Masahiko
2023-08-18
Fix the config parser to be able to have comment lines at middle of
YASUOKA Masahiko
2023-08-18
Properly terminate the arguments for execv() with NULL.
YASUOKA Masahiko
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-13
Clarify the default is to require message authentication.
YASUOKA Masahiko
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-04-23
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
Jason McIntyre
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2019-12-14
Strip out the optional login style before looking up user in passwd.
Todd C. Miller
2019-12-03
don't crash with *NULL if user does not exist
Theo de Raadt
2019-11-10
Consistently use _rcctl enable foo_ in examples, it's simpler and less
Landry Breuil
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-04-03
Fix the bug that radius module didn't work when the size of radius message
YASUOKA Masahiko
2019-04-01
tweak previous;
Jason McIntyre
2019-04-01
Pass the debug status to modules. Also some non functional changes
YASUOKA Masahiko
2019-04-01
Update authenticator and message authenticator always. Previous was
YASUOKA Masahiko
2019-04-01
Update radiusd.conf(5) man page and its example to recommend to
YASUOKA Masahiko
2019-04-01
Make "secret" become a required configuration for both client and
YASUOKA Masahiko
2019-03-31
Fix a memory leak.
YASUOKA Masahiko
2019-03-31
Fix white spaces and a typo.
YASUOKA Masahiko
2019-03-31
Modify radiusd_bsdauth module to do "fork + exec" main process instead of
YASUOKA Masahiko
2019-03-31
Remove "proc" from pledge(2) since it is not needed even ifdef
YASUOKA Masahiko
2019-03-31
Save errno before doing other things. Also add __deade for fatal() and
YASUOKA Masahiko
2019-03-29
Use u_char for buffer in yylex. This happened on the other parse.y
YASUOKA Masahiko
2019-03-29
Add printf format attributes to yyerror() in parse.y. This happened already
YASUOKA Masahiko
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-10-09
Fix a spelling in log messages.
YASUOKA Masahiko
2018-08-01
Fix segmentation fault on radiusd(8) when exiting.
Ricardo Mestre
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
Ingo Schwarze
2017-08-21
Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
Theo de Raadt
2017-06-13
Initialize the length parameter for radius_get_vs_raw_attr() since
YASUOKA Masahiko
2017-05-30
Don't call TAILQ_REMOVE twice. This caused radiusd crash if it has a
YASUOKA Masahiko
2017-05-21
A few more freezero() uses
Theo de Raadt
2017-03-29
Bring radiusd log.c copyright in line with other program's log.c
Alexander Bluhm
2017-03-13
Fix typo in FILES section
Jeremie Courreges-Anglas
2017-02-21
Stop using "DEBUG" make variable for extra debugs.
YASUOKA Masahiko
2016-09-20
some fixes from rob pierce; ok yasuoka
Jason McIntyre
[next]