summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-22Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messagesRenato Westphal
2015-10-22Revert revision 1.282:Reyk Floeter
2015-10-22pledge "abort" left behind accidentallyTheo de Raadt
2015-10-22If we receive an empty route message, log it and ignore it. HappensPeter Hessler
2015-10-22The eigrpe process also needs to pledge "cpath" for unlinking theRenato Westphal
2015-10-22delivery to maildir needs pledge fattrGilles Chehade
2015-10-21Use SSL_CTX_set_ecdh_auto() instead of rolling our own version.Joel Sing
2015-10-21Only enable SSL_VERIFY_PEER when the verify option is set on a listener.Joel Sing
2015-10-21Do some cleanup in syslogd ttymsg(). Add a debug message when theAlexander Bluhm
2015-10-21make sure ProgressMeter gets set up. Fixes some weirdness in package installs,Marc Espie
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-20believe this will work with "stdio rpath wpath cpath inet" now thatTheo de Raadt
2015-10-20After pledge "dns" has been refactored and setsockopt(SO_RCVBUF)Alexander Bluhm
2015-10-20Add an explicit check for a malformed AS segment with (segment length 0),Stuart Henderson
2015-10-20fix a use after free found by clang using an approach suggested by renatoJonathan Gray
2015-10-19Add pledge(2) for radiusctl(8) and radiusd(8).YASUOKA Masahiko
2015-10-19Add parenthesis gcc wants and remove defined but unused label gccKenneth R Westerback
2015-10-19LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and notKenneth R Westerback
2015-10-19Nuke unused variable.Kenneth R Westerback
2015-10-19fix memory leaks in error pathsJonathan Gray
2015-10-19optarg and optind are declared by unistd.hJeremie Courreges-Anglas
2015-10-19Add err.h, missing after pledge() introduction.Jeremie Courreges-Anglas
2015-10-19Remove a duplicated '#include <stdio.h>' line.YASUOKA Masahiko
2015-10-19Fix control_imsg_forward() by changing imsg_compose() toReyk Floeter
2015-10-19Print control socket client fd in debug message to differentiate betweenReyk Floeter
2015-10-19Kill whitespace at eol.Sunil Nimmagadda
2015-10-19Avoid a NULL dereference when getgrnam_r() returns NULL for `result'.YASUOKA Masahiko
2015-10-19Call tzset() before dropping the priviledge to use correct timezone.YASUOKA Masahiko
2015-10-19Can't assert "module->fd >= 0" in radiusd_stop() since the module mayYASUOKA Masahiko
2015-10-18fix lmtp delivery regressions introduced in previous:Joerg Jung
2015-10-18Avoid integer overflow with very large files.Tobias Stoeckmann
2015-10-18Fix comments.Robert Peichaer
2015-10-18Add "id" pledge to syslogd privsep process. Needed for logging to pipe.Alexander Bluhm
2015-10-18Make use of pledge(2); initial diff from deraadt@Jeremie Courreges-Anglas
2015-10-18actually, it uses getaddrinfoTheo de Raadt
2015-10-18Tweak previous: call fatal(), not err(3), for consistency. err.h goes away.Jeremie Courreges-Anglas
2015-10-18Make sure sm_rotate_bak() is only run once.Antoine Jacoutot
2015-10-18Add "dns" to the pledges. Previously these worked because of "inet",Theo de Raadt
2015-10-18Use explicit_bzero() when the memory is freed directly afterward.mmcc
2015-10-17mailaddr_match() allows comparing two struct mailaddr taking into accountGilles Chehade
2015-10-17makemap shout strip initial and trailing whitespaces using strip()Gilles Chehade
2015-10-17document handling of comments in makemapGilles Chehade
2015-10-17both of these are deprecatedGilles Chehade
2015-10-17Convert some fgetln to getline.Sunil Nimmagadda
2015-10-17Cleanup and simplify LMTP code.Sunil Nimmagadda
2015-10-17LMTP delivery requires "inet unix".Sunil Nimmagadda
2015-10-17this file is deprecatedGilles Chehade
2015-10-17remove unused variablesGilles Chehade
2015-10-17Do no accept fds on the control socket; including the restricted socket.Reyk Floeter