Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-27 | Add a DPRINTF() in relay_error() that helped me out way too many times. | Claudio Jeker | |
2017-11-27 | Use file descriptor passing to load certificates into the relays. Especially | Claudio Jeker | |
the ca file (having all the trusted certs in them) can be so big that loading via imsg fails. OK beck@ | |||
2017-11-27 | Do not rip out the output buffer of the bufferevent. Instead just use an | Claudio Jeker | |
initial bufferevent_write_buffer() to write out the queued up HTTP request. OK benno@ | |||
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson | |
2017-11-27 | rfc 7230 mandates that a "204 No Content" http status must not come with a | Sebastian Benoit | |
Content-Lenght Header. Of course some servers still so it and send Content-Lenght: 0. Adjust accordingly. ok claudio@ | |||
2017-11-27 | Show correct command execution status by checking against update | Sunil Nimmagadda | |
operation return value. Issue reported by 'Zelest' (Jesper Wallin). Suggestions and ok eric@ gilles@. | |||
2017-11-27 | relay_tls_connected() is playing with the inner bowels of bufferevents. | Claudio Jeker | |
Be more careful and remove the events before resetting them to the new backends. This is also what some of the bufferevent functions are doing. OK benno@ | |||
2017-11-27 | Simplify relay_close_http(), make relay_httpdesc_free() accept and ignore | Claudio Jeker | |
a NULL pointer argument (like free()). Also switch a !size to size == 0. OK benno@ | |||
2017-11-27 | typo in comments "optionel" -> "optional" | Mike Larkin | |
2017-11-27 | Deprecate agreement url config option and get the information from the | Florian Obser | |
directory call. This way we don't need to update the acme-client.conf file every time it changes. Still parse the option, ignore and warn about it for a release. Sysmerge should be able to handle the removal. "nice" deraadt@ OK benno | |||
2017-11-24 | Revert my change to ignore EIO errors when writing to log files. | Alexander Bluhm | |
Syslogd continued logging messages to a file that had an EIO error. This could slow down the whole system. File system errors may cause huge delays at every access. This prevented debugging the issue. Now syslogd will log a warning and shut down logging to this file until restart or SIGHUP. OK deraadt@ espie@ millert@ | |||
2017-11-23 | simplify imsg handler. | Eric Faurot | |
ok sunil@ gilles@ | |||
2017-11-21 | no need to check the sending process in imsg handlers when there is no | Eric Faurot | |
ambiguity: just use a single switch. ok gilles@ sunil@ | |||
2017-11-21 | The call to setegid(2) was replaced with setresgid(2) a while ago. | Theo Buehler | |
Adjust error message accordingly. | |||
2017-11-18 | merge the masquerade and missing domain header callbacks into one function. | Eric Faurot | |
ok gilles@ | |||
2017-11-17 | Use explicit_bzero to erase secrets | Jeremie Courreges-Anglas | |
from Scott Cheloa, ok tb@ | |||
2017-11-16 | Check that http options are only configured in http protocols. | Alexander Bluhm | |
OK benno@ | |||
2017-11-15 | make the maximum size of http headers configurable in the protocol. | Sebastian Benoit | |
ok bluhm@, >8k makes sense claudio@ | |||
2017-11-14 | Inverse logic, issue found by henning@. MPLS VPN is still broken though. | Claudio Jeker | |
2017-11-11 | reads better as *an* rdomain, i think; | Jason McIntyre | |
2017-11-11 | update switch handling in vmd(8). vmd now gets switch information (rdomain, | Mike Larkin | |
etc) from underlying switch interface instead of handling this on its own. Diff from carlos cardenas, Thanks! ok reyk@ | |||
2017-11-09 | /usr/share/compile -> /usr/share/relink/kernel | Antoine Jacoutot | |
from semarie I meant to do that at p2k17 but totally forgot... | |||
2017-11-08 | Since r1.41 the extensions are included in the CSR. Thus ca_request() | Patrick Wildt | |
already sets the extension values and returns. ca_sign() re-uses the information to write out the extension file. Since ca_request() uses strings stored on the stack, on return the pointers to those strings will be unusable. To fix this, strdup() the strings passed ca_setenv() so we can re-use them in another scope. And free() them when we clear the environment in ca_clrenv(). Initial report and diff from Andrei-Marius Radu. ok markus@ | |||
2017-11-07 | Revert previous, it breaks ports/infrastructure/bin/resolve-lib (I think) | Antoine Jacoutot | |
with at least python and ruby. ok naddy@ | |||
2017-11-07 | Add support for client-specific directories (named after the client address) | Jeremie Courreges-Anglas | |
tftpd -i will look up the requested path the directory named after the client's IP address. For read requests, if the file is not found, there's a fall back to its root directory. From Jan Klemkow with input and tweaks from at least jmc@, bluhm@, deraadt@, sthen@, semarie@ and myself. ok bluhm@ | |||
2017-11-07 | typo in previous | Mike Larkin | |
2017-11-07 | comment function vm_checkperm | Mike Larkin | |
2017-11-07 | document how ospfd interacts with carp | remi | |
improvement from jmc@ ok phessler@ jca@ benno@ for previous version ok jmc@ | |||
2017-11-07 | Tweak the man page and warning message, revert the comma. | YASUOKA Masahiko | |
2017-11-06 | typo, surprised nobody noticed yet | Marc Espie | |
2017-11-05 | Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. | Reyk Floeter | |
This fixes "local interface" mode with the udhcpc client. udhcpc, a DHCP client that is used by busybox and many embedded Linux distributions, does not support BOOTP which is the predecessor and a valid subset of DHCP. OK mlarkin@, Carlos Cardenas | |||
2017-11-05 | Mention that "reload" is disabled; ok jmc@ | Jeremie Courreges-Anglas | |
2017-11-05 | Disable config reload, ospf6d just exits on reload with simple setups. | Jeremie Courreges-Anglas | |
And fixing this doesn't appear trivial. Discussed with a bunch at p2k17, ok phessler@ denis@ benno@ | |||
2017-11-05 | Kill dead assignement. | Jeremie Courreges-Anglas | |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer | |
one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@ | |||
2017-11-04 | whitespace | Mike Larkin | |
2017-11-04 | Remove a debug message that has outlived its usefulness. | Mike Larkin | |
From Carlos Cardenas, who discussed this with reyk@ also. Thanks! | |||
2017-11-03 | properly cleanup the controller after closing the cmdfh. | Marc Espie | |
don't call exit, since grab_object is only used within a fork and parent does exit. this prevents signal cleanup from fucking up and trying to close the fhs a second time. somewhat long-standing problem, as seen by jeremy@ and I. okay jeremy@ | |||
2017-11-02 | Use emalloc, like in the rest of makefs | Jeremie Courreges-Anglas | |
From Michael W. Bombardieri | |||
2017-11-01 | don't look directly at PKG_CACHE, but ask the state, so that only | Marc Espie | |
pkg_add actually looks at the env variable, and it doesn't affect other tools. buglet noticed by Lari Rasku | |||
2017-11-01 | Extra space in previous | Jeremie Courreges-Anglas | |
2017-11-01 | Make ip-transparent option work by using SO_BINDANY. | Florian Obser | |
OK jca, benno jca also points out that Delan Azabani (delan _AT_ azabani.com) wrote exactly the same diff in 2016. It was OK bluhm but apparently never commited. | |||
2017-11-01 | Make ip-transparent option work by using SO_BINDANY. | Florian Obser | |
OK jca, benno | |||
2017-10-31 | Replace usage of WSMUX_{ADD,REMOVE}_DEVICE compat macros. | anton | |
ok deraadt@, mpi@ | |||
2017-10-31 | Add platform-id for EFI. | YASUOKA Masahiko | |
seem fine deraadt | |||
2017-10-31 | Fix a bug which made the boot entries' order reverse, introduced at 1.8 on | YASUOKA Masahiko | |
NetBSD. seem fine deraadt | |||
2017-10-31 | Initialize boot_catalog_entry's entry_type properly. This had been | YASUOKA Masahiko | |
missing but the type was used in cd9660_setup_boot(). seem fine deraadt | |||
2017-10-30 | Kill <net/slip.h>. | Martin Pieuchot | |
The ioctl(2) it defines is not supported since a long time and most of its defines are already present in tcpdump(8). ok jca@ | |||
2017-10-30 | vmd no longer creates bridges by default. users should create bridges in | Mike Larkin | |
/etc/hostname.bridge* files, and specify which bridge to use for a given virtual switch in vm.conf. diff from Carlos Cardenas, thanks | |||
2017-10-29 | Allow keys to be specified on the command line in list mode, for | Todd C. Miller | |
looking up specific keys. OK phessler@ jmc@ |