summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* autoconf: require C99 compiler and set C99 modeMatthias Gerstner2022-11-031-1/+1
* dnsproxy-simple-test: improve test coverage and test flexibilityMatthias Gerstner2022-11-033-17/+104
* dnsproxy: enable Fallback DNS server when created if neededChristophe Ronco2022-10-241-9/+19
* AUTHORS: Mention Ben's contributionsDaniel Wagner2022-09-271-0/+1
* gresolv: add missing include to fix clang-16 buildBen Kohler2022-09-271-0/+1
* wifi: Handle invalid-key case on WPA-SAE authentication failureAriel D'Alessandro2022-09-201-0/+26
* 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-283-7/+48
* AUTHORS: Mention Nathan's contributionsDaniel Wagner2022-08-011-0/+1
* gweb: Fix OOB write in received_data()Nathan Crandall2022-08-011-1/+1
* 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
* doc: Add note SingleConnectedTechnology can't be used with VPNDaniel Wagner2022-05-251-1/+2
* 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
* gdhcp: fix server address byte orderRyan Smith2022-04-141-1/+1
* iwd: Fix connection with invalid passphrase formatEmmanuel VAUTRIN2022-04-141-1/+3
* AUTHORS: Mention Daniel's contributionsDaniel Wagner2022-04-081-0/+1
* vpn: Replace hardcoded paths with RUNSTATEDIRDaniel Linjama2022-04-082-3/+3
* build: Support configurable run dir with RUNSTATEDIRDaniel Linjama2022-04-082-0/+3
* ofono: Do not change regdom when it follows timezoneJussi Laakkonen2022-04-081-0/+5
* timezone: Change regdom along timezone, use localtime configJussi Laakkonen2022-04-081-5/+100
* main: Add RegdomFollowsTimezone option for regdom changesJussi Laakkonen2022-04-082-0/+19
* main: Add path to localtime to config options.Jussi Laakkonen2022-04-082-0/+22
* timeserver: include the reason why a timeserver sync is requestedNicky Geerts2022-04-084-7/+35