/
niceSOFT
/
shadow
ОбзорДокументацияВойти
/
niceSOFT
/
shadow
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
shadow/
tests/
..
chage

*/: login.defs(5): PASS_MAX_LEN: Remove configuration variable

24 дня назад
chroot

*/: Remove support for MD5

22 дня назад
chsh

tests: replace egrep -> grep -E

4 года назад
cktools

tests: print default timeout message to stderr

4 года назад
common

lib/, src/, tests/: #undef NDEBUG before #include <assert.h>

5 месяцев назад
convtools

tests: replace egrep -> grep -E

4 года назад
crypt

*/: Remove support for MD5

22 дня назад
debian

*/: groupmems(8): Remove program

4 месяца назад
failures

*/: login.defs(5): PASS_MAX_LEN: Remove configuration variable

24 дня назад
grouptools

*/: Remove support for MD5

22 дня назад
libsubid

tests/libsubid: fix the 03_add_remove tests so they pass

23 дня назад
log

fix typos

3 года назад
login

*/: login.defs(5): PASS_MAX_LEN: Remove configuration variable

24 дня назад
newgidmap

*/: Remove support for MD5

22 дня назад
newuidmap

*/: Remove support for MD5

22 дня назад
newusers

*/: Remove support for MD5

22 дня назад
passwd

tests: print default timeout message to stderr

4 года назад
split_groups

*/: login.defs(5): PASS_MAX_LEN: Remove configuration variable

24 дня назад
su

Fix su test on ubuntu 26.04+

23 дня назад
subids

*/: Remove support for MD5

22 дня назад
system

Tests: Group creation with invalid GID using -g flag fails

12 дней назад
unit

*/: Remove support for MD5

22 дня назад
usertools

*/: Remove support for MD5

22 дня назад
README

use a geographically close URL

5 лет назад
bug334803-test.exp

spelling: typical

9 лет назад
cleanup.sh

Add cleanup script

12 лет назад
coverage.sh

Add tests from the old svn tree

12 лет назад
run_all

*/: Remove support for MD5

22 дня назад
run_all.coverage

*/: Remove support for MD5

22 дня назад
run_some

tests/: remove `test_62_usermod_remove_supplementary_groups`

23 дня назад
README
This testsuite is NOT SECURE: it will temporarily change your passwords file
with known passwords.
You should run it on a chroot, or on a secured dedicated system.
 
 
 
To test a Debian system:
$ mkdir sid-chroot
$ sudo debootstrap sid sid-chroot/ http://deb.debian.org/debian/
edit or copy a sources.list
$ sudo cp /etc/apt/sources.list sid-chroot/etc/apt/
edit or copy a resolv.conf
$ sudo cp /etc/resolv.conf sid-chroot/etc/
$ su - root -c "chroot sid-chroot/ /bin/bash"
# mount -t proc proc /proc
# mount -t devpts devpts /dev/pts
# aptitude update
# aptitude install expect
# cd /dev ; mknod --mode=666 /dev/ptmx c 5 2