summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AUTHORS: Mention Oskar's contributionsHEADmasterDaniel Wagner2023-04-111-0/+1
* 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
* AUTHORS: Mention Eivind's contributionsDaniel Wagner2023-04-111-0/+1
* vpn: Adding support for latest pppd 2.5.0 releaseEivind Næss2023-04-113-23/+161
* service: Fix hidden service with wrong passphraseEmmanuel VAUTRIN2023-04-111-3/+14
* network: Keep failure state after disconnectionEmmanuel VAUTRIN2023-04-111-9/+13
* doc: Update connman(8) manpage on the --nodnsproxy option.Oskar Roesler2023-04-111-3/+5
* doc: Add info on matching logic for --nodeviceDaniel Wagner2023-04-111-1/+2
* AUTHORS: Mention Polina's contributionsDaniel Wagner2023-04-111-0/+1
* gdhcp: Verify and sanitize packet length firstDaniel Wagner2023-04-111-7/+9
* service: Fix an additional case of autoconnect breakage under iwdJade Lovelace2023-01-161-0/+4
* iwd: fix iwd autoconnect being set wrongly on new connectionsJade Lovelace2023-01-161-3/+84
* iwd: Fix typo in create_known_network nameJade Lovelace2023-01-161-2/+2
* iwd: Rename autoconnect fields to clarify meaningJade Lovelace2023-01-161-19/+19
* 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