summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* dnsproxy: remove unnecessarily shadowed variableMatthias Gerstner2022-02-211-1/+1
* dnsproxy: remove unused domain parameter from `remove_server()`Matthias Gerstner2022-02-211-4/+3
* dnsproxy: Keep timeout in TCP case even after connection is establishedMatthias Gerstner2022-01-251-5/+0
* dnsproxy: Avoid 100 % busy loop in TCP server caseMatthias Gerstner2022-01-251-0/+12
* dnsproxy: Validate input data before using themDaniel Wagner2022-01-251-5/+26
* dnsproxy: Update TCP length headerMatthias Gerstner2022-01-251-0/+3
* main: Use g_strdup for online_check_ipv{4,6}_url configDaniel Wagner2022-01-251-2/+9
* service: Fix native connection with wrong passphraseEmmanuel VAUTRIN2022-01-231-0/+9
* ipconfig: Do not enable/disable ipv6 for all ifsChristian Taedcke2021-12-191-0/+6
* Add ObjectManager interface to connmanMichael Trimarchi2021-12-191-1/+1
* service: Support hot-plug of technologies by updating ipconfig indexJussi Laakkonen2021-11-181-2/+15
* tether: Fix connman_technology_get_wifi_tetheringMichael Trimarchi2021-10-261-2/+6
* dnsproxy: Fix uninitialized false positive in dnsproxyEmmanuel VAUTRIN2021-10-201-1/+1
* config: Cleanup of iwd provision_service_wifi()Emmanuel VAUTRIN2021-10-201-4/+2
* inet: Remove unused ipv6_addr_advert_multDaniel Wagner2021-10-151-7/+0
* tethering: Add possibility to configure the access point frequencyMichael Trimarchi2021-10-151-1/+40
* tethering: Reduce the number of parameters of tech_set_tetheringMichael Trimarchi2021-10-151-7/+7
* manager: Add TetheringClientsChanged GBUS_SIGNALMichael Trimarchi2021-10-041-0/+3
* service: Report errors to user in native modeVAUTRIN Emmanuel (Canal Plus Prestataire)2021-10-041-1/+2
* service: Do not trigger wispr start when EnableOnlineCheck is disabledDaniel Wagner2021-08-301-0/+6
* service: Move wispr start code into helperDaniel Wagner2021-08-301-16/+15
* network: Do not disconnect decice on network connectDaniel Wagner2021-08-291-2/+0
* service: Prevent auto connection during passphrase requestVAUTRIN Emmanuel (Canal Plus Prestataire)2021-08-291-0/+25
* wispr: Add online check url config optionsVAUTRIN Emmanuel (Canal Plus Prestataire)2021-08-293-10/+51