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