summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.c
Commit message (Expand)AuthorAgeFilesLines
* tests/general: allow error margin on comparing floatsLubomir Rintel2017-03-281-1/+1
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-12/+12
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-241-7/+7
* core: add nm_utils_10pow() utilsThomas Haller2017-03-231-0/+31
* device: add spec "driver:" to match devicesThomas Haller2017-03-171-0/+39
* core: track external activations types in the active-connectionThomas Haller2017-03-161-2/+3
* core: add activation-type property to active-connectionThomas Haller2017-03-161-0/+8
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* core: split nm_utils_format_con_diff_for_audit()Beniamino Galvani2017-03-061-0/+28
* core: consolidate sorting of connections by autoconnect/timestampThomas Haller2017-02-101-9/+0
* core: make nm_utils_cmp_connection_by_autoconnect_priority() more robustThomas Haller2017-02-101-13/+43
* core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() functionThomas Haller2017-02-101-3/+12
* core: fix nm_utils_file_set_contents() handling of -1 lengthBeniamino Galvani2017-02-081-0/+3
* core: kill nm_spawn_process()Lubomir Rintel2017-02-031-24/+0
* core: refactor parsing in match_device_s390_subchannels_parse()Thomas Haller2017-01-251-35/+32
* core: add missing initializers to match_data_s390_subchannels_eval()Lubomir Rintel2017-01-251-1/+1
* core: drop duplicate code searching for match in nm_match_spec_device()Thomas Haller2017-01-231-24/+9
* core: refactor nm_match_spec_device() to use match-data structureThomas Haller2017-01-231-75/+77
* core: refactor evaluation of device's match-specThomas Haller2017-01-201-184/+221
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-0/+180
* core: add assertions for network_id/stable_typeThomas Haller2017-01-091-12/+12
* utils: add nm_utils_get_boot_id() util to read "/proc/sys/kernel/random/boot_id"Thomas Haller2017-01-091-0/+33
* all: use nm_utils_is_valid_iface_name()Lubomir Rintel2017-01-061-1/+1
* shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller2017-01-051-77/+0
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+1
* core: add nm_utils_file_get_contents() and nm_utils_fd_get_contents()Thomas Haller2016-12-131-0/+240
* ppp: split ppp manager into a pluginBeniamino Galvani2016-12-061-0/+1
* core: factor out plugin validationBeniamino Galvani2016-12-061-11/+36
* core: move plugin path reading function to nm-core-utils.cBeniamino Galvani2016-12-061-0/+98
* utils: allow valid_lft=0 addressesLubomir Rintel2016-11-091-6/+7
* libnm-core/utils: update hwaddr utilitiesThomas Haller2016-10-281-5/+2
* build: merge "src/tests/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-0/+25
* core: introduce and use nm_utils_file_set_contents()Beniamino Galvani2016-10-121-0/+101
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* core: search in /usr/local before system paths for the dnsmasq binaryAidan Delaney2016-10-011-2/+2
* all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-19/+66
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-0/+94
* core: use nm_utils_read_urandom() in nm_utils_secret_key_read()Thomas Haller2016-06-301-17/+11
* core: add utils for file handlingThomas Haller2016-06-301-0/+118
* core/utils: convert MAC address in nm_match_spec_hwaddr() from string onceThomas Haller2016-06-301-2/+12
* core: make global variable _nm_utils_testing staticThomas Haller2016-06-301-1/+1
* core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller2016-06-301-3/+22
* rdisc/trivial: rename @uuid field to @network_idThomas Haller2016-06-301-6/+6
* dns: add reverse DNS IPv6 entries to dnsmasqBeniamino Galvani2016-06-071-0/+57
* dns: add CIDR reverse DNS IPv4 entries to dnsmasqBeniamino Galvani2016-06-071-0/+48
* core: reuse common static string buffer in nm_utils_dnsmasq_status_to_string()Thomas Haller2016-06-031-18/+10
* core-utils: add conversions of ipv6 tokensLubomir Rintel2016-05-301-0/+72
* all: fix the identfier typoLubomir Rintel2016-05-301-2/+2
* utils: fix memleak in nm_utils_read_link_absolute()Thomas Haller2016-05-121-1/+2
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-121-1/+1