summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-0918-855/+855
* | 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
* | 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: 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-093-0/+86
* | 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-099-5/+136
* | 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
* | ifcfg-rh: assert that keys are valid shell namesThomas Haller2016-11-091-0/+17
* | ifcfg-rh: cleanup svEscape()Thomas Haller2016-11-091-15/+14
* | ifcfg-rh/trivial: rename svGetValue() and relatedThomas Haller2016-11-095-413/+412
* | ifcfg-rh: add and use svSetValueBoolean()Thomas Haller2016-11-093-29/+20
* | ifcfg-rh: remove unused argument "verbatim" from shvar.h APIThomas Haller2016-11-095-468/+425
* | ifcfg-rh: don't call svSetValue with verbatim=TRUEThomas Haller2016-11-091-7/+7
* | ifcfg-rh/trivial: remove unused functions utils_single_quote_string() and unq...Thomas Haller2016-11-092-85/+0
* | ifcfg-rh: handle quotes of WPA_PSK key inside shvar.hThomas Haller2016-11-094-72/+27
* | ifcfg-rh: change ESSID handlingThomas Haller2016-11-093-55/+57
* | ifcfg-rh: read team key non-verbatim from ifcfg-rhThomas Haller2016-11-091-13/+6