NetworkManager/contrib/scripts
Thomas Haller e82e2ca730 checkpatch: warn about using glib typedefs like gchar or gint
We should not use glib typedefs for basic C types char, short, int,
long, float or double. We commonly do not use them, so enforce
consistency.

That is not true for typedefs like guint, which we commonly use
because it's shorter typing than "unsigned int" (or "int unsigned"
or "unsigned"). Whether or not to use guint is left undecided at this
point.
2018-07-11 12:02:06 +02:00
..
checkpatch.pl checkpatch: warn about using glib typedefs like gchar or gint 2018-07-11 12:02:06 +02:00
nm-import-openconnect contrib/scripts: nm-import-openconnect - script for importing OpenConnect VPN configs to NM 2015-05-19 09:21:50 +02:00
nm-import-openvpn all: drop trailing spaces 2018-02-07 13:32:04 +01:00
nm-import-vpnc contrib/scripts: nm-import-vpnc - script for importing Cisco VPN configs to NM 2015-05-19 09:21:50 +02:00
NM-log contrib: add -h option to NM-log 2018-02-12 13:06:49 +01:00
test-macsec contrib: add macsec test script 2017-01-16 17:47:10 +01:00