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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
sulogin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-27
1
-5
/
+3
*
remove now-unneeded memset
Denys Vlasenko
2010-02-01
1
-3
/
+0
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
1
-2
/
+2
*
*: a bit of code shrink
Denis Vlasenko
2008-11-09
1
-2
/
+3
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-1
/
+7
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-1
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-4
/
+3
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-18
1
-1
/
+1
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-2
/
+1
*
login: clear dangerous environment variables if started by non-root
Denis Vlasenko
2007-11-06
1
-23
/
+2
*
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-29
1
-4
/
+9
*
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
2007-10-20
1
-30
/
+31
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
setup_environment: code shrink
Denis Vlasenko
2007-09-10
1
-3
/
+4
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-03-13
1
-6
/
+9
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
fix for uclibc-without-shadow.h compilation
Denis Vlasenko
2006-12-30
1
-1
/
+3
*
fix build without shadow support
Denis Vlasenko
2006-12-28
1
-2
/
+1
*
sulogin: add support for $SUSHELL & $sushell
Denis Vlasenko
2006-10-14
1
-4
/
+14
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-4
/
+2
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-2
/
+2
*
Error reporting fix for sulogin, plus remove help entries for options we never
Rob Landley
2006-09-11
1
-1
/
+1
*
sulogin: minor cleanup.
Denis Vlasenko
2006-09-09
1
-17
/
+15
*
Shrinkage/cleanup from Tito.
Rob Landley
2006-09-08
1
-87
/
+45
*
getty, sulogin: convert to using bb_msg for syslog output
Denis Vlasenko
2006-09-07
1
-19
/
+13
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
1
-3
/
+3
*
sulogin: fix bug: -tNNN didn't work
Denis Vlasenko
2006-09-03
1
-4
/
+5
*
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-12
1
-0
/
+4
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
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
-9
/
+8
*
just whitespace
Tim Riker
2006-01-25
1
-2
/
+2
*
patch from tito: consolidate delay functions as bb_do_delay()
Rob Landley
2006-01-06
1
-7
/
+1
*
common BUFSIZ BSS buffer, small reduce code, data and bss
"Vladimir N. Oleynik"
2005-10-15
1
-3
/
+5
*
A patch from Takeharu KATO to update/fix SE-Linux support.
Rob Landley
2005-05-03
1
-0
/
+6
*
Do not use getpass(3)
Eric Andersen
2004-05-01
1
-27
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-3
/
+3
*
Port over the last of the tinylogin applets
Eric Andersen
2002-06-23
1
-0
/
+184