lp://staging/~cyphermox/ubuntu/natty/connman/release-0.64
- Get this branch:
- bzr branch lp://staging/~cyphermox/ubuntu/natty/connman/release-0.64
Branch merges
- Ken VanDine: Approve
-
Diff: 41971 lines (+23720/-9983)178 files modifiedAUTHORS (+9/-0)
ChangeLog (+89/-0)
Makefile.am (+72/-65)
Makefile.in (+709/-478)
Makefile.plugins (+61/-63)
README (+1/-35)
TODO (+119/-90)
client/main.c (+1/-1)
config.h.in (+3/-0)
configure (+797/-1141)
configure.ac (+86/-97)
debian/changelog (+27/-0)
debian/connman.install (+0/-2)
debian/control (+1/-0)
debian/patches/0001-dhcp-don-t-set-hostname.patch (+10/-13)
debian/patches/01-add-more-debug-messages.patch (+63/-0)
debian/patches/04-wifi-add-a-disconnected-timer.patch (+135/-0)
debian/patches/05-wifi-don-t-set-associating-sta.patch (+25/-0)
debian/patches/08-remove-internal-backtrace-hand.patch (+82/-0)
debian/patches/09-disable-wifi-legacy.patch (+38/-0)
debian/patches/series (+5/-0)
debian/rules (+1/-2)
doc/agent-api.txt (+1/-1)
doc/config-format.txt (+18/-6)
doc/counter-api.txt (+1/-1)
doc/device-lowlevel-api.txt (+0/-97)
doc/manager-api.txt (+21/-3)
doc/network-lowlevel-api.txt (+0/-74)
doc/overview-api.txt (+18/-20)
doc/profile-api.txt (+2/-2)
doc/service-api.txt (+105/-22)
doc/technology-api.txt (+4/-8)
gdbus/gdbus.h (+36/-1)
gdbus/mainloop.c (+4/-0)
gdbus/object.c (+207/-23)
gdbus/polkit.c (+202/-0)
gdbus/watch.c (+174/-59)
gdhcp/client.c (+72/-106)
gdhcp/common.c (+70/-0)
gdhcp/common.h (+9/-3)
gdhcp/gdhcp.h (+43/-3)
gdhcp/server.c (+903/-0)
gsupplicant/dbus.c (+524/-0)
gsupplicant/dbus.h (+113/-0)
gsupplicant/gsupplicant.h (+189/-0)
gsupplicant/supplicant.c (+2567/-0)
gweb/giognutls.c (+459/-0)
gweb/giognutls.h (+24/-0)
gweb/gionotls.c (+31/-0)
gweb/gresolv.c (+515/-0)
gweb/gresolv.h (+74/-0)
gweb/gweb.c (+1168/-0)
gweb/gweb.h (+97/-0)
include/dbus.h (+5/-4)
include/device.h (+5/-13)
include/element.h (+12/-0)
include/inet.h (+15/-1)
include/ipconfig.h (+7/-3)
include/network.h (+6/-9)
include/ondemand.h (+38/-0)
include/property.h (+9/-0)
include/provider.h (+4/-2)
include/proxy.h (+62/-0)
include/resolver.h (+3/-0)
include/rtnl.h (+0/-7)
include/security.h (+0/-59)
include/service.h (+15/-0)
include/technology.h (+4/-1)
plugins/bluetooth.c (+230/-6)
plugins/dhclient.c (+0/-237)
plugins/dhcp.c (+32/-7)
plugins/dnsproxy.c (+843/-272)
plugins/ethernet.c (+0/-1)
plugins/fake.c (+0/-2)
plugins/hh2serial-gps.c (+0/-2)
plugins/iwmx.c (+0/-1)
plugins/ofono.c (+869/-1030)
plugins/openconnect.c (+51/-298)
plugins/openvpn.c (+239/-0)
plugins/pacrunner.c (+315/-0)
plugins/polkit.c (+12/-136)
plugins/polkit.policy (+2/-2)
plugins/portal.c (+102/-392)
plugins/resolvconf.c (+0/-103)
plugins/supplicant.c (+86/-20)
plugins/supplicant.h (+2/-0)
plugins/udhcp.c (+0/-199)
plugins/vpn.c (+404/-0)
plugins/vpn.h (+41/-0)
plugins/wifi-legacy.c (+243/-0)
plugins/wifi.c (+486/-61)
scripts/dhclient-script.c (+0/-127)
scripts/dhclient.conf (+0/-6)
scripts/openvpn-script.c (+123/-0)
scripts/udhcpc-script.c (+0/-120)
src/agent.c (+114/-12)
src/config.c (+88/-14)
src/connection.c (+47/-12)
src/connman-dbus.conf (+6/-6)
src/connman-polkit.conf (+3/-3)
src/connman.h (+128/-67)
src/connman.service.in (+11/-4)
src/connman.ver (+8/-0)
src/counter.c (+26/-148)
src/detect.c (+133/-0)
src/device.c (+126/-543)
src/dhcp.c (+8/-0)
src/element.c (+101/-52)
src/error.c (+2/-2)
src/inet.c (+361/-206)
src/ipconfig.c (+371/-54)
src/iptables.c (+1338/-0)
src/ipv4.c (+54/-152)
src/location.c (+9/-2)
src/log.c (+51/-0)
src/main.c (+19/-5)
src/manager.c (+4/-38)
src/network.c (+118/-212)
src/ondemand.c (+92/-0)
src/plugin.c (+30/-11)
src/profile.c (+5/-7)
src/provider.c (+273/-387)
src/proxy.c (+148/-0)
src/resolver.c (+23/-3)
src/rfkill.c (+0/-15)
src/rtnl.c (+163/-89)
src/security.c (+0/-92)
src/service.c (+1227/-277)
src/session.c (+3/-3)
src/stats.c (+455/-0)
src/technology.c (+149/-57)
src/tethering.c (+297/-12)
src/udev-compat.c (+0/-153)
src/udev.c (+0/-514)
src/wispr.c (+38/-0)
src/wpad.c (+192/-0)
test/backtrace (+57/-0)
test/connect-service (+2/-2)
test/connect-vpn (+35/-17)
test/disable-device (+0/-37)
test/disable-tethering (+2/-2)
test/disconnect-vpn (+3/-4)
test/enable-device (+0/-37)
test/enable-tethering (+2/-2)
test/find-service (+2/-2)
test/get-proxy-autoconfig (+37/-0)
test/get-services (+10/-4)
test/get-state (+2/-2)
test/list-devices (+0/-35)
test/list-networks (+0/-60)
test/list-profiles (+4/-4)
test/list-providers (+0/-27)
test/list-services (+15/-6)
test/monitor-connman (+1/-1)
test/monitor-manager (+3/-4)
test/monitor-services (+10/-6)
test/set-address (+26/-10)
test/set-domains (+2/-2)
test/set-ip-method (+4/-3)
test/set-nameservers (+2/-2)
test/set-passphrase (+0/-43)
test/set-proxy (+44/-0)
test/show-introspection (+7/-13)
test/simple-agent (+18/-25)
test/start-scanning (+0/-31)
test/test-connman (+16/-207)
test/test-counter (+12/-7)
test/test-manager (+45/-34)
test/test-profile (+8/-8)
tools/dhcp-server-test.c (+123/-0)
tools/dhcp-test.c (+18/-18)
tools/iptables-test.c (+1176/-165)
tools/portal-test.c (+0/-378)
tools/resolv-test.c (+128/-96)
tools/stats-ringbuffer-dump.c (+408/-0)
tools/web-test.c (+164/-0)
tools/wispr.c (+663/-0)
tools/wpad-test.c (+200/-0)
Branch information
- Owner:
- Mathieu Trudel-Lapierre
- Status:
- Merged
Recent revisions
- 34. By Mathieu Trudel-Lapierre
-
debian/
patches/ 09-disable- wifi-legacy. patch: force the usage of the new wifi
codepaths - 32. By Mathieu Trudel-Lapierre
-
debian/
patches/ 08-remove- internal- backtrace- hand.patch: remove crash signal
handler so that crashes can instead be caught by apport. Thanks Kalle Valo. - 31. By Mathieu Trudel-Lapierre
-
debian/
patches/ 05-wifi- don-t-set- associating- sta.patch: don't go
mentioning we're associating is by the time we get the event and are ready
to notify the user about it, the supplicant's state has already changed to
connected. Thanks to Kalle Valo for the patch. - 30. By Mathieu Trudel-Lapierre
-
debian/
patches/ 04-wifi- add-a-disconnec ted-timer. patch: implement a simple
inhibition timer to ensure we don't spam with "disconnected" messages on
large, multiple-AP networks. Thanks to Kalle Valo for the patch. - 29. By Mathieu Trudel-Lapierre
-
debian/
patches/ 01-add- more-debug- messages. patch: add more debug messages
to track supplicant state changes. Thanks to Kalle Valo for the patch. - 27. By Mathieu Trudel-Lapierre
-
debian/rules: don't pass --enable-udev, --enable-dhclient to configure
anymore, those are not required anymore (and builtin). - 26. By Mathieu Trudel-Lapierre
-
debian/
connman. install: don't install dhclient.conf and script, it's no
longer necessary (dhcp client support is builtin). - 25. By Mathieu Trudel-Lapierre
-
debian/
patches/ 0001-dhcp- don-t-set- hostname. patch: update patch so that it
applies cleanly on this new release.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/natty/connman