Age | Commit message (Expand) | Author |
2015-06-24 | Fix npppd to terminate all PPP sessions properly even in case the | YASUOKA Masahiko |
2015-06-24 | Use the return value of event_loop() properly. Also abort(3) if | YASUOKA Masahiko |
2015-06-24 | Improve and fix typo in the comment. | YASUOKA Masahiko |
2015-06-24 | Mention that pipex should be also configured by sysctl. | YASUOKA Masahiko |
2015-06-23 | various tweaks; | Jason McIntyre |
2015-06-23 | escape the matched substrings before using it in expansion. | semarie |
2015-06-23 | remove a deprecated character class. | semarie |
2015-06-23 | Add initial support for pattern matching using Lua's pattern matching code. | Reyk Floeter |
2015-06-23 | Fix npppd to check the size of received GRE packets properly. | YASUOKA Masahiko |
2015-06-23 | Fix the problem when npppd receives a zero length 1701/udp packet. If | YASUOKA Masahiko |
2015-06-22 | After the last change, we also have to url_encode $SERVER_NAME and | Reyk Floeter |
2015-06-21 | When encoding the Location url, only encode the query and path | Reyk Floeter |
2015-06-21 | There is a race between sending notifications to the SE and getting a new | Claudio Jeker |
2015-06-20 | sort +0n -> sort -n, the former is historical | Jeremie Courreges-Anglas |
2015-06-19 | show the number of (currently) known prefixes and the max-prefix limit, | Peter Hessler |
2015-06-15 | put -F before -f in the options list; | Jason McIntyre |
2015-06-15 | Implement a -F switch, that tells syslogd to stay in foreground. | Alexander Bluhm |
2015-06-15 | get_val() already frees the buffer passed to it so we don't need to | Todd C. Miller |
2015-06-12 | Close the lock pipe before dupping /dev/null to stdio. | Alexander Bluhm |
2015-06-12 | To match relayd's style, use an explicit enum with prefixed names for | Reyk Floeter |
2015-06-12 | Perform a copy with a memmove for potentially overlapping regions. | Mike Belopuhov |
2015-06-12 | If fork fails, print an error message before exit. | Alexander Bluhm |
2015-06-11 | local user can cause smtpd to fail by sending invalid imsg to control sock | Gilles Chehade |
2015-06-11 | Use "compliant" header guards by avoiding the reserved '_' namespace. | Reyk Floeter |
2015-06-11 | Don't do manual whitespace adjustments inside semantic macros, | Ingo Schwarze |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
2015-06-10 | Export new pf "no-route" error counter | Mike Belopuhov |
2015-06-09 | plug fd leak found by Todd Mortimer | Joerg Jung |
2015-06-08 | Introduce a state on the ctl_relay_event struct. This makes it possible | Claudio Jeker |
2015-06-06 | Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff | Stefan Sperling |
2015-06-04 | spacing, makes example fit on display. | Igor Sobrado |
2015-06-03 | Turn off -Werror in relayctl. | Reyk Floeter |
2015-06-03 | Explicitly request the sockaddr_dl when doing a RTM_GET rather than | Martin Pieuchot |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-02 | Don't leak value returned by cgetstr(). OK deraadt@ | Todd C. Miller |
2015-06-02 | fix variable name typo | Joerg Jung |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-06-01 | Fix memory leak in error case. OK bluhm@ benno@ | Claudio Jeker |
2015-05-30 | Plug a memory leak by simplifying kv_free(). By checking the type and | Claudio Jeker |
2015-05-30 | Remove fields from struct that are not used. OK benno@ | Claudio Jeker |
2015-05-28 | detect crashes from constraint sub-processes, instead of ignoring them. | Theo de Raadt |
2015-05-28 | use "uri"; from yegor timoschenko | Jason McIntyre |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-26 | build wsconsctl and wsconscfg on armv7 | Jonathan Gray |
2015-05-25 | only scan sensors if they are configured | Theo de Raadt |
2015-05-25 | allow pkg_add as nonroot to soft-fail when outside of local base. | Marc Espie |
2015-05-24 | pass subst to the installer state, so that -Dunsigned would work | Marc Espie |
2015-05-23 | fix a memory leak in an error path | Jonathan Gray |
2015-05-22 | fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVE | Jonathan Gray |