correct_password: if password is 'x' or '*' and there is no shadow, use
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 3 Jul 2007 10:28:46 +0000 (10:28 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 3 Jul 2007 10:28:46 +0000 (10:28 -0000)
commit54e19da86d5496ec5f5787b85a2b6342be1d63d4
treeb9bff1f9333b0c37302828ceecc07dd3780545db
parenta48369183b0bfd9692737477ab3a4092f5114031
correct_password: if password is 'x' or '*' and there is no shadow, use
fake encrypted password 'aa' (which is guaranteed to fail password check).
libbb/correct_password.c