summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: add client hardware address and priority accessorsdcbw/dhcp-cleanupsDan Williams2014-07-212-0/+20
* dhcp: allow clients to retrieve DUID after DHCPv6 startDan Williams2014-07-212-0/+10
* dhcp: make DUID-to-string function available to subclassesDan Williams2014-07-213-25/+27
* dhcp: pass IPv6 privacy preference to client classDan Williams2014-07-217-9/+22
* dhcp: pass individual options to DHCP instead of NMSettingIPxConfigDan Williams2014-07-213-23/+18
* dhcp: consolidate more state logic in nm_dhcp_client_set_state()Dan Williams2014-07-212-27/+23
* dhcp: trivial: move state table and state string functions earlierDan Williams2014-07-211-40/+42
* dhcp: pass DHCP options with BOUND state changeDan Williams2014-07-214-107/+95
* dhcp: convert options testcases to g_assert()Dan Williams2014-07-211-257/+133
* dhcp: filter DHCP options when setting themDan Williams2014-07-215-108/+102
* dhcp: pass IP config in state signalDan Williams2014-07-214-75/+55
* dhcp: consolidate and simplify DHCP options testsDan Williams2014-07-215-247/+84
* dhcp: split out DHCP options processingDan Williams2014-07-214-644/+713
* dhcp: find existing clients by ifindex, not interface nameDan Williams2014-07-211-8/+6
* dhcp: remove the client REMOVE signalDan Williams2014-07-213-67/+14
* dhcp: always signal state changesDan Williams2014-07-213-10/+8
* dhcp: make nm_dhcp_client_set_state() available to subclassesDan Williams2014-07-212-12/+15
* core: consolidate DHCP client termination in dhcp[4|6]_fail()Dan Williams2014-07-211-11/+3
* dhcp: merge TIMEOUT signal with DHCP_STATE_TIMEOUTDan Williams2014-07-214-105/+51
* dhcp: simplify DHCP statesDan Williams2014-07-213-145/+77
* dhcp: handle DHCP clients that aren't subprocessesDan Williams2014-07-214-80/+81
* dhcp: pass ifindex to DHCP clientsDan Williams2014-07-215-2/+37
* platform: fix uninitialized variable usage after fdf78b3dDan Williams2014-07-211-1/+3
* libnm-glib: evaluate assert check only once in test-remote-settings-clientThomas Haller2014-07-211-2/+5
* trivial: simplify some codeDan Williams2014-07-201-4/+2
* libnm-glib: fix assertion-failure messages in test-remote-settings-clientDan Winship2014-07-201-2/+1
* dhcp: let dhclient handle requesting the 'server-id' optionThomas Schäfer2014-07-171-1/+0
* vapi: add bindings for new_async methods (bgo #732253)David Lechner2014-07-161-2/+2
* tui: fix Wi-Fi section of "nmtui connect" list in non-UTF-8 localesDan Winship2014-07-162-13/+34
* merge branch 'th/libgsystem'Thomas Haller2014-07-1518-57/+206
|\
| * platform: use gs_free (instead of own define auto_g_free)Thomas Haller2014-07-154-21/+15
| * core: use gs_free_slist in NMManagerThomas Haller2014-07-151-12/+1
| * build: remove setup of git-submodules in autogen.shThomas Haller2014-07-151-7/+0
| * libgsystem: remove submodule libgsystemThomas Haller2014-07-155-12/+3
| * libgsystem: add local copy of gsystem-local-alloc.hThomas Haller2014-07-152-0/+184
| * core: #include gsystem-local-alloc.h instead of libgsystem.hThomas Haller2014-07-155-5/+3
|/
* libnm-util: fix leak in _nm_connection_verify()Thomas Haller2014-07-151-1/+1
* po: update Traditional Chinese translation (rh #1046891)Terry Chuang2014-07-151-793/+5718
* po: update Simplified Chinese translation (rh #1046891)Leah Liu2014-07-151-833/+5711
* po: update Russian translation (rh #1046891)ypoyarko2014-07-151-1144/+5067
* po: update Punjabi translation (rh #1046891)asaini2014-07-151-1553/+4989
* po: update Malayalam translation (rh #1046891)Ani Peter2014-07-151-1287/+4761
* po: update Korean translation (rh #1046891)eukim2014-07-151-984/+5531
* po: update Japanese translation (rh #1046891)Noriko Mizumoto2014-07-151-1517/+2863
* po: update French translation (rh #1046891)Sam Friedmann2014-07-151-1020/+5786
* po: update Spanish translation (rh #1046891)gguerrer2014-07-151-1053/+5705
* po: update Bengali bn_IN translation (rh #1046891)sray2014-07-151-1186/+4999
* build: more srcdir!=builddir fixesDan Winship2014-07-1538-40/+7
* build: fix srcdir!=builddir build after previous mergeDan Winship2014-07-151-0/+1
* Miscellaneous libnm-util/libnm-glib/include cleanupsDan Winship2014-07-15161-1316/+1201
|\