| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
EXIT_*.
|
| |
|
|
|
|
|
|
|
|
|
| |
- radiusd: "stdio inet"
- radiusd_radius: "stdio inet"
- radiusd_bsdauth:
- "stdio proc" for the non-priviledged process
- "stdio getpw rpath proc exec" for the priviledged process
- radiusctl: "stdio dns inet"
"go ahead" deraadt
|
| |
|
|
|
|
|
| |
Also use `return' instead of exit(3) in main().
Patch from Michael Reed
ok jmc
|
| | |
|
| | |
|
| |
|
|
| |
ok deraadt
|
| |
|
|
| |
it.
|
|
|
server and radiusctl(8) is to control the server. radiusd(8) currently
supports bsdauth and radius (upstream radius servers) as authentication
backends.
fixes from jsg blambert
ok deraadt
|