summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* use (undocumented) base64 code in libc instead of libcrypto.dlg2020-06-222-11/+10
* various minor tweaks;jmc2020-06-211-7/+7
* wgpip -> wgendpoint. ok dlg@matthieu2020-06-211-3/+3
* teach ifconfig about wireguard.dlg2020-06-213-6/+452
* With filesystem having many cylinder groups and many inodes per cg theotto2020-06-2011-110/+128
* Fix handling of short EAP-MSCHAP messages.tobhe2020-06-181-14/+25
* Fix length check in ca_getreq().tobhe2020-06-171-5/+14
* Log errors with log_info and SPI prepended.tobhe2020-06-151-9/+15
* Move AUTH_REQUEST SA state change from parser to IKE_AUTH exchange handler.tobhe2020-06-092-11/+12
* Add default proposals for AES-GCM ciphers in IKE and ESP.tobhe2020-06-051-59/+184
* Simplify logic in add_route(), eliminating pointless code duplication andkrw2020-06-031-59/+32
* Pass sockaddr instead of sockaddr_storage to sa_address.tobhe2020-06-033-14/+16
* Don't leak authmsg.tobhe2020-06-021-1/+3
* Fix "comparison of integers of different signs" warning.tobhe2020-06-011-3/+3
* Indentation style(9).tobhe2020-05-301-11/+11
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Move duplicate SA negotiation code to ikev2_sa_negotiate_common().tobhe2020-05-281-88/+40
* A few stray 'ifa' overloadings.krw2020-05-282-6/+6
* Make generation numbers unsigned and fill them using a random numberotto2020-05-282-11/+11
* Reduce 'ifa' overloading by renaming some parameters 'address'.krw2020-05-281-9/+9
* Reduce 'ifa' overloading by renaming proposal field from 'ifa' tokrw2020-05-283-10/+10
* Wrap some overly long lines.krw2020-05-263-8/+15
* Nuke a superflous local array in release_lease().krw2020-05-261-4/+3
* Add AES-GCM mode ciphers (IANA IDs 19 and 20) for IKEv2.tobhe2020-05-268-86/+367
* Do not log "startup" to syslog.florian2020-05-252-6/+2
* Rename various parameters and variables to eliminate misleadingkrw2020-05-211-39/+38
* extract_classless_route() -> extract_route() as there is only the one routekrw2020-05-213-12/+14
* Rename route_in_rtstatic() to route_pos() to more clearly reflect itskrw2020-05-211-5/+5
* Remove no longer necessary RTLEN.krw2020-05-202-6/+3
* Fix typo in comment.krw2020-05-201-2/+2
* Rename proposal{} fields rtstatic_len, rtsearch_len and rtdns_len tokrw2020-05-203-32/+32
* Replace fixed 128-byte fields for search domains, static routes andkrw2020-05-204-32/+47
* Eliminate imsg_propose{}, imsg_revoke{} and imsg_tell_unwind{} askrw2020-05-193-45/+27
* sync libunbound fixes from unbound, ok florian@sthen2020-05-199-72/+246
* Move back to FFS1 by default for MFS as suggested by millert@. OK otto@sthen2020-05-191-2/+2
* Copy ownership/permissions from the mountpoint to FFS2 MFS, as already donesthen2020-05-191-7/+13
* Make ffs2 the default for newfs; change all calls to create e.g. floppyotto2020-05-182-7/+6
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* Shuffle and tweak code in lease_as_proposal() to allocate the proposalkrw2020-05-151-59/+55
* Fix domain-search option processing. Testing one value and then usingkrw2020-05-151-2/+2
* Be more careful in extracting the uint16_t value of interface-mtu, andkrw2020-05-152-6/+7
* pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha2020-05-151-2/+2
* Stricter return value checking for EVP_Cipher* calls.tobhe2020-05-143-31/+48
* Massage merge_option_data() to be more careful when dealing with 'D'krw2020-05-143-17/+43
* Remove unnecessary logging messages.tobhe2020-05-131-5/+2
* Repair 'domain-search' parsing broken in r1.191.krw2020-05-131-10/+11
* We don't count a terminating NUL in the length of option data.krw2020-05-132-5/+5
* Nuke a variable that is always set to 0.krw2020-05-131-4/+3
* No need to memcpy() into a string created by strdup().krw2020-05-131-3/+2
* Remove dead 'iked_flow' member 'flow_type'.tobhe2020-05-132-16/+5