Age | Commit message (Expand) | Author |
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 |
2016-08-27 | Add missing $OpenBSD$ line and remove an unnecessary comment line. | YASUOKA Masahiko |
2016-04-16 | Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). | Kenneth R Westerback |
2016-04-13 | remove "abort" promise from debugging code in radiusd | Sebastien Marie |
2016-04-05 | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). | Kenneth R Westerback |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
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 |