Denys Vlasenko
|
7bcde5f00d
libbb.h: always include sys/resource.h
|
6 years ago |
Denys Vlasenko
|
b182e9ad60
libbb: use _exit, not exit, in bb_daemonize_or_rexec()
|
7 years ago |
Denys Vlasenko
|
68b653b66b
config: trim/improve item names and help texts, take 2
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
a3de0b3b86
libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD
|
7 years ago |
Kaarle Ritvanen
|
517a82c5b6
login: move check_securetty to libbb
|
8 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
7 years ago |
Denys Vlasenko
|
4ea0ebdd42
Selinux complains about deprecated selinux/flask.h, stop including it
|
7 years ago |
Denys Vlasenko
|
79e2598c48
su: expand help; simplify passing of -c CMD to run_shell()
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
bae8f98633
login: add commented-out PAM double password avoidance from BZ 4003
|
8 years ago |
Denys Vlasenko
|
c47917865d
login: explain -h HOST option better
|
9 years ago |
Denys Vlasenko
|
95dee81a46
loginutils/*: convert to new-style "one file" applets
|
9 years ago |
Sören Tempel
|
d862717328
login: don't print motd if .hushlogin exists in users home
|
9 years ago |
Denys Vlasenko
|
da9212667c
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
|
9 years ago |
Denys Vlasenko
|
9c1c605b1a
sulogin: use common password-checking routine.
|
11 years ago |
Denys Vlasenko
|
dba7094d62
login: increase login name size limit from 32 to 64
|
12 years ago |
Sergey Naumov
|
7eaa03709b
login: -f should not ask for password even with PAM
|
12 years ago |
Denys Vlasenko
|
e9dc354df8
getty: fix a minor problem of Ctrl-D not printing '\n'
|
13 years ago |
Denys Vlasenko
|
7449e18190
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout
|
13 years ago |
Ian Wienand
|
378ab68199
login: new option LOGIN_SESSION_AS_CHILD
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
6a3e01d5a9
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
|
13 years ago |
Ryan Phillips
|
cf9074b54b
login: set PAM RHOST
|
13 years ago |
Denys Vlasenko
|
7d4e7a27af
s/FAIL_DELAY/LOGIN_FAIL_DELAY/
|
13 years ago |
Denys Vlasenko
|
bd74e3d8be
libbb/login/su: do not sanitize shell name twice
|
13 years ago |
Denys Vlasenko
|
8d0e0cdadf
move utmp.h include to libbb.h
|
13 years ago |
Ian Wienand
|
260fb551ff
login: apply PAM environment
|
14 years ago |