summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* timeserver: Purge timeserver list after resetEmmanuel VAUTRIN2023-04-111-0/+3
* rtnl: Ignore adding/removing interface to/from bridgeJonathan Liu2023-04-111-3/+14
* ntp: Fix timeserver typo in warning when ntp_data is not NULLJonathan Liu2023-04-111-1/+1
* service: Fix hidden service with wrong passphraseEmmanuel VAUTRIN2023-04-111-3/+14
* network: Keep failure state after disconnectionEmmanuel VAUTRIN2023-04-111-9/+13
* service: Fix an additional case of autoconnect breakage under iwdJade Lovelace2023-01-161-0/+4
* main: Add Hamachi interface to ignore listDaniel Wagner2023-01-021-0/+1
* ipconfig: Do not filter out 0.0.0.0 gateway routesDaniel Wagner2023-01-021-1/+1
* dnsproxy: add my copyright statement covering the larger refactoring changesMatthias Gerstner2022-11-031-0/+1
* dnsproxy: harmonize use of sizeof() for message size calculationsMatthias Gerstner2022-11-031-14/+17
* dnsproxy: fix TCP server reply handling if domain name is appendedMatthias Gerstner2022-11-031-33/+73
* dnsproxy: finish first full pass of refactoring the compilation unitMatthias Gerstner2022-11-031-244/+206
* dnsproxy: forward_dns_reply: pull out separate dns_reply_fixup_domains()Matthias Gerstner2022-11-031-159/+177
* dnsproxy: uncompress: replace unnecessary goto with return statementsMatthias Gerstner2022-11-031-12/+9
* dnsproxy: refactor ns_resolv() and forwards_dns_reply()Matthias Gerstner2022-11-031-143/+153
* dnsproxy: refactor and document strip_domains() to make it less confusingMatthias Gerstner2022-11-031-18/+43
* dnsproxy: strip_domains(): fix out of bounds read accessMatthias Gerstner2022-11-031-0/+2
* dnsproxy: refactoring of cache_update()Matthias Gerstner2022-11-031-73/+69
* dnsproxy: refactor parse_response()Matthias Gerstner2022-11-031-53/+57
* dnsproxy: refactoring of update_cached_ttl() and append_data()Matthias Gerstner2022-11-031-71/+72
* dnsproxy: first bits of refactoring data types, global variables, simpler fun...Matthias Gerstner2022-11-031-227/+214
* dnsproxy: fix compiler warning about zero length printf format stringMatthias Gerstner2022-11-031-1/+1
* dnsproxy-simple-test: improve test coverage and test flexibilityMatthias Gerstner2022-11-031-1/+5
* dnsproxy: enable Fallback DNS server when created if neededChristophe Ronco2022-10-241-9/+19
* wispr: Simplify the IP version checkDaniel Wagner2022-09-071-5/+1
* wispr: Fix context refcounting in wispr_portal_request_portal()Daniel Wagner2022-09-071-5/+5
* service: Track online check for IPv4 and IPv6 separatelyDaniel Wagner2022-09-071-12/+27
* ipconfig: Don't add invalid gateway routesDaniel Wagner2022-08-281-1/+1
* wisrp: Handle wispr_portal_detect failuresDaniel Wagner2022-08-281-24/+32
* resolver: Add path to resolv.conf to config optionsJakub Jirutka2022-08-282-7/+40
* wispr: Update portal context referencesDaniel Wagner2022-08-011-12/+22
* wispr: Add reference counter to portal contextDaniel Wagner2022-08-011-10/+42
* wispr: Ignore NULL proxyDaniel Wagner2022-08-011-1/+1
* wispr: Rename wispr_portal_list to wispr_portal_hashDaniel Wagner2022-08-011-11/+11
* wispr: Prevent use-after-free from __connman_wispr_stop()Seung-Woo Kim2022-05-251-11/+5
* service: Add "Ethernet" property for VPN into n.c.Manager GetServicesJakub Jirutka2022-05-161-1/+1
* clock: fix time update transition auto->manualRyan Smith2022-05-161-6/+3
* wispr: Fix online check when using WPAD/PACRyan Smith2022-04-141-6/+30
* dhcp: Set proxy properly when applying DHCP leaseRyan Smith2022-04-141-2/+1
* timezone: Change regdom along timezone, use localtime configJussi Laakkonen2022-04-081-5/+100
* main: Add RegdomFollowsTimezone option for regdom changesJussi Laakkonen2022-04-081-0/+13
* main: Add path to localtime to config options.Jussi Laakkonen2022-04-081-0/+19
* timeserver: include the reason why a timeserver sync is requestedNicky Geerts2022-04-083-7/+28
* timeserver: refresh the nameservers before each lookupNicky Geerts2022-03-071-41/+46
* iwd: Forget network on service removalEmmanuel VAUTRIN2022-03-043-0/+16
* service: Check if hidden service has a pending request on agentJussi Laakkonen2022-02-271-1/+4
* agent: Add support to check for active pending requestsJussi Laakkonen2022-02-273-0/+38
* main: Set default online check URL also when no config providedDaniel Wagner2022-02-271-2/+8
* dnsproxy: support programmatic configuration of the default listen portMatthias Gerstner2022-02-212-2/+9
* dnsproxy: protocol_offset: remove error return case and return size_tMatthias Gerstner2022-02-211-27/+14