Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-23 | test: New VPN test script that connect to connman-vpnd | Jukka Rissanen | 1 | -0/+5 | |
2012-11-23 | test: Renamed old VPN scripts | Jukka Rissanen | 1 | -1/+1 | |
Renamed connect-vpn to connect-provider and disconnect-vpn to remove-provider In order to not confuse the user, change the name of the old vpn connect/disconnect script. Now the name of the script reflects the name of the manager dbus api. The connect-provider will use the old ConnectProvider manager dbus interface instead of directly connecting to connman-vpnd. | |||||
2012-11-23 | vpn: New vpn daemon that handles vpn connections and clients | Jukka Rissanen | 1 | -1/+91 | |
2012-11-23 | ipconfig: Move IP address API into separate ipaddress.c file | Jukka Rissanen | 1 | -2/+2 | |
Done so that connman_ipaddress_* functions can be used from separate vpn daemon. | |||||
2012-10-11 | gdhcp: Add unalignment macros | Jukka Rissanen | 1 | -1/+1 | |
The alignment macros are copied from Bluez. | |||||
2012-10-03 | build: Don't use deprecated INCLUDES variable | Lucas De Marchi | 1 | -1/+1 | |
Makefile.am:127: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | |||||
2012-10-03 | build: Fix missing -lrt for clock_gettime() | Lucas De Marchi | 1 | -1/+1 | |
librt is needed for using clock_gettime(): /usr/bin/ld: src/ntp.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5' /usr/bin/ld: note: 'clock_gettime@@GLIBC_2.2.5' is defined in DSO /usr/lib/librt.so.1 so try adding it to the linker command line /usr/lib/librt.so.1: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status | |||||
2012-09-26 | build: Add manual pages for connman and config file | Jukka Rissanen | 1 | -1/+6 | |
2012-09-19 | build: Include --enable-session-policy when building distribution | Marcel Holtmann | 1 | -0/+1 | |
2012-09-18 | build: Don't install connmanctl.1 manual page for now | Marcel Holtmann | 1 | -1/+1 | |
2012-09-14 | client: Update Makefile.am and add new command line client main file | Ceara Chewning | 1 | -3/+14 | |
The new main.c uses the previously added services, technology, manager, interactive, and monitor files to create the connmanctl command line interface. It is able to display properties of services and technologies, and set/enable them. | |||||
2012-09-04 | test: set-timeservers was missing from makefile | Jukka Rissanen | 1 | -1/+1 | |
2012-08-30 | session: Add configuration plugin | Daniel Wagner | 1 | -1/+2 | |
2012-07-13 | config: Get configurations that are provisioned | Jukka Rissanen | 1 | -1/+1 | |
We need the list of provisioned services so that all the hidden ones can be scanned. | |||||
2012-05-21 | build: Add option for disabling WISPr support | Marcel Holtmann | 1 | -11/+17 | |
2012-05-04 | build: Enable vpnc by default for developer builds | Marcel Holtmann | 1 | -0/+2 | |
2012-04-30 | test: Remove script to monitor manager | Marcel Holtmann | 1 | -1/+1 | |
2012-04-29 | build: Remove dependency on libcap-ng | Marcel Holtmann | 1 | -3/+2 | |
2012-04-26 | build: Fix broken build without GnuTLS | Marcel Holtmann | 1 | -3/+4 | |
2012-04-21 | build: Remove useless alg-test example program | Marcel Holtmann | 1 | -4/+1 | |
2012-04-21 | build: Build client and testing tools by default | Marcel Holtmann | 1 | -3/+1 | |
2012-04-21 | build: Allow NM and PolicyKit plugins only as builtins | Marcel Holtmann | 1 | -0/+2 | |
2012-04-21 | build: Always enable essential plugins by default | Marcel Holtmann | 1 | -7/+1 | |
2012-04-17 | test: Remove set-address script | Jukka Rissanen | 1 | -1/+1 | |
The script is quite useless because it changes the IP address settings of all found services. The IP settings will be the same for every service which is probably not what the user wants. The set-ipv4-method and set-ipv6-method scripts can be used by the user instead of set-address because those two scripts will only change settings of one service. | |||||
2012-04-12 | google: Remove google nameserver plugin | Patrik Flykt | 1 | -1/+0 | |
2012-04-11 | Makefile: Remove test/provision-service from Makefile.am | Patrik Flykt | 1 | -1/+1 | |
2012-04-05 | meego: Remove the meego plugin | Alok Barsode | 1 | -1/+0 | |
The fallback Timeservers should replace this plugin. | |||||
2012-02-24 | build: Remove find-service and connect-service from test_scripts | Samuel Ortiz | 1 | -3/+2 | |
2012-02-13 | build: Add missing documentation to EXTRA_DIST | Samuel Ortiz | 1 | -0/+2 | |
2012-02-13 | test-nat: Add nat unit test | Daniel Wagner | 1 | -1/+7 | |
2012-02-13 | nat: Move nat code into a seperate file | Daniel Wagner | 1 | -1/+1 | |
Instead of natting all traffic, nat.c will restrict the masquerading on given network/mask. The nat handling code will be reused by session.c | |||||
2012-02-13 | bridge: Move bridge code into a seperate file | Daniel Wagner | 1 | -1/+1 | |
The bridge handling code will reused by session.c. | |||||
2012-02-03 | build: Remove --enable-ntpd | Marcel Holtmann | 1 | -1/+0 | |
2012-02-01 | test-ippool: Add unit test for ippool | Daniel Wagner | 1 | -1/+6 | |
2012-02-01 | ippool: Add IP pool layer | Daniel Wagner | 1 | -1/+2 | |
This is based on Guillaume Zajac intial IP pool patches. | |||||
2012-01-05 | dhcpv6: Support stateless DHCPv6 | Jukka Rissanen | 1 | -1/+1 | |
See relevant parts from these RFCs: RFC 3315 - DHCP for IPv6 RFC 3646 - DNS configuration options for DHCP for IPv6 RFC 3736 - Stateless DHCP service for IPv6 RFC 4075 - SNTP configuration option for DHCPv6 The patch does not support authenticated information messages. | |||||
2011-12-10 | build: Remove unused list-profiles test script | Marcel Holtmann | 1 | -1/+1 | |
2011-11-13 | build: Create src/builtin.h via BUILT_SOURCES | Marcel Holtmann | 1 | -4/+2 | |
2011-11-10 | rfkill.h: Remove unused header file | Daniel Wagner | 1 | -1/+1 | |
2011-10-10 | Makefile: Add missed test files to test_scripts | Yu A Wang | 1 | -1/+4 | |
Fixes BMC#23418 | |||||
2011-10-06 | build: Link session unit test with dynamic loader library | Marcel Holtmann | 1 | -1/+1 | |
2011-09-19 | ntp: Add skeleton for Simple NTP support | Marcel Holtmann | 1 | -1/+1 | |
2011-09-13 | storage: Add services getter | Jukka Rissanen | 1 | -1/+2 | |
2011-09-12 | location: Deleted location support and portal plugin | Tomasz Bursztyka | 1 | -4/+2 | |
2011-08-30 | build: Fix generating links in Makefile.am | Marcel Holtmann | 1 | -2/+2 | |
2011-08-25 | storage: remove storage module framework | Alok Barsode | 1 | -2/+1 | |
2011-08-25 | profile: Remove profile.c and profile.h | Alok Barsode | 1 | -2/+2 | |
2011-08-11 | wifi: Move the wifi helper function to service.c and remove wifi.c. | Alok Barsode | 1 | -2/+2 | |
2011-08-09 | Makefile: Remove test-profile from test_scripts | Samuel Ortiz | 1 | -2/+1 | |
2011-07-20 | build: Remove wifi-scan testing utility | Marcel Holtmann | 1 | -5/+2 | |