Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | Don't stop logging to stderr when running in foreground with -d. | Reyk Floeter | |
Pointed out by Kapetanakis Giannis | |||
2017-07-05 | Some documentation improvements: | Martin Pieuchot | |
- Fix TLS s/server/client/ - Use 'remote loghost' consistently, even if it's not clear to which endpoint this correspond. - Replace 'forwarding' by 'sending' to remove the ambiguity about the inserted hostname. - Do not use the word 'server' with 'socket' to avoid confusion with a TLS server. - Prefer 'senders' than 'clients' when it comes to spoofing, to reduce one usage of the word 'client. ok jmc@, bluhm@ | |||
2017-07-04 | Fix the only remaining mandoc(1) ERROR in the base system. | Ingo Schwarze | |
(Can't resist the temptation to commit 'cause it allows such a cute commit message.) | |||
2017-07-04 | delete tokens that have never been used. | Sebastian Benoit | |
From Rob Pierce ok yacc and gcc | |||
2017-07-04 | rename fetch_state() to fetch_ifstate(). The word "state" is a bit | Sebastian Benoit | |
overloaded in this daemon. From Rob Pierce | |||
2017-07-04 | Fix some variable alignment whitespace. | Sebastian Benoit | |
From Rob Pierce | |||
2017-07-04 | if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks. | Sebastian Benoit | |
From Kapetanakis Giannis, thanks. ok florian@ | |||
2017-07-04 | Detect upfront whether we have a particular set installed and if not, do *not* | Antoine Jacoutot | |
list a matching syspatch as available. This will allow to skip the syspatches for the X sets for example if we don't have them installed. If we do install these sets a posteriori, then syspatch *will* list the X syspatches if there are any. req. by many ok robert@ | |||
2017-07-04 | make relayd not crash in relay_udp_server() when using a dns relay. | Sebastian Benoit | |
needs revisiting. From Rivo Nurges, thanks. ok florian@ | |||
2017-07-04 | It does not make sense to use ioctl(FIONREAD) with TLS as libtls | Alexander Bluhm | |
has already read the buffer from kernel to user land. I have blindly copied this code from libevent for syslogd(8) TLS, remove it together with the bug. It caused hangs in ldapd(8). report, analysis, testing, OK Seiya Kawashima, Robert Klein, gsoares@ | |||
2017-07-04 | consistently use the evtimer wrappers around the connection timeout. | Florian Obser | |
this is instead of setting the timeout up with event_set and event_add, but removing it with evtimer_del. this uses evtimer_set and evtimer_add. prompted by dlg's commit to identd OK dlg | |||
2017-07-04 | Include stdarg.h explicitly instead of relying on event.h to bring it in. | Florian Obser | |
prompted by dlg's commit to identd OK dlg | |||
2017-07-04 | consistently use the evtimer wrappers around the connection timeout. | David Gwynne | |
this is instead of setting the timeout up with event_set and event_add, but removing it with evtimer_del. this uses evtimer_set and evtimer_add. | |||
2017-07-04 | include stdarg.h explicitly instead of relying on event.h to bring it in. | David Gwynne | |
2017-07-04 | properly adjust the ttl of replies instead of freezing them in time | Ted Unangst | |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie | |
instead of CLEANFILES += y.tab.h okay millert@ | |||
2017-07-03 | Remove obvious clear_config() comments and misleading state_change() comments. | Sebastian Benoit | |
Also relocate do_action() calls for the init block from change_state() to occur with the corresponding do_action() calls for the body block. From Rob Pierce ok stsp@ and i | |||
2017-07-03 | don't bother caching invalid or very short lived responses | Ted Unangst | |
2017-07-03 | check that a cachehit hasn't expired before using it. | Ted Unangst | |
2017-07-02 | Second diff to rename additional "always" variable in struct ifsd_config. | Sebastian Benoit | |
from Rob Pierce. Requested by stsp@ | |||
2017-07-02 | Remove unused variable from header file. | Sebastian Benoit | |
from Rob Pierce. ok stsp@ and me | |||
2017-07-02 | Remove variable assignment in declaration and add whitespace to improve | Sebastian Benoit | |
readability. No functional change. from Rob Pierce. ok stsp@ and me | |||
2017-07-02 | Rename one of the "always" variables to "body" for improved readability. | Sebastian Benoit | |
No functional change. from Rob Pierce. ok stsp@ and me | |||
2017-07-01 | go thru POSIX::Termios to turn off kerninfo. | Marc Espie | |
wasn't even aware that stuff existed, thanks nicm@ NOKERNINFO hardcoded, because it's not in the POSIX module, shouldn't be a big issue. okay millert@ | |||
2017-06-29 | Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage() | Theo Buehler | |
ok mestre | |||
2017-06-28 | remove a contradictory sentence (see dhcp-options(5)) which claims | Jason McIntyre | |
hostnames which resolve to muliple ip addresses are all forwarded to the client; issue reported by edgar pettijohn; discussed with dhcpd's de facto maintainer, kenneth westerback; | |||
2017-06-28 | whitespace fixes, from Rob Pierce and me | Sebastian Benoit | |
2017-06-28 | usage() gets __dead attribute, from Rob Pierce | Sebastian Benoit | |
2017-06-27 | Hoist some privileged code in preparation for future work. | Sebastian Benoit | |
Based on an approach in vmd with mc146818/ns8250. diff by Rob Pierce <rob -AT- 2keys -DOT- ca> ok deraadt@ | |||
2017-06-27 | move a global into local context; from rob pierce | Theo de Raadt | |
2017-06-26 | don't print the WELLKNOWN string for unknown well-known communities | Peter Hessler | |
from Job Snijders ok phessler@ benno@ | |||
2017-06-26 | let admins set an unknown well-known community | Peter Hessler | |
from Job Snijders ok phessler@ benno@ | |||
2017-06-26 | add support for the "graceful shutdown" well-known community as described | Peter Hessler | |
in draft-ietf-grow-bgp-gshut from Job Snijders ok phessler@ benno@ | |||
2017-06-26 | allow setting localpref to 0 | Peter Hessler | |
from Job Snijders ok phessler@ benno@ | |||
2017-06-22 | Close file descriptor on an exit path. | Frederic Cambus | |
OK gsoares@ | |||
2017-06-22 | Generate the newbsd: and install-update: targets here, rather than | Theo de Raadt | |
in the source Makefile.* files. ok tb rpe mlarkin | |||
2017-06-20 | trim more error messages | Marc Espie | |
- if we can't retrieve the package, of course signify will say it's truncated so that's redundant. - if you give a full package name, can_be_empty should make directories vanish. (landry just discovered 6.1/packages-stable by accident, make it vanish again so he can't find it back... :D ) | |||
2017-06-20 | Revert a previous commit that increased the virtio queue size since it | Mike Larkin | |
appears to be causing some instability. | |||
2017-06-19 | Import route priority support from ospfd to ospf6d. | friehm | |
Also remove the RTF_UP flag from hdr.rtm_flags in send_rtmsg() since ospfd and bgpd don't set the flag. OK bluhm@ claudio@ | |||
2017-06-19 | delete accidental blank line | Theo de Raadt | |
2017-06-19 | fix descriptor leak in the smtp congestion mechanism | Gilles Chehade | |
diff from Henri Kemppainen; ok gilles@ eric@ | |||
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne | |
src/lib/libc/gen/tree.c is a copy of src/sys/kern/subr_tree.c, but with annotations for symbol visibility. changes to one should be reflected in the other. the malloc debug code that uses RB code is ported to RBT. because libc provides the RBT code, procmap doesn't have to reach into the kernel and build subr_tree.c itself now. mild enthusiasm from many ok guenther@ | |||
2017-06-18 | update log.c in ifstated to the same used in bgpd etc. | Sebastian Benoit | |
Done by Rob Pierce <rob AT 2keys DOT ca>, thanks | |||
2017-06-17 | Since WSFONT_NAME_SIZE was switched from 16 to 32, account for the | Frederic Cambus | |
change in wsfontload as well: tweak spacing and printf format string. OK deraadt@, mpi@ | |||
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie | |
programs will build even without a make depend first. okay tb@ millert@ | |||
2017-06-16 | PCI Express extendeded capability 0x1c is LN Requester according to the | Jonathan Gray | |
PCI-SIG Lightweight Notification (LN) Protocol ECN document. From Masanobu SAITOH. | |||
2017-06-15 | We do not support iso7 nor pcvt encoding, so remove macro definitions | Frederic Cambus | |
and commented entries. OK mlarkin@ | |||
2017-06-14 | Don't support loading appletalk addresses from /etc/appletalk.names. | Michal Mazurek | |
OK deraadt@ | |||
2017-06-14 | Remove main() prototype and unused envp argument. | anton | |
ok deraadt@ martijn@ | |||
2017-06-13 | Initialize the length parameter for radius_get_vs_raw_attr() since | YASUOKA Masahiko | |
it's read/write. diff from IIJ. |