summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-12-21parent_exit() signal handler must use _exit() not exit()Theo de Raadt
2010-12-21fix, as noticed by dcoppa@Marc Espie
2010-12-21simplify a bit:Marc Espie
2010-12-20use a better strategy: ask the ports tree for the plist for packages withMarc Espie
2010-12-20Only set SO_REUSEPORT for listening ports.David Hill
2010-12-20missed someMarc Espie
2010-12-20disable temporarilyMarc Espie
2010-12-20new check in pkg_create: walk the dependency tree for @wantlib, thusMarc Espie
2010-12-20prepare for reuse in pkgcreate: allow not finding stuff and not failingMarc Espie
2010-12-20split solver class into a base that can be reused from pkgcreate.Marc Espie
2010-12-20more refactor: errsay_libraryMarc Espie
2010-12-20more refactor: method for global_cache, add find_in_installed, separateMarc Espie
2010-12-20move stuff aroundMarc Espie
2010-12-20use Auto::cacheMarc Espie
2010-12-20turn find_candidate into a real method we can inherit, tweak parametersMarc Espie
2010-12-20extra indirection: allow registration of library objects (refactor for later)Marc Espie
2010-12-20use state->definesMarc Espie
2010-12-20pass state to SharedLibs for direct printingMarc Espie
2010-12-19add -xxx to usage();Jason McIntyre
2010-12-19Add -xxx option that print PCIe extended config space.Mark Kettenis
2010-12-19If MX lookup fails, fallback to using the host itself. This has always beenGilles Chehade
2010-12-18document "certificate" a little better;Jason McIntyre
2010-12-18bump ->defines up to main state class.Marc Espie
2010-12-18use copy_file from stateMarc Espie
2010-12-18zap old Error usage, state incorporates error printing.Marc Espie
2010-12-18go thru state for printing (prodded by landry@)Marc Espie
2010-12-17Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7Martin Hedenfal
2010-12-16- since inetd(8) and inetd.conf(5) are one and the same, let's not list themJason McIntyre
2010-12-15We run getopt() twice to know if dhcp-sync is used. To make this workClaudio Jeker
2010-12-14Use _exit() not exit() after forking. OK deraadt@Todd C. Miller
2010-12-14Treat a missing spool dir like an empty one. OK deraadt@Todd C. Miller
2010-12-13Do not use a carp address as ospf router id because it is not unique.Alexander Bluhm
2010-12-13remove locals, so that it can be called again and againMarc Espie
2010-12-13pass state around and use state->printMarc Espie
2010-12-12use memcpy instead of a cast/deref dance that was reading pastJonathan Gray
2010-12-12overriden -> overridden;Jason McIntyre
2010-12-09The PF_KEY socket is like the routing socket. It must be polled all theClaudio Jeker
2010-12-05tweak the framework so that individual modules don't exist and returnMarc Espie
2010-12-03be more strict on socket lifetime (fixes a fd leak).Eric Faurot
2010-11-30Do what the comment actually says. Ignore the full attribute not only theClaudio Jeker
2010-11-30The returned SSL_METHOD of SSLv23_server_method()/SSLv23_client_method()Reyk Floeter
2010-11-30The relayd processes did already bump up the socket file descriptorReyk Floeter
2010-11-29Deny prefixes that have F_ATTR_PARSE_ERR set by default. Now theyClaudio Jeker
2010-11-29replace the fork-based-non-blocking-resolver-hack by shiny async resolverGilles Chehade
2010-11-29add rss mime type; while here, use tabs instead of spaces in atom+xml type.Igor Sobrado
2010-11-28remove unused functionsGilles Chehade
2010-11-28remove all unused headersGilles Chehade
2010-11-28remove unused headersGilles Chehade
2010-11-28a bit of .h cleanups, no functionnal changeGilles Chehade
2010-11-27avoid infinite loops correctly this timeMarc Espie