summaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Expand)AuthorAgeFilesLines
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-133-4/+8
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-112-16/+16
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* ifcfg-rh: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-283-8/+8
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-282-4/+4
* ifcfg-rh: avoid creaing route file twice in make_ip4_setting()Thomas Haller2020-01-161-16/+17
* ifcfg-rh: expose constructor for shvarFile that doesn't read content from fileThomas Haller2020-01-162-26/+46
* ifcfg-rh: split reading file and parsing from read_route_file() functionThomas Haller2020-01-161-21/+46
* ifcfg-rh: split reading file and parsing in utils_has_route_file_new_syntax()...Thomas Haller2020-01-162-4/+19
* ifcfg-rh: don't use GRegex in utils_has_route_file_new_syntax()Thomas Haller2020-01-161-14/+34
* ifcfg-rh/tests: add test for utils_has_route_file_new_syntax()Thomas Haller2020-01-161-0/+37
* ifcfg-rh: add support for VRF slavesBeniamino Galvani2020-01-144-1/+24
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-075-5/+5
* agent-manager: fix races registering secret agent and track auth-chain per agentThomas Haller2019-12-313-95/+91
* agent-manager: move and inline _agent_remove_by_owner() to impl_agent_manager...Thomas Haller2019-12-311-17/+6
* agent-manager: disconnect agent_disconnected_cb handler from secret-agentThomas Haller2019-12-311-3/+5
* agent-manager: pass agent-manager to maybe_remove_agent_on_error() and don't ...Thomas Haller2019-12-311-8/+12
* agent-manager: let nm_settings_connection_check_permission() check all secret...Thomas Haller2019-12-313-26/+24
* agent-manager: track secret agents with CList instead of hash tableThomas Haller2019-12-313-76/+100
* agent-manager: expose NMSecretAgent struct in header for tight coupling with ...Thomas Haller2019-12-312-11/+19
* agent-manager/trivial: rename CList fields to track Request instancesThomas Haller2019-12-311-15/+15
* agent-manager: don't handle failure of nm_secret_agent_new() in agent_manager...Thomas Haller2019-12-311-6/+0
* agent-manager: use cleanup macro for subject in agent_manager_register_with_c...Thomas Haller2019-12-311-2/+1
* agent-manager: drop unused error handling in agent_manager_register_with_capa...Thomas Haller2019-12-311-12/+4
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-242-5/+6
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-244-7/+7
* ifcfg-rh: remove calls to svUnsetAll()Thomas Haller2019-12-211-26/+2
* ifcfg-rh: treat base name as numbered tag and fix detection of NETMASKThomas Haller2019-12-212-21/+37
* ifcfg-rh: add index for O(1) access of variables in shvarFileThomas Haller2019-12-211-49/+88
* ifcfg-rh: rename svFindFirstKeyWithPrefix() to svFindFirstNumberedKey() for f...Thomas Haller2019-12-213-7/+5
* ifcfg-rh: remove explicit svUnsetValue() calls and rely on automatic removal ...Thomas Haller2019-12-211-266/+89
* ifcfg-rh: clear all untouched, known keys before writing ifcfg-rh fileThomas Haller2019-12-213-6/+4
* ifcfg-rh: add svUnsetDirtyWellknown() functionThomas Haller2019-12-212-0/+41
* ifcfg-rh: add functions to detect well-known ifcfg-rh keysThomas Haller2019-12-217-38/+467
* ifcfg-rh: refactor is_numbered_tag() macro and make it a functionThomas Haller2019-12-213-46/+69
* ifcfg-rh: mark lines as non-dirty in shvarFile when we visit themThomas Haller2019-12-211-6/+21
* ifcfg-rh/trivial: rename nms_ifcfg_rh_utils_parse_unhandled_spec() helperThomas Haller2019-12-213-9/+9
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-132-3/+3
* settings: assert that we don't leak error variable in impl_settings_load_conn...Thomas Haller2019-12-091-2/+3
* settings: fix use after free in keyfile's load_connections()Thomas Haller2019-12-091-1/+1
* ifcfg: don't use D-Bus connection if NMDBusManager is without main connectionThomas Haller2019-12-091-0/+6
* settings/trivial: comment why we create GDBusConnection for ifcfg D-Bus inter...Thomas Haller2019-12-091-2/+2
* settings/ifcfg: add support for KEY_MGMT=OWEDavid Bauer2019-12-054-10/+64
* settings/trivial: add fixme comment for creating GDBusConnection for ifcfg D-...Thomas Haller2019-12-051-0/+2
* ifcfg-rh: add support for DHCP hostname flagsBeniamino Galvani2019-11-284-13/+66
* all: add support for "scope" attribute for IPv4 routesThomas Haller2019-11-284-2/+45
* ifcfg-rh: separately handle static information during parsing ip-route comman...Thomas Haller2019-11-271-84/+110
* ifcfg-rh: fix accepting onlink flag also for IPv6 routesThomas Haller2019-11-271-2/+1