mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 06:10:14 +01:00
* libnm-util/cipher-wep-passphrase.c, libnm-util/cipher-wpa-psk-passphrase.c, src/NetworkManagerAP.c, src/NetworkManagerAP.h, src/NetworkManagerDevice.c, src/NetworkManagerWireless.c, src/NetworkManagerWireless.h: Treat all WEP/WPA keys as "char *" and not explicitly signed or unsigned. When handling keys, we don't care what the sign is. The compiler guarantees us that we get our 8-bits, which is all we care about. * configure.in: Remove "-Wno-pointer-sign" flag. We are sign-aware! git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1172 4912f4e0-d625-0410-9fb7-b9a5a253dbdc |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| cipher-private.h | ||
| cipher-wep-ascii.c | ||
| cipher-wep-ascii.h | ||
| cipher-wep-hex.c | ||
| cipher-wep-hex.h | ||
| cipher-wep-passphrase.c | ||
| cipher-wep-passphrase.h | ||
| cipher-wpa-psk-hex.c | ||
| cipher-wpa-psk-hex.h | ||
| cipher-wpa-psk-passphrase.c | ||
| cipher-wpa-psk-passphrase.h | ||
| cipher.c | ||
| cipher.h | ||
| gnome-keyring-md5.c | ||
| gnome-keyring-md5.h | ||
| libnm-util.pc.in | ||
| Makefile.am | ||
| sha1.c | ||
| sha1.h | ||