util-linux/login-utils
Ruediger Meier 58c87bd045 misc: fix icc/clang compiler warnings
clang warning:
libmount/src/tab.c:1833:6: warning: variable 'rc' is used uninitialized whenever
      'if' condition is true [-Wsometimes-uninitialized]
        if (!mpc)
            ^~~~

icc printf warnings:
    libmount/src/monitor.c(348): warning #2279: printf/scanf format not a string literal and no format arguments
            DBG(MONITOR, ul_debugobj(mn, status == 1 ? " success" : " nothing"));
            ^
    login-utils/vipw.c(348): warning #2279: printf/scanf format not a string literal and no format arguments
                           : _("You are using shadow passwords on this system.\n"));
                                                                                  ^

icc enum warnings:
    disk-utils/fdisk-menu.c(150): warning #188: enumerated type mixed with another type
            .exclude = FDISK_DISKLABEL_GPT | FDISK_DISKLABEL_BSD,
                       ^
    libsmartcols/src/table_print.c(750): warning #188: enumerated type mixed with another type
                            &width, align,
                                    ^

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2016-03-13 21:47:27 +01:00
..
Makemodule.am build-sys: always add AM_CFLAGS 2016-02-23 01:17:29 +01:00
auth.c login-utils: Enable building util-linux against OpenPAM 2014-12-15 10:16:03 +01:00
auth.h chsh-chfn: Move pam auth to its own function, factoring out common code 2013-02-13 09:28:33 +01:00
ch-common.c chfn, chsh: share illegal_passwd_chars() function 2015-01-05 22:52:50 +00:00
ch-common.h chfn, chsh: share illegal_passwd_chars() function 2015-01-05 22:52:50 +00:00
chfn.1 chfn: improve formatting and wording of the manpage 2015-11-09 10:03:58 +01:00
chfn.c chsh, chfn, vipw: fix filenames collision 2015-08-24 10:05:55 +02:00
chsh.1 docs: restore minus symbols in long opts 2015-01-20 18:15:30 -05:00
chsh.c chsh, chfn, vipw: fix filenames collision 2015-08-24 10:05:55 +02:00
islocal.c login-utils: use libc error printing facility 2014-12-09 09:19:20 +01:00
islocal.h login: rewrite is_local() to remove limits on line length 2008-04-14 13:12:14 +02:00
last.1 docs: fix some spelling errors and typos in man pages 2015-02-27 14:48:56 +01:00
last.c libmount: don't include libio.h 2016-03-07 23:29:55 +01:00
lastb.1 last: merge sysvinit last/lastb 2013-08-12 12:07:52 +02:00
libuser.c chsh-chfn: fix bugs, improve compilation 2013-02-13 13:44:34 +01:00
libuser.h chsh: Add libuser support 2013-02-13 09:37:15 +01:00
login.1 login: fix minor typos in the man page 2014-04-07 12:38:17 +02:00
login.c include: move sys/sysmacros.h to c.h 2016-03-08 14:29:45 +01:00
logindefs.c lslogins: add functionality 2014-05-15 13:55:59 +02:00
logindefs.h lslogins: add functionality 2014-05-15 13:55:59 +02:00
lslogins.1 lslogins: fix --user-accs and --system-accs docs 2015-07-15 16:14:32 +02:00
lslogins.c misc: safer (and uniform) handling of return value 2016-03-07 15:11:06 +01:00
newgrp.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
newgrp.c newgrp: rename memset_s() 2016-02-29 13:04:59 +01:00
nologin.8 docs: remove obsolete and unneeded comments from man-page files 2015-01-12 11:03:26 +01:00
nologin.c nologin: require /etc/nologin.txt to be file 2015-10-18 18:03:38 +01:00
runuser.1 su: clean up groups initialization 2016-02-15 14:07:25 +01:00
runuser.c su: fix stupid typo 2012-11-01 13:03:28 +01:00
selinux_utils.c selinux_utils: fix coding style 2011-11-29 17:58:00 +01:00
selinux_utils.h Imported from util-linux-2.12a tarball. 2006-12-07 00:26:14 +01:00
setpwnam.c chsh, chfn, vipw: fix filenames collision 2015-08-24 10:05:55 +02:00
setpwnam.h chsh, chfn, vipw: fix filenames collision 2015-08-24 10:05:55 +02:00
su-common.c su: clean up groups initialization 2016-02-15 14:07:25 +01:00
su-common.h su: move generic su code to su-common.c 2012-09-04 17:00:30 +02:00
su.1 su: clean up groups initialization 2016-02-15 14:07:25 +01:00
su.c su: fix stupid typo 2012-11-01 13:03:28 +01:00
sulogin-consoles.c Revert "include sysmacros.h where used" 2016-03-08 14:26:33 +01:00
sulogin-consoles.h include/ttyutils: add default chardata 2013-01-08 15:42:12 +01:00
sulogin.8 sulogin: improve support for locked root account 2015-06-25 14:17:05 +02:00
sulogin.c sulogin: keep initialization more robust 2016-02-12 11:21:50 +01:00
utmpdump.1 docs: give the man page of utmpdump the proper User Commands header 2014-07-29 12:14:58 +02:00
utmpdump.c textual: grammarize and harmonize the stat error message 2015-02-02 11:27:10 +01:00
vigr.8 Imported from util-linux-2.7.1 tarball. 2006-12-07 00:25:34 +01:00
vipw.8 docs: fix-up man-pages flaged by checkmans.sh 2015-01-13 11:43:46 -05:00
vipw.c misc: fix icc/clang compiler warnings 2016-03-13 21:47:27 +01:00