summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* policy: delegate IPv6 configuration to ipv6.method=shared connectionslr/ipv6-sharingLubomir Rintel2016-11-091-1/+281
* device: add IPv6 configuration delegation machineryLubomir Rintel2016-11-092-1/+144
* dhcp-manager: add ability to specify the number of IPv6 prefixes to requestLubomir Rintel2016-11-0910-28/+117
* dhcp-manager: move the options logging one level upLubomir Rintel2016-11-092-8/+9
* manager: allow ipv6.medhod=shared connectionsLubomir Rintel2016-11-091-12/+0
* device: enable the IPv6 forwarding for shared connectionsLubomir Rintel2016-11-091-0/+13
* device: announce the managed IPv6 configuration with ipv6.method=sharedLubomir Rintel2016-11-091-9/+111
* settings: allow method=shared with manual IPv6 configurationLubomir Rintel2016-11-092-34/+41
* ifcfg: add ability to save/restore ipv6.method=sharedLubomir Rintel2016-11-092-4/+6
* ndisc/lndp: add ability to announce the managed IPv6 configurationLubomir Rintel2016-11-097-6/+205
* ndisc: rename the config-changed signalLubomir Rintel2016-11-095-9/+9
* ndisc: add logic for acting as a routerLubomir Rintel2016-11-095-24/+199
* ndisc: move the logging deduplication into a macroLubomir Rintel2016-11-091-13/+16
* ndisc: avoid calling start() multiple timesLubomir Rintel2016-11-093-7/+8
* ndisc/trivial: move nm_ndisc_set_iid upwardsLubomir Rintel2016-11-091-47/+49
* ndisc/lndp: drop an unused variableLubomir Rintel2016-11-091-1/+0
* ndisc/trivial: add a couple of comments of where do the constants come fromLubomir Rintel2016-11-091-2/+2
* device: the domain list from DNSSL is in fact a search listLubomir Rintel2016-11-091-2/+2
* rdisc: rename to ndiscLubomir Rintel2016-11-0920-876/+877
* device: avoid a crash when L3 configuration failsLubomir Rintel2016-11-091-1/+5
* ifcfg-rh: avoid parsing the IPV6_PRIVACY string twiceLubomir Rintel2016-11-091-1/+1
* ifcfg-rh: get rid of an extra unused variableLubomir Rintel2016-11-091-15/+14
* linux: don't assume short write when the kernel ignores the trailing whitespaceLubomir Rintel2016-11-091-3/+3
* client: don't do g_criticalsLubomir Rintel2016-11-091-1/+1
* utils: allow valid_lft=0 addressesLubomir Rintel2016-11-091-6/+7
* device: ipv6.method=link-local does not need slavesLubomir Rintel2016-11-091-4/+2
* device: don't fail the device if IPv4 forwarding failsLubomir Rintel2016-11-091-3/+3
* ifcfg-rh: add parenthesesLubomir Rintel2016-11-091-2/+2
* device: make some asserts less harshLubomir Rintel2016-11-091-4/+4
* ifcfg-rh: drop an unused variableLubomir Rintel2016-11-091-1/+0
* ifcfg-rh: merge branch 'th/ifcfg-rh-shell-parsing-rh1369380'Thomas Haller2016-11-0925-1961/+2153
|\
| * ifcfg-rh: optimize checking character types during svEscape()Thomas Haller2016-11-091-14/+15
| * ifcfg-rh: restore previous behavior for svUnescape() stripping backslash from...Thomas Haller2016-11-092-3/+60
| * ifcfg-rh/tests: some refactoring of testsThomas Haller2016-11-091-974/+353
| * ifcfg-rh: remove unused keyfile argument from writer_update_connection()Thomas Haller2016-11-094-10/+2
| * ifcfg-rh: set errno in svGetValueInt64() in case key does not existThomas Haller2016-11-091-1/+3
| * ifcfg-rh/tests: add test for handling multiple occurances of a variableThomas Haller2016-11-094-1/+89
| * ifcfg-rh: let reader create lineList in O(n) using g_list_prepend() and g_lis...Thomas Haller2016-11-091-2/+3
| * ifcfg-rh: let reader preserve the last line even without newline at end of fileThomas Haller2016-11-093-1/+21
| * ifcfg-rh: modify svGetString() signature to avoid copying of temporary valueThomas Haller2016-11-093-40/+30
| * ifcfg-rh: avoid copying temporary value after unescapingThomas Haller2016-11-091-28/+50
| * ifcfg-rh: comment out invalid lines during svWriteFileThomas Haller2016-11-0910-6/+143
| * ifcfg-rh: fix svEscape() to properly handle double quotingThomas Haller2016-11-092-7/+22
| * ifcfg-rh: use macro _char_in_strset() for svEscape()Thomas Haller2016-11-091-4/+6
| * ifcfg-rh: support storing newline '\n' and other ANSI control caractersThomas Haller2016-11-092-10/+101
| * ifcfg-rh: rework parsing of shell (svUnescape())Thomas Haller2016-11-092-102/+547
| * ifcfg-rh: handle multiple definitions of the same keyThomas Haller2016-11-091-7/+48
| * ifcfg-rh: get rid of the internal "current" pointerThomas Haller2016-11-091-47/+66
| * ifcfg-rh: refactor svUnescape()Thomas Haller2016-11-093-56/+24
| * ifcfg-rh: allow leading spaces before variable namesThomas Haller2016-11-091-0/+5