Denys Vlasenko
|
8b59b2c13e
libbb: move nuke_str() from passwd into libbb
|
11 years ago |
Denys Vlasenko
|
9c1c605b1a
sulogin: use common password-checking routine.
|
11 years ago |
Thomas Petazzoni
|
af4f0e48ec
libbb: use <poll.h> instead of <sys/poll.h>
|
11 years ago |
Guilherme Maciel Ferreira
|
840ef17f63
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
|
11 years ago |
Ryan Mallon
|
5906a5c26c
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
|
11 years ago |
Denys Vlasenko
|
a407cf74cc
Make smart_ulltoa return pointer to end (allows for code shink in callers)
|
11 years ago |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 years ago |
Denys Vlasenko
|
bfa6ed1bf4
catv: code shrink
|
11 years ago |
Bartosz Golaszewski
|
79c618c411
Refactor catv. Move visible() from stty to libbb.
|
11 years ago |
Bartosz Golaszewski
|
c19be75d57
networking: code shrink
|
11 years ago |
Denys Vlasenko
|
c72b43c2f0
Commonalize typical [b,]k,m suffix struct
|
11 years ago |
Denys Vlasenko
|
59f46676a9
Move create_icmp[6]_socket to its only user, and simplify it
|
11 years ago |
Denys Vlasenko
|
4928e9f7d0
losetup: assorted fixes. Closes 6314
|
11 years ago |
Flemming Madsen
|
d96ffda62e
ash,hush: history builtin
|
11 years ago |
Denys Vlasenko
|
8f2cb7ab26
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
|
11 years ago |
Denys Vlasenko
|
1961aea305
move endofname() to libbb
|
12 years ago |
Denys Vlasenko
|
2cfcc9e9d7
sha3: code shrink
|
12 years ago |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
12 years ago |
Lauri Kasanen
|
b8173b603f
sha3sum: new applet
|
12 years ago |
Denys Vlasenko
|
fd77ea505e
mark get_shell_name FAST_FUNC
|
12 years ago |
Aurelien Jarno
|
d3a42391b1
*: declare strings with ALIGN1, as appropriate
|
12 years ago |
Pascal Bellard
|
70fc8c17e2
su: do not change to home dir unless -l
|
12 years ago |
Natanael Copa
|
02112d8ae3
unzip: ignore chmod errors
|
12 years ago |
Ron Yorston
|
576b1d3c41
sendmail: use host rather than NIS domain name for HELO
|
12 years ago |
Denys Vlasenko
|
8a6a2f9c9c
update seamless uncompression code
|
12 years ago |
Denys Vlasenko
|
59655077c5
preparatory cleanups for seamless uncompression improvements
|
12 years ago |
Jonh Wendell
|
9106107a50
Make unix (local) sockets work without IPv6 enabled
|
13 years ago |
Denys Vlasenko
|
499597d6ef
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676
|
13 years ago |
Denys Vlasenko
|
3e0c428c45
Move include <shadow.h> close to pwd.h and grp.h includes
|
13 years ago |
Denys Vlasenko
|
a76dd50ce1
Move Adroid endgrent() and endpwent() NOPS to libbb.h
|
13 years ago |