summaryrefslogtreecommitdiff
path: root/src/dhcp-manager
Commit message (Expand)AuthorAgeFilesLines
...
| * dhcp: fix swapped order of argument for logging functionThomas Haller2014-11-071-1/+1
| * sd-dhcp-client: Add missing initializersLubomir Rintel2014-11-076-16/+12
| * dhcp: add systemd-based "internal" DHCP clientDan Williams2014-11-063-0/+863
| * dhcp: add nm_dhcp_utils_client_id_string_to_bytes()Dan Williams2014-11-064-6/+110
| * dhcp: systemd DHCP code changes necessary for NM integrationDan Williams2014-11-062-29/+18
| * dhcp: make systemd DHCP code into a libraryDan Williams2014-11-0623-0/+434
| * dhcp: fix compiler warning in IN_SET macroThomas Haller2014-11-061-3/+3
| * sd-dhcp-client: fix REBOOT state handlingDan Williams2014-11-061-18/+15
| * sd-dhcp-client: clean up raw socket sd_event_source when creating UDP sourceDan Williams2014-11-061-0/+3
| * sd-dhcp-lease: expose load/save functionsDan Williams2014-11-063-5/+5
| * sd-dhcp-lease: load/save client IDDan Williams2014-11-064-1/+80
| * sd-dhcp-client: support custom client IDsDan Williams2014-11-062-12/+105
| * sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams2014-11-061-5/+5
* | dhcp: update systemd DHCP codeDan Winship2014-11-1919-370/+630
|/
* dhcp: add systemd DHCP codeDan Williams2014-11-0644-0/+19423
* dhcp: don't add special route to DHCP server when having direct routeThomas Haller2014-10-311-5/+5
* dhcp: suppress warning about invalid DNS serversDan Williams2014-10-271-20/+28
* dhclient: allow single hex digits in hexadecimal dhcp_client_idThomas Haller2014-10-272-3/+40
* core: drop all remaining core-internal error domainsDan Winship2014-10-222-25/+4
* core: track origin of MTULubomir Rintel2014-10-201-1/+1
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-202-7/+7
* dhcp: relax check valid PID for dhcp processThomas Haller2014-10-101-1/+1
* core/dhcp: kill external dhcp process using nm_utils_kill_process_sync()Thomas Haller2014-10-101-2/+6
* dhcp: treat lease expiry as failure (rh #1139326)Dan Williams2014-10-021-1/+3
* dhcp: log DHCP client exit status betterJiří Klimeš2014-09-121-13/+22
* dhcp: fix dhclient abnormal exit due to SIGPIPE (bgo #735962)Jiří Klimeš2014-09-122-3/+10
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-115-74/+36
* dhcp: fix g_error_free() called with a bad argumentJiří Klimeš2014-09-051-1/+1
* dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbusDan Winship2014-09-042-238/+95
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-049-31/+25
* all: remove a bunch of unnecessary dbus/dbus-glib includesDan Winship2014-09-031-1/+0
* all: fix up multiple-include-guard definesDan Winship2014-08-166-18/+18
* dhcp: fix killing wrong process ID on dhclient releaseDan Williams2014-08-082-9/+14
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-018-171/+171
* all: port everything to libnmDan Winship2014-08-011-2/+2
* core: fix warning about comparing unsigned enum values being positiveThomas Haller2014-08-011-1/+1
* dhcpcd: pass noarp option to dhcpcd (bgo #733801)Thomas Haller2014-07-311-0/+3
* core: merge src/config, src/logging, src/posix-signals into src/Dan Winship2014-07-301-1/+0
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-235-0/+5
* dhcp: add client hardware address and priority accessorsDan Williams2014-07-222-0/+20
* dhcp: allow clients to retrieve DUID after DHCPv6 startDan Williams2014-07-222-0/+10
* dhcp: make DUID-to-string function available to subclassesDan Williams2014-07-223-25/+27
* dhcp: pass IPv6 privacy preference to client classDan Williams2014-07-226-8/+20
* dhcp: pass individual options to DHCP instead of NMSettingIPxConfigDan Williams2014-07-222-20/+12
* dhcp: consolidate more state logic in nm_dhcp_client_set_state()Dan Williams2014-07-222-27/+23
* dhcp: trivial: move state table and state string functions earlierDan Williams2014-07-221-40/+42
* dhcp: pass DHCP options with BOUND state changeDan Williams2014-07-223-80/+59
* dhcp: convert options testcases to g_assert()Dan Williams2014-07-221-257/+133
* dhcp: filter DHCP options when setting themDan Williams2014-07-224-100/+98