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