summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-23log: Give program name and version in log initJukka Rissanen4-5/+7
2012-11-23device: Move device creation func into device.cJukka Rissanen6-177/+182
2012-11-23ipconfig: Move IP address API into separate ipaddress.c fileJukka Rissanen8-190/+266
2012-11-23doc: VPN daemon API descriptionsJukka Rissanen3-0/+275
2012-11-22core: Use interface index instead of interface namePatrik Flykt7-212/+198
2012-11-19TODO: Add WiFi plugin data struct handling taskPatrik Flykt1-0/+13
2012-11-19dnsproxy: Use TCP connections only for the intended requestPatrik Flykt1-0/+5
2012-11-19dnsproxy: Check the result of socket creation when resolvingPatrik Flykt1-2/+6
2012-11-19dnsproxy: Check GIO channel for NULL before usePatrik Flykt1-3/+7
2012-11-16dnsproxy: Close the UDP socket on error condition.Forest Bond1-106/+124
2012-11-15ofono: Remove network if GPRS context is removedDaniel Wagner1-1/+3
2012-11-13iptables: A file descriptor cannot be a nagative integerDanny Jeongseok Seo1-1/+2
2012-11-13manager: Fix negative error codeDanny Jeongseok Seo1-1/+1
2012-11-13wifi: Handle D-Bus method call failurePatrik Flykt1-0/+8
2012-11-13supplicant: Handle race condition on WiFi dongle removalPatrik Flykt1-4/+21
2012-11-13bridge: Close socket on errorPatrik Flykt1-1/+3
2012-11-13gdhcp: Fix resource leakDanny Jeongseok Seo1-1/+1
2012-11-13gweb: Check null before referenceDanny Jeongseok Seo1-2/+2
2012-11-13inet: Fix resource leakDanny Jeongseok Seo1-3/+1
2012-11-07wifi: Skip service if there is error while loading its settingsJukka Rissanen1-0/+4
2012-11-05README: Add information about network interface clearing at startupJukka Rissanen1-0/+5
2012-11-05session: Register session after policy plugin returned configDaniel Wagner1-75/+89
2012-11-05session: Factor out user settings in __connman_session_create()Daniel Wagner1-23/+48
2012-11-05session: Remove struct connman_session_bearerDaniel Wagner3-111/+35
2012-11-05session: Handle no match case in parse_bearers()Daniel Wagner1-0/+9
2012-11-05session: parse_bearers() should check for invalid typesDaniel Wagner1-2/+9
2012-11-05session: Rename session_parse_allowed_bearers() to parse_bearers()Daniel Wagner1-5/+3
2012-11-05session: Remove match_all from connman_session_bearerDaniel Wagner2-36/+21
2012-11-05session: Remove name variable from connman_session_bearerDaniel Wagner2-8/+8
2012-11-05session: Add callback to policy create()Daniel Wagner3-15/+40
2012-11-05session: Policy register should check callback existenceDaniel Wagner1-0/+3
2012-11-05session: Pick directly first policy in listDaniel Wagner1-8/+3
2012-11-05session: Factor out memory release part of cleanup_sessionDaniel Wagner1-9/+14
2012-11-05manager: Allow async CreateSession method callDaniel Wagner1-2/+6
2012-11-05storage: Add void if function does not have any argumentsDaniel Wagner2-7/+7
2012-11-02dhcp: Clear ipaddresses from ipconfig before starting DHCPJukka Rissanen1-0/+6
2012-11-02ipconfig: Add function to clear ipaddress informationJukka Rissanen2-0/+9
2012-10-29openvpn: Support '--tls-auth <file>' with optional '<direction>' argumentEmil Renner Berthing1-0/+14
2012-10-29openvpn: Add more optionsEmil Renner Berthing1-0/+3
2012-10-26Release 1.91.9Marcel Holtmann2-1/+10
2012-10-26technology: Do not proceed with tethering if technology is not enabledTomasz Bursztyka1-0/+4
2012-10-25systemd: prevent duplicate logging messages in journalMarti Raudsepp1-0/+1
2012-10-25technology: Do not presume a technology being hardblocked when createdTomasz Bursztyka1-6/+2
2012-10-25dnsproxy: Add reply host part length checkingPatrik Flykt1-5/+17
2012-10-23wispr: Free wispr portal context in the relevant placeTomasz Bursztyka1-11/+11
2012-10-22device: Do not mark connecting networks unavailableTomasz Bursztyka1-1/+2
2012-10-19network: Fix typo in debug printJukka Rissanen1-1/+1
2012-10-19web: Make debug func print more useful informationJukka Rissanen1-3/+11
2012-10-19gresolv: Remove query from queue before destroying the queryJukka Rissanen1-1/+1
2012-10-19gresolv: Make sure we will not receive DNS data after closingJukka Rissanen1-1/+3