summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-macsec.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-241-9/+8
* libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-241-4/+4
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm-core: reorder code in settingsThomas Haller2019-01-151-57/+65
* libnm-core: macsec: don't require a cak in verify()Beniamino Galvani2018-11-201-0/+6
* libnm/macsec: tighten up verification and normalize mka_cak/mka_ckn propertiesThomas Haller2018-09-301-1/+23
* libnm: use nm_free_secret() in nm-setting-macsec.cThomas Haller2018-09-291-5/+4
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-1/+2
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-6/+7
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-141-1/+39
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* all: fix typos in documentation and commentsYuri Chornoivan2017-03-171-1/+1
* libnm-core: add NMSettingMacsecBeniamino Galvani2017-01-161-0/+592