index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Config.in: remove menus that apparently will not work on Windows (except mayb...
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+1
*
fixes up to 1.6.1
Nguyễn Thái Ngọc Duy
2009-04-23
1
-4
/
+3
*
use "glibc errno" trick not only for ash, but for entire busybox
vda
2007-05-31
1
-1
/
+0
*
whitespace fixes
vda
2007-05-30
4
-8
/
+8
*
usage.c: remove reference to busybox.h
vda
2007-05-26
10
-10
/
+10
*
cryptpw: size reduction
vda
2007-05-09
1
-18
/
+9
*
cryptpw: forgot svn add... how typical of me :(
vda
2007-05-08
1
-0
/
+37
*
cryptpw: new applet (a bit less than 3k added)
vda
2007-05-08
3
-50
/
+7
*
deluser: add optional support for removing users from groups
vda
2007-04-15
2
-53
/
+103
*
login: fixing my brainfart: xspawn(t_argv) <- was using argv!
vda
2007-04-12
1
-1
/
+1
*
login: remove setpgrp call (makes it work from shell prompt again).
vda
2007-04-12
1
-20
/
+25
*
- clean up addgroup, fix adding users to existing groups and make it optional...
aldot
2007-04-05
2
-41
/
+111
*
Attempt to get more applets compile for NOMMU.
vda
2007-03-26
1
-18
/
+17
*
add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
vda
2007-03-25
1
-1
/
+1
*
login: nuke nonblock() - we have it in libbb; -400 bytes bss.
vda
2007-03-24
1
-34
/
+28
*
adduser: don't bomb out if shadow password file doesn't exist
vda
2007-03-24
1
-10
/
+14
*
Do not fail password check if shadow password does not exist -
vda
2007-03-13
4
-55
/
+66
*
clean up accumulated whitespace damage
vda
2007-03-07
1
-1
/
+1
*
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
vda
2007-02-06
2
-2
/
+2
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
9
-0
/
+9
*
preparatory patch for -Wwrite-strings #3
vda
2007-01-29
4
-15
/
+15
*
use bb_sanitize_stdio() where appropriate
vda
2007-01-27
1
-3
/
+4
*
- sed -i -e "/\$Id:/d;"
aldot
2007-01-22
1
-1
/
+0
*
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
vda
2007-01-19
1
-20
/
+12
*
Trailing whitespace removal over entire tree
vda
2007-01-11
2
-2
/
+2
*
fix for uclibc-without-shadow.h compilation
vda
2006-12-30
2
-2
/
+6
*
fix build without shadow support
vda
2006-12-28
1
-2
/
+1
*
bb_xget[pw/gr]nam were horribly misnamed - fixed.
vda
2006-12-28
1
-2
/
+2
*
adduser: trivial code movement
vda
2006-12-26
1
-6
/
+6
*
style fixes
vda
2006-12-26
1
-1
/
+1
*
su: fix typo: "argv -= optind" should be +=
vda
2006-12-23
1
-1
/
+1
*
- rename SU_SYSLOG to FEATURE_SU_SYSLOG
aldot
2006-12-19
2
-8
/
+9
*
passwd: add option to check passwords for weakness
vda
2006-12-19
2
-1
/
+9
*
su: make /etc/shells check configurable
vda
2006-12-19
2
-11
/
+21
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
vda
2006-12-16
2
-8
/
+12
*
passwd: fix indentation
vda
2006-12-12
1
-3
/
+2
*
passwd: added comment
vda
2006-12-12
1
-1
/
+6
*
passwd: shrink by ~10 bytes, use PRNG instead of usleep.
vda
2006-12-12
1
-17
/
+10
*
passwd: made smaller by ~130 bytes. size can go negative
vda
2006-12-01
1
-56
/
+50
*
passwd: micro-optimization
vda
2006-11-30
1
-4
/
+4
*
passwd: small size optimization. salt generation improved
vda
2006-11-30
1
-22
/
+28
*
passwd: rework:
vda
2006-11-30
1
-283
/
+249
*
- save 4 bytes
aldot
2006-11-30
1
-1
/
+1
*
style cleanup: return(a) -> return a, part 2
vda
2006-11-27
1
-3
/
+3
*
safe_strtoXX interface proved to be a bit unconvenient.
vda
2006-11-27
1
-2
/
+2
*
- minor shrinkage
aldot
2006-11-27
1
-8
/
+6
*
deluser: the same code, but a bit less obfuscated.
vda
2006-11-27
1
-15
/
+16
*
deluser: size reduction by 60 bytes.
vda
2006-11-27
1
-62
/
+48
*
- fix typo
aldot
2006-11-22
1
-1
/
+1
*
login: use %s - we know that string is not too long there
vda
2006-11-20
1
-3
/
+3
[next]