summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-03-09Also log transforms on IKE SA rekey.tobhe
2021-03-09Zap stray Xrkn
2021-03-09Fix TRUNK synopsis alignmentkn
2021-03-09Replace time_t startup_time with struct timespec link_timeout.Kenneth R Westerback
2021-03-09Do not adjust (uhm.. zero) the swap 'b' partition size if physmem isTheo de Raadt
2021-03-08dhclient relationship with "inet autoconf" is incorrect, it activatedTheo de Raadt
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-07Reduce debug logging by moving protocol level debug logFlorian Obser
2021-03-07No need to cap the exponential backoff here, iface_timeout() alreadyFlorian Obser
2021-03-07Log ESN for child SAs if enabled.tobhe
2021-03-07Withdraw nameservers when the interface goes down.Florian Obser
2021-03-07Fold get_lladdr into update_iface, now the only caller.Florian Obser
2021-03-07No need to pass the link local and hw address around, we have itFlorian Obser
2021-03-07reshuffle to bring more in line with dhcpleasedFlorian Obser
2021-03-07Introduce engine_update_if().Florian Obser
2021-03-06whitespacetobhe
2021-03-06Implement last remaining bits to update from RFC 4941 to RFC 8981.Florian Obser
2021-03-06Turns out there are dhcp servers that ignore DHCPREQUEST messages whenFlorian Obser
2021-03-05Print PFS group for rekeyed Child SAs.tobhe
2021-03-05Log transforms of established IKE and Child SAs.tobhe
2021-03-05Move policy printing code from parse.y to new print.ctobhe
2021-03-04Remove -g from CFLAGS. This was accidentally added with the last commit.tobhe
2021-03-04Derive config netmask from address pool if not explicitly configured.tobhe
2021-03-04Add sys/queue.h to the include list since imsg.h needs it. CurrentlyClaudio Jeker
2021-03-04remove extra argument to printfJonathan Gray
2021-03-04Notice when link-timeout expires even if istty(STDERR) hints that dhclient hasKenneth R Westerback
2021-03-03Free sc_vroute on shutdown.tobhe
2021-03-03Add a configurable button mapping for tap gestures on touchpads.Ulf Brosziewski
2021-03-03Unveil only /etc/resolv.conf and /etc/resolv.conf.new not /etc/kn
2021-03-02Read general and touchpad-specific wsmouse settings separately.Ulf Brosziewski
2021-03-02Only attach a fully configured bpf filter to a network interface.Florian Obser
2021-03-02Must include netinet/in.h before netinet/ip.h or bad things happen.Claudio Jeker
2021-03-02Fix indentation of switch / case. No binary change.Florian Obser
2021-03-02satisfy older gcc with poor warning generationTheo de Raadt
2021-03-02requires netinet/in.hTheo de Raadt
2021-03-02Rename local variable 'cur_time' in set_timeout() to 'now' likeKenneth R Westerback
2021-03-02Eliminate redundant checks for expired leases in ifi->leasedb. SimplyKenneth R Westerback
2021-03-02Make unveiling the lease directory a warning instead of a fatal errorFlorian Obser
2021-03-02Better unveil error messages; requested by deraadt some time ago.Florian Obser
2021-03-02Add missing RCS markerkn
2021-03-02Do not unveil unused unwind socket under SMALLkn
2021-03-02remove uneeded md5.h includeJonathan Gray
2021-03-02Increase the size of iov in pfkey_sa() to be large enough for allJonathan Gray
2021-03-01Make sure sa_policy is not NULL in sa_configure_iface(). This can happentobhe
2021-03-01Log adding and deleting of IP addresses as well as nameservers.Florian Obser
2021-03-01We really must handle all possible enumeration values inFlorian Obser
2021-03-01Let send_rdns_withdraw and send_deconfigure_interface clean up afterFlorian Obser
2021-03-01typo; from Scott BennettTheo de Raadt
2021-02-28Rename addr to gateway.tobhe
2021-02-28Move tick_msg(TICK_WAIT) calls after related log_debug()Kenneth R Westerback