index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
correct_password.c
Age
Commit message (
Expand
)
Author
2007-10-29
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-07-03
correct_password: if password is 'x' or '*' and there is no shadow, use
Denis Vlasenko
2007-07-03
correct_password: do not print "no shadow passwd..." message
Denis Vlasenko
2007-06-16
remove obsolete comment
Denis Vlasenko
2007-06-15
- vda perfers not to use the banner
Bernhard Reutner-Fischer
2007-06-13
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-11
- use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.
Bernhard Reutner-Fischer
2007-06-08
login: ask passwords even for wrong usernames.
Denis Vlasenko
2007-03-13
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2006-12-21
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-09-23
correct_password: undo whitespace damage.
Denis Vlasenko
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-01-25
just whitespace
Tim Riker
2006-01-09
Minor cosmetic fix from Tito.
Rob Landley
2004-09-24
Remove this error message at Vodz request, it was misleading.
Glenn L McGrath
2004-05-01
Do not use getpass(3)
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen