summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-06-15put -F before -f in the options list;Jason McIntyre
2015-06-15Implement a -F switch, that tells syslogd to stay in foreground.Alexander Bluhm
2015-06-15get_val() already frees the buffer passed to it so we don't need toTodd C. Miller
2015-06-12Close the lock pipe before dupping /dev/null to stdio.Alexander Bluhm
2015-06-12To match relayd's style, use an explicit enum with prefixed names forReyk Floeter
2015-06-12Perform a copy with a memmove for potentially overlapping regions.Mike Belopuhov
2015-06-12If fork fails, print an error message before exit.Alexander Bluhm
2015-06-11local user can cause smtpd to fail by sending invalid imsg to control sockGilles Chehade
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-06-11Don't do manual whitespace adjustments inside semantic macros,Ingo Schwarze
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-06-10Export new pf "no-route" error counterMike Belopuhov
2015-06-09plug fd leak found by Todd MortimerJoerg Jung
2015-06-08Introduce a state on the ctl_relay_event struct. This makes it possibleClaudio Jeker
2015-06-06Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diffStefan Sperling
2015-06-04spacing, makes example fit on display.Igor Sobrado
2015-06-03Turn off -Werror in relayctl.Reyk Floeter
2015-06-03Explicitly request the sockaddr_dl when doing a RTM_GET rather thanMartin Pieuchot
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-06-02Don't leak value returned by cgetstr(). OK deraadt@Todd C. Miller
2015-06-02fix variable name typoJoerg Jung
2015-06-02write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.Igor Sobrado
2015-06-01Fix memory leak in error case. OK bluhm@ benno@Claudio Jeker
2015-05-30Plug a memory leak by simplifying kv_free(). By checking the type andClaudio Jeker
2015-05-30Remove fields from struct that are not used. OK benno@Claudio Jeker
2015-05-28detect crashes from constraint sub-processes, instead of ignoring them.Theo de Raadt
2015-05-28use "uri"; from yegor timoschenkoJason McIntyre
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-05-26build wsconsctl and wsconscfg on armv7Jonathan Gray
2015-05-25only scan sensors if they are configuredTheo de Raadt
2015-05-25allow pkg_add as nonroot to soft-fail when outside of local base.Marc Espie
2015-05-24pass subst to the installer state, so that -Dunsigned would workMarc Espie
2015-05-23fix a memory leak in an error pathJonathan Gray
2015-05-22fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVEJonathan Gray
2015-05-22fix a non safe use of LIST_FOREACH with LIST_REMOVEJonathan Gray
2015-05-21No need to call tzset() and log_init() in the forked constraintReyk Floeter
2015-05-20Remove hotplug(4) sensor support: the code has been disabled byReyk Floeter
2015-05-20Use off_t instead of size_t to pass file size and print it using %lld whenMark Kettenis
2015-05-19better spacing in media types.Igor Sobrado
2015-05-19sort media type extensions for text/html and image/jpeg as given inIgor Sobrado
2015-05-19drop comment about being possible to include /etc/nginx/mime.types,Igor Sobrado
2015-05-19Get the rdomain from the newly exposed ifi_rdomain field in if_dataReyk Floeter
2015-05-19When a user is specified via the -u flag, use setusercontext() toTodd C. Miller
2015-05-18identical common code -> refactorMarc Espie
2015-05-18better error in case we can't create tempfilesMarc Espie
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2015-05-18Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTPAlexander Bluhm
2015-05-18The first line of a HTTP request is the method-url-version. TheAlexander Bluhm
2015-05-18Currently, after 4 failed constraint checks, we suspect the constraintReyk Floeter