summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-08-04Give more precise errors, to help track when bgpd quitsPeter Hessler
2015-08-04consider the default failure handling for errors on socket operations toDavid Gwynne
2015-08-04tweak previous; ok deraadtJason McIntyre
2015-08-04Clarify how ACPI unhibernate works, as well as expand a bit on visualMike Larkin
2015-08-03Explicitly request the sockaddr_dl when doing a RTM_GET rather thanMartin Pieuchot
2015-08-03"ls" requires an argument.Antoine Jacoutot
2015-08-03Fix rev 1.70 of server.c by only re-enabling the bufferevent if weFlorian Obser
2015-08-03sync usage();Jason McIntyre
2015-08-03tweak previous;Jason McIntyre
2015-08-03fix up previous;Jason McIntyre
2015-08-03Add radiusctl.8YASUOKA Masahiko
2015-08-03Make radiusd.conf.5 describe all configuration optionsYASUOKA Masahiko
2015-08-02Fix styles. Also delete -h option since any other ctl command doesn't haveYASUOKA Masahiko
2015-08-02Check the received packet length properly.YASUOKA Masahiko
2015-08-02Fire pending events when the module starts.YASUOKA Masahiko
2015-08-02Tweak XXX comments.YASUOKA Masahiko
2015-08-02radiusd_module with libevent didn't stop when the daemon stops. FixYASUOKA Masahiko
2015-08-02Fix radiusd_radius to use syslog(3). It had used stderr for debug.YASUOKA Masahiko
2015-08-02Fix radiusd to start without -d. Also stop using event_initialized()YASUOKA Masahiko
2015-08-01Tweak needs_root() output.Antoine Jacoutot
2015-07-31repair hsts header output, wrong format strings caused brokenSebastian Benoit
2015-07-30Use the dedicated log function instead of log_warn(). Also, fix theYASUOKA Masahiko
2015-07-30Fix the variable name for struct radius_server. It was confused.YASUOKA Masahiko
2015-07-30Fix typo in comment.YASUOKA Masahiko
2015-07-30q_id didn't pass to radiusd_radius properly. It should be u_int not u_int.YASUOKA Masahiko
2015-07-29backout the previous: it broke wordpress somehow.Reyk Floeter
2015-07-29fix bug where other than the last of multiple forward rules in httpSebastian Benoit
2015-07-29Read fcgi response records until we have the whole http header and canFlorian Obser
2015-07-29add a FILES section to make clear where RADIUS configuration fileIgor Sobrado
2015-07-28make -B with bad checksums cope. Reported by millert@Marc Espie
2015-07-28spacingReyk Floeter
2015-07-28add HSTS to fcgi responsesFlorian Obser
2015-07-28add a FILES section to make clear where RADIUS configuration fileIgor Sobrado
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-27Stop using _this in radiusd modules.YASUOKA Masahiko
2015-07-27Drop the privilege from modules. "radiusd_radius" could simply runYASUOKA Masahiko
2015-07-27Use log_warn() instead of warn() in radiusd_module_load(). Also fix style.YASUOKA Masahiko
2015-07-26fix format stringCharles Longeau
2015-07-25Use .Cm rather than .Ar for fixed strings passed as arguments (commandIngo Schwarze
2015-07-25Fix usage() output.Antoine Jacoutot
2015-07-24an TLS -> a TLS; from thanos tsouanasJason McIntyre
2015-07-23change the expansion of %m and %c in installpath during -beta to theJoerg Jung
2015-07-23The realm in authenticate directive of config file isn't escaped for '"' char.Sebastien Marie
2015-07-23Make npppd use libradius(3). Remove radius+ files.YASUOKA Masahiko
2015-07-23Build and install radiusd(8) and radiusctl(8) as default. They stillYASUOKA Masahiko
2015-07-21quote the %T title, to avoid confusing groff;Jason McIntyre
2015-07-21Remove the check for the connected flag since it is no longer around.Claudio Jeker
2015-07-21add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION;Ingo Schwarze