summaryrefslogtreecommitdiffstats
path: root/sbin
AgeCommit message (Expand)AuthorFilesLines
2020-06-22use (undocumented) base64 code in libc instead of libcrypto.dlg2-11/+10
2020-06-21various minor tweaks;jmc1-7/+7
2020-06-21wgpip -> wgendpoint. ok dlg@matthieu1-3/+3
2020-06-21teach ifconfig about wireguard.dlg3-6/+452
2020-06-20With filesystem having many cylinder groups and many inodes per cg theotto11-110/+128
2020-06-18Fix handling of short EAP-MSCHAP messages.tobhe1-14/+25
2020-06-17Fix length check in ca_getreq().tobhe1-5/+14
2020-06-15Log errors with log_info and SPI prepended.tobhe1-9/+15
2020-06-09Move AUTH_REQUEST SA state change from parser to IKE_AUTH exchange handler.tobhe2-11/+12
2020-06-05Add default proposals for AES-GCM ciphers in IKE and ESP.tobhe1-57/+182
2020-06-03Simplify logic in add_route(), eliminating pointless code duplication andkrw1-58/+31
2020-06-03Pass sockaddr instead of sockaddr_storage to sa_address.tobhe3-14/+16
2020-06-02Don't leak authmsg.tobhe1-1/+3
2020-06-01Fix "comparison of integers of different signs" warning.tobhe1-3/+3
2020-05-30Indentation style(9).tobhe1-11/+11
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-28Move duplicate SA negotiation code to ikev2_sa_negotiate_common().tobhe1-88/+40
2020-05-28A few stray 'ifa' overloadings.krw2-6/+6
2020-05-28Make generation numbers unsigned and fill them using a random numberotto2-11/+11
2020-05-28Reduce 'ifa' overloading by renaming some parameters 'address'.krw1-9/+9
2020-05-28Reduce 'ifa' overloading by renaming proposal field from 'ifa' tokrw3-10/+10
2020-05-26Wrap some overly long lines.krw3-8/+15
2020-05-26Nuke a superflous local array in release_lease().krw1-4/+3
2020-05-26Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.tobhe8-85/+366
2020-05-25Do not log "startup" to syslog.florian2-6/+2
2020-05-21Rename various parameters and variables to eliminate misleadingkrw1-39/+38
2020-05-21extract_classless_route() -> extract_route() as there is only the one routekrw3-12/+14
2020-05-21Rename route_in_rtstatic() to route_pos() to more clearly reflect itskrw1-5/+5
2020-05-20Remove no longer necessary RTLEN.krw2-6/+3
2020-05-20Fix typo in comment.krw1-2/+2
2020-05-20Rename proposal{} fields rtstatic_len, rtsearch_len and rtdns_len tokrw3-32/+32
2020-05-20Replace fixed 128-byte fields for search domains, static routes andkrw4-32/+47
2020-05-19Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} askrw3-45/+27
2020-05-19sync libunbound fixes from unbound, ok florian@sthen9-72/+246
2020-05-19Move back to FFS1 by default for MFS as suggested by millert@. OK otto@sthen1-2/+2
2020-05-19Copy ownership/permissions from the mountpoint to FFS2 MFS, as already donesthen1-7/+13
2020-05-18Make ffs2 the default for newfs; change all calls to create e.g. floppyotto2-7/+6
2020-05-16list example files in FILES with a short description: generally, "Examplejmc1-4/+4
2020-05-15Shuffle and tweak code in lease_as_proposal() to allocate the proposalkrw1-59/+55
2020-05-15Fix domain-search option processing. Testing one value and then usingkrw1-2/+2
2020-05-15Be more careful in extracting the uint16_t value of interface-mtu, andkrw2-6/+7
2020-05-15pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha1-2/+2
2020-05-14Stricter return value checking for EVP_Cipher* calls.tobhe3-31/+48
2020-05-14Massage merge_option_data() to be more careful when dealing with 'D'krw3-17/+43
2020-05-13Remove unnecessary logging messages.tobhe1-5/+2
2020-05-13Repair 'domain-search' parsing broken in r1.191.krw1-10/+11
2020-05-13We don't count a terminating NUL in the length of option data.krw2-5/+5
2020-05-13Nuke a variable that is always set to 0.krw1-4/+3
2020-05-13No need to memcpy() into a string created by strdup().krw1-3/+2
2020-05-13Remove dead 'iked_flow' member 'flow_type'.tobhe2-16/+5