summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: replace dhcp_identifier_set_iaid() by dhcp_identifier_set_iaid_from_name()origin/th/systemd-dhcp-integration-1Thomas Haller2015-03-023-2/+8
* dhcp: add systemd dhcp-identifier.[ch] filesThomas Haller2015-03-023-0/+8
* dhcp: add function sd_dhcp_client_set_ifname()Thomas Haller2015-03-022-0/+16
* dhcp: add function dhcp_identifier_set_iaid_from_name() for compatiblityThomas Haller2015-03-022-1/+11
* dhcp: add systemd header src/shared/missing.hThomas Haller2015-03-025-3/+10
* dhcp: include net/if_arp.h in nm-sd-adapt.hThomas Haller2015-03-021-0/+2
* dhcp: remove local modifications initializing cleanup variablesThomas Haller2015-03-025-6/+8
* dhcp/trivial: remove unused fixes to our copy of the systemd codeThomas Haller2015-03-022-5/+6
* dhcp/trivial: remove code commentThomas Haller2015-03-021-2/+0
* dhcp: add sd_id128_get_machine() functionThomas Haller2015-03-023-1/+8
* dhcp: avoid compilation error in macro.h due to undefined preproc variableThomas Haller2015-03-021-1/+1
* dhcp: add prefix to logging lines from systemd libraryThomas Haller2015-03-021-1/+1
* dhcp: comment-out unused systemd utility functionsThomas Haller2015-03-021-1/+1
* dhcp: add systemd path-util.c for path_kill_slashes()Thomas Haller2015-03-024-0/+14
* dhcp: comment-in now needed filename_is_valid() function in util.cThomas Haller2015-03-021-0/+2
* dhcp: use systemd's 'log.h' to provide logging macrosThomas Haller2015-03-024-23/+29
* dhcp: merge branch 'master' into th/systemd-dhcp-integrationThomas Haller2015-03-02691-36419/+61406
|\
| * dhcp: cleanup internal systemd dhcp libraryThomas Haller2015-03-0245-78/+100
| |\
| | * dhcp: ensure every systemd dhcp file includes 'nm-sd-adapt.h' firstThomas Haller2015-03-0224-2/+48
| | * dhcp: don't include config.h in systemd sourceThomas Haller2015-03-0217-31/+3
| | * logging: add error argument to _nm_log() to support "%m" format specifierThomas Haller2015-03-023-3/+9
| | * dhcp/trivial: add '/* NM_IGNORED */' comment to #endif added by NetworkManagerThomas Haller2015-03-029-40/+40
| | * dhcp/trivial: remove shaddowed '#if 0 /* NM_IGNORED */' blockThomas Haller2015-03-021-2/+0
| |/
| * cli/completion: add completion for --order optionThomas Haller2015-03-021-2/+29
| * tui: fix the previous commitJiří Klimeš2015-03-021-1/+1
| * tui: add "Enable IGMP snooping" to bridge editor (bgo #744853)Jiří Klimeš2015-03-021-0/+6
| * build: remove bashism from configure.ac constructing session_tracking valueThomas Haller2015-03-021-1/+1
| * tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-02-271-3/+5
| * po: updated Russian (ru) translation (bgo #745262)Stas Solovey2015-02-271-2606/+5054
| * route-manager: define singelton using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-02-271-11/+1
| * route-manager/build: fix out-of-tree builds for route-manager testsThomas Haller2015-02-271-4/+4
| * build: order ADSL plugin build after core filesDan Williams2015-02-271-9/+7
| * dhclient: use fqdn.fqdn for server DDNS updatesDan Williams2015-02-272-23/+82
| * route-manager: merge branch 'lr/route-manager-rh740064'Lubomir Rintel2015-02-2735-313/+1481
| |\
| | * core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-2713-60/+84
| | * core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-2720-67/+89
| | * route-manager: add testLubomir Rintel2015-02-273-0/+715
| | * route-manager: remember routes that should be activeLubomir Rintel2015-02-271-38/+172
| | * route-manager: normalize ipv6 route metrics during comparisonLubomir Rintel2015-02-271-1/+5
| | * fake-platform: normalize ipv6 route metric before deletionLubomir Rintel2015-02-271-0/+2
| | * fake-platform: reject adding routes without the gateway on the same interfaceLubomir Rintel2015-02-271-0/+36
| | * fake-platform: override routes that clashLubomir Rintel2015-02-271-4/+12
| | * fake-platform: move route deletion above additionLubomir Rintel2015-02-271-48/+48
| | * fake-platform: don't return null routes in place of deleted onesLubomir Rintel2015-02-271-8/+26
| | * ip6-config: keep track of ifindexLubomir Rintel2015-02-2711-6/+54
| | * ip4-config: keep track of ifindexLubomir Rintel2015-02-2714-27/+74
| | * core: split route management code out from platformLubomir Rintel2015-02-2711-199/+309
| | * platform: fix route addition orderingLubomir Rintel2015-02-271-2/+2
| |/
| * cli: sort access point listJiří Klimeš2015-02-261-4/+37
| * test: fix defining nmtst_create_minimal_connection() without including nm-set...Thomas Haller2015-02-261-1/+1