index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
passwd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove LOG_NOWAIT
Denis Vlasenko
2009-03-11
1
-1
/
+1
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-3
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
1
-5
/
+5
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-2
/
+3
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-6
/
+7
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-2
/
+2
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-3
/
+5
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-1
/
+0
*
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-29
1
-13
/
+14
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
passwd: fix bug: we are trying to update shadow even if user's record is in p...
Denis Vlasenko
2007-07-27
1
-5
/
+15
*
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
Denis Vlasenko
2007-07-27
1
-10
/
+15
*
chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>
Denis Vlasenko
2007-07-20
1
-115
/
+6
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
cryptpw: new applet (a bit less than 3k added)
Denis Vlasenko
2007-05-08
1
-50
/
+0
*
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-03-13
1
-11
/
+15
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #3
Denis Vlasenko
2007-01-29
1
-2
/
+2
*
fix for uclibc-without-shadow.h compilation
Denis Vlasenko
2006-12-30
1
-1
/
+3
*
passwd: add option to check passwords for weakness
Denis Vlasenko
2006-12-19
1
-1
/
+2
*
passwd: fix indentation
Denis Vlasenko
2006-12-12
1
-3
/
+2
*
passwd: added comment
Denis Vlasenko
2006-12-12
1
-1
/
+6
*
passwd: shrink by ~10 bytes, use PRNG instead of usleep.
Denis Vlasenko
2006-12-12
1
-17
/
+10
*
passwd: made smaller by ~130 bytes. size can go negative
Denis Vlasenko
2006-12-01
1
-56
/
+50
*
passwd: micro-optimization
Denis Vlasenko
2006-11-30
1
-4
/
+4
*
passwd: small size optimization. salt generation improved
Denis Vlasenko
2006-11-30
1
-22
/
+28
*
passwd: rework:
Denis Vlasenko
2006-11-30
1
-283
/
+249
*
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
1
-3
/
+3
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
several fixes from openWRT project
Denis Vlasenko
2006-09-26
1
-1
/
+1
*
passwd: getopt_ulflags'isation
Denis Vlasenko
2006-09-23
1
-61
/
+52
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
1
-5
/
+5
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-14
/
+2
*
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-07-16
1
-4
/
+1
*
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-12
1
-0
/
+4
*
Patch from Tito to remove pwd_to_spwd (which we don't actually need), with
Rob Landley
2006-07-11
1
-14
/
+7
*
- passwd doesnt use salt with md5 passwords; bug #604 thanks taviso
Ned Ludd
2006-04-21
1
-3
/
+11
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
- bzero -> memset
Bernhard Reutner-Fischer
2006-01-31
1
-16
/
+17
*
declare const for fun
Mike Frysinger
2006-01-08
1
-1
/
+1
*
patch from tito: consolidate delay functions as bb_do_delay()
Rob Landley
2006-01-06
1
-7
/
+1
*
- rename libbb's password helpers as suggested in libbb.h
Bernhard Reutner-Fischer
2005-09-20
1
-1
/
+1
*
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-04-16
1
-2
/
+2
*
Only write to shadow file is shadow passwords are enabled. Patch by magicfox ...
Glenn L McGrath
2004-09-15
1
-5
/
+4
*
Tito writes:
Eric Andersen
2004-09-02
1
-7
/
+2
*
Do not use getpass(3)
Eric Andersen
2004-05-01
1
-3
/
+3
[next]