shadow/src
ikerexxe 2df8c0728d newgrp: delete dead code
covscan issue:
Error: CLANG_WARNING: [#def31]
src/newgrp.c:448:2: warning: Value stored to 'gid' is never read [deadcode.DeadStores]
	gid = getgid ();
2020-10-27 11:42:08 +01:00
..
.gitignore Create a new libsubid 2020-06-07 12:11:58 -05:00
.indent.pro
chage.c chage: Prevent signed integer overflows. 2020-07-12 17:56:38 +02:00
chfn.c chfn: Prevent buffer overflow. 2020-07-12 19:09:14 +02:00
chgpasswd.c Initial bcrypt support 2019-12-01 11:00:57 -06:00
chpasswd.c Initial bcrypt support 2019-12-01 11:00:57 -06:00
chsh.c
expiry.c
faillog.c Replacing exit with return 2020-03-09 18:01:32 +00:00
free_subid_range.c Create a new libsubid 2020-06-07 12:11:58 -05:00
get_subid_owners.c Create a new libsubid 2020-06-07 12:11:58 -05:00
gpasswd.c xfree: move xfree() function to xmalloc.c 2020-10-15 21:52:06 -04:00
groupadd.c add -U option to groupadd and groupmod 2020-08-09 22:11:33 -05:00
groupdel.c
groupmems.c
groupmod.c add -U option to groupadd and groupmod 2020-08-09 22:11:33 -05:00
groups.c
grpck.c Removing trailing n typo 2020-08-12 17:53:28 +01:00
grpconv.c
grpunconv.c
id.c
lastlog.c Add maximum padding to fit IPv6-Addresses 2020-05-24 23:48:25 +02:00
list_subid_ranges.c Create a new libsubid 2020-06-07 12:11:58 -05:00
login_nopam.c
login.c silence more compiler warnings 2020-01-12 08:20:50 -06:00
logoutd.c
Makefile.am Create a new libsubid 2020-06-07 12:11:58 -05:00
new_subid_range.c Create a new libsubid 2020-06-07 12:11:58 -05:00
newgidmap.c
newgrp.c newgrp: delete dead code 2020-10-27 11:42:08 +01:00
newuidmap.c
newusers.c remove unused and misleading 'owner' argument from find_new_sub* 2020-04-17 16:32:44 -05:00
nologin.c Adding logging of SSH_ORIGINAL_COMMAND to nologin. 2020-01-11 14:46:52 -06:00
passwd.c modify #endif does not match condition of #if in passwd.c 2020-03-05 10:51:39 +08:00
pwck.c Check for "NONEXISTENT" in "src/pwck.c" 2020-05-11 09:26:43 -04:00
pwconv.c
pwunconv.c
su.c loop until waitpid returns pid_child or error 2020-09-20 23:04:11 +01:00
suauth.c
sulogin.c
useradd.c useradd: check return value from chmod and log it 2020-08-10 11:44:00 +02:00
userdel.c Adding run-parts style for pre and post useradd/del 2020-06-10 00:26:55 -05:00
usermod.c usermod: check only local groups with -G option 2020-03-30 13:07:32 +02:00
vipw.c