Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-12 | install the man page into MD location, since it only builds | Jason McIntyre | |
for some archs (currently sparc64); fix proposed by miod; | |||
2008-09-12 | - make it possible to use a user defined MERGE_CMD instead of sdiff | Antoine Jacoutot | |
mostly from andreas@ man page enhancing by jmc@ ok andreas@ | |||
2008-09-12 | - use shell built-in getopts instead of getopt(1) | Antoine Jacoutot | |
- cleanup by adding usage and error_rm_wrkdir functions feedbacks from guenther@ sthen@ and jared r r spiegel, thank you! ok sthen | |||
2008-09-12 | move dns lookups to its own (privilege revoking, not chrooting) process. | Henning Brauer | |
reason: the parent process must never ever block, but the dns routines can. last not least this fixes ntpd -s 'hanging' for a long time. tested by a couple of people | |||
2008-09-12 | Don't be to strict in find_iface() about what we accept on point-to-point | Claudio Jeker | |
links. If a packet arrived on a point-to-point interface we should accept it even if the source address of the packet is different to our iface destination address. OK norby@ | |||
2008-09-11 | remove hackery to un-demote after the session has been established for | Henning Brauer | |
a while, we can now just use a timer (since i rewrote the timer code) | |||
2008-09-11 | Do not clean ${PACKAGES} as this is the source files, if run without obj dir | Dale Rahn | |
present, it will delete the source files. Found by Steven Roberts. | |||
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado | |
ok jmc@ | |||
2008-09-10 | Properly free allocated memory if carp_demote_get encounters an error. | Tobias Stoeckmann | |
ok henning@ | |||
2008-09-10 | Proper format string modifiers and missing includes to get correct prototypes | Miod Vallat | |
on 64-bit systems. | |||
2008-09-10 | bzero' the option buffer with the correct buffer size. this fixes | Reyk Floeter | |
incomplete buffer initialization and possible incorrect option handling. Thanks to Nick Bender ok krw@ deraadt@ | |||
2008-09-08 | clean warnings on all architectures | Theo de Raadt | |
2008-09-06 | - don't list *.merged files in the "remaining for you to merge by hand" | Antoine Jacoutot | |
list, it's very confusing. ok sthen@ | |||
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller | |
2008-09-06 | update for openssl-0.9.8h | Damien Miller | |
2008-09-06 | correct name. -moj | Mats O Jansson | |
2008-09-05 | ignore unknown SAFIs in the MP capabilities. used by some to distribute | Henning Brauer | |
some kind of VPN stuff | |||
2008-09-04 | Check for the correct ioctl failure case and reflect that | Jonathan Gray | |
in the return code of getdevicedesc in which it is called. ok yuo@ | |||
2008-09-03 | Missing breaks. | Jonathan Gray | |
ok pyr@ | |||
2008-09-03 | ; -> : in getopt optstring. | Jonathan Gray | |
2008-09-03 | Missing break in case statement. | Jonathan Gray | |
2008-09-02 | - make sure they are no sendmail leftovers in src when sysmerge stops | Antoine Jacoutot | |
unexpectedly feedback and ok sthen@ | |||
2008-09-02 | Install in the correct directory with NOMAN set. Based on makewhatis | Dale Rahn | |
with additional CLEANFILES from theo. | |||
2008-09-02 | be more careful in checking disk space; ok millert | Theo de Raadt | |
2008-09-01 | sync synopsis and usage; KNF. | Igor Sobrado | |
2008-08-31 | Fix AS check in parse_community() -- well-known communities have the AS | Claudio Jeker | |
part set to COMMUNITY_WELLKNOWN which is the same as USHRT_MAX. Figured out by Greg Skinner | |||
2008-08-29 | - prevent sysmerge from installing a virgin master.passwd and group | Antoine Jacoutot | |
files (only allow delete or merge+install); requested by nick@ no objections from laurent@ krw@ oga@ ok sthen@ nick@ | |||
2008-08-23 | - document -h | Jason McIntyre | |
- (re)organise the page a little - zap second "usage:" string from usage() | |||
2008-08-23 | ufs -> UFS; | Jason McIntyre | |
2008-08-22 | make it section 8 | Theo de Raadt | |
2008-08-22 | move mksuncd to here (but still only sparc64 build) | Theo de Raadt | |
2008-08-22 | merge crunchide into crunchgen as the -h flag. this is not yet done the | Theo de Raadt | |
nicest way since there is lot of code that has to churn, but it works. | |||
2008-08-22 | Merge crunchgen & crunchhide (using name checking), and move to usr.sbin | Theo de Raadt | |
next step is to not install it as two programs, but be even more clever | |||
2008-08-14 | let's make this half useful to recover from crashed disks with wrong info. | Marc Espie | |
2008-08-14 | simplify S definition to just srcdir, since it appears there's no special | Marc Espie | |
case anymore. Note that you can always override it from the command line if you need it. after discussion with deraadt@ and tedu@ | |||
2008-08-13 | sync synopsis/usage; fix double "usage:"; KNF. | Igor Sobrado | |
2008-08-12 | basic bounds check on elf header info. avoid crashes on i.e.e truncated | Otto Moerbeek | |
kernels; noted by jasper@ ok miod@ | |||
2008-08-11 | Build apm(8) and apmd(8) on sparc64. | Mark Kettenis | |
pointed out by deraadt@ | |||
2008-08-11 | Use only safe functions in signal handlers. | Tobias Stoeckmann | |
ok millert, otto | |||
2008-08-11 | more goto fail on gettimeofday error | Reyk Floeter | |
2008-08-11 | better handling of HTTP POSTs or requests with Content-Length. | Reyk Floeter | |
2008-08-11 | add missing 'break' to read HTTP content correctly | Reyk Floeter | |
2008-08-08 | add a variable $SERVER_NAME which is "OpenBSD relayd" by default. | Reyk Floeter | |
2008-08-08 | chunked encoding may include empty lines at random places, do not | Reyk Floeter | |
abort the session if we get an empty line except of the expected chunk header. | |||
2008-08-08 | fix possible memleaks in chunked encoding handler | Reyk Floeter | |
2008-08-08 | only dump all protocol nodes with DEBUG > 1. | Reyk Floeter | |
2008-08-08 | Support HTTP responses that neither specify a Content-Length header | Reyk Floeter | |
nor chunked encoding. We don't know the length of the HTTP body in this case, so it only works for single-pass HTTP responses without subsequent HTTP response headers in the stream. You can still enforce the Content-Length header with an "expect" rule. For example, this fixes response handling from undeadly.org (thttpd) if relayd is running as a transparent HTTP proxy. | |||
2008-08-08 | Check gettimeofday() against -1; Add a missing error check in one place. | Thordur I. Bjornsson | |
OK reyk@ | |||
2008-08-07 | Fix a typo, inteface -> interface. | Brad Smith | |
From Gleydson Soares <gsoares at gmail dot com> | |||
2008-08-05 | Do not advertise the default route with wrong metric of 0. Set it to 1 | Claudio Jeker | |
by default. Reminded to commit this brad@, OK deraadt@ |