| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Do not fail password check if shadow password does not exist - | Denis Vlasenko | 2007-03-13 | 2 | -16/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | fall back to ordinary one Reduced usage of functions returning datain static buffers. (mostly passwd/group/shadow related): function old new delta correct_password 143 193 +50 sulogin_main 490 533 +43 adduser_main 732 774 +42 passwd_main 1875 1915 +40 addgroup_main 330 365 +35 bb_internal_getspnam 38 - -38 bb_internal_fgetpwent 38 - -38 bb_internal_fgetgrent 38 - -38 static.resultbuf 168 88 -80 static.buffer 1872 1104 -768 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 5/2 up/down: 210/-962) Total: -752 bytes | |||||
| * | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 2 | -1/+11 | |
| | | | | | | (patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix for vda's brainfart :( | |||||
| * | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 2 | -0/+31 | |
| | | | | | | Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp> | |||||
| * | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -0/+40 | |
| | | ||||||
| * | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 4 | -6/+6 | |
| | | ||||||
| * | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | 2007-03-06 | 1 | -8/+27 | |
| | | | | | (patch by Gabriel L. Somlo <somlo@cmu.edu>) | |||||
| * | ping: don't measure times if ping payload is less than 8 bytes; | Denis Vlasenko | 2007-03-03 | 2 | -12/+8 | |
| | | | | | commonalize some ping code. | |||||
| * | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | 2007-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | init: code readability enhancements; very small code changes | Denis Vlasenko | 2007-02-17 | 1 | -10/+5 | |
| | | ||||||
| * | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | Denis Vlasenko | 2007-02-13 | 1 | -2/+0 | |
| | | ||||||
| * | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 5 | -6/+6 | |
| | | | | | libbb: rename xgetcwd and xreadlink | |||||
| * | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | 2007-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | make sure ps/top output what they claim: vsz, not rss ... down the line we ↵ | Mike Frysinger | 2007-02-08 | 1 | -11/+5 | |
| | | | | | should make the output controllable either at runtime or buildtime as both statistics are quite useful | |||||
| * | tftp: fix IPv6 fallout | Denis Vlasenko | 2007-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix #ifdef ENABLE_xxx -> #if | Denis Vlasenko | 2007-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | Denis Vlasenko | 2007-02-06 | 1 | -0/+15 | |
| | | ||||||
| * | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 1 | -0/+10 | |
| | | ||||||
| * | - indent | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -9/+20 | |
| | | ||||||
| * | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | 2007-02-04 | 1 | -0/+5 | |
| | | ||||||
| * | mount: (try to) support cifs with IPv6 | Denis Vlasenko | 2007-02-04 | 1 | -1/+7 | |
| | | ||||||
| * | add x to IPv6 functions which can die | Denis Vlasenko | 2007-02-04 | 1 | -20/+21 | |
| | | ||||||
| * | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -2/+2 | |
| | | | | | no preceding prototype | |||||
| * | lineedit: add missing #if/#endif | Denis Vlasenko | 2007-02-03 | 1 | -0/+2 | |
| | | | | | init: fix warnings | |||||
| * | Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS | Denis Vlasenko | 2007-02-03 | 1 | -5/+1 | |
| | | | | | (patch from Gabriel L. Somlo <somlo@cmu.edu>) | |||||
| * | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | 2007-01-29 | 1 | -4/+4 | |
| | | ||||||
| * | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 3 | -4/+4 | |
| | | ||||||
| * | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | 2007-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | fix warning in find.c | Denis Vlasenko | 2007-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10! | Denis Vlasenko | 2007-01-26 | 1 | -2/+2 | |
| | | ||||||
| * | bb_parse_mode: do not do umask() needlessly. | Denis Vlasenko | 2007-01-26 | 1 | -34/+18 | |
| | | ||||||
| * | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | 2007-01-24 | 1 | -0/+2 | |
| | | | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | |||||
| * | accumulated post-1.4.0 fixes | Denis Vlasenko | 2007-01-24 | 3 | -8/+5 | |
| | | ||||||
| * | fix warning from needlessly-global functions | Denis Vlasenko | 2007-01-22 | 4 | -2/+9 | |
| | | ||||||
| * | remove empty source files | Denis Vlasenko | 2007-01-22 | 1 | -1/+0 | |
| | | ||||||
| * | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 3 | -27/+24 | |
| | | ||||||
| * | nslookup: full circle. Here we started IPv6 work. Use "new API" | Denis Vlasenko | 2007-01-22 | 1 | -2/+22 | |
| | | | | | and thus save a few bytes. | |||||
| * | - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -2/+2 | |
| | | | | | conversion purposefully | |||||
| * | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+0 | |
| | | ||||||
| * | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 4 | -31/+32 | |
| | | | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||||
| * | exterminate u_intXXX. | Denis Vlasenko | 2007-01-22 | 1 | -2/+2 | |
| | | | | | fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||||
| * | comment out unused old networking API parts | Denis Vlasenko | 2007-01-22 | 1 | -8/+16 | |
| | | | | | sockaddr2dotted: return IPV6 addrs in [addr]:port form (was addr:port) | |||||
| * | move shell/cmdedit.c -> libbb/lineedit.c | Denis Vlasenko | 2007-01-22 | 1 | -0/+1798 | |
| | | ||||||
| * | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 2 | -0/+60 | |
| | | | | | so rename stuff accordingly. | |||||
| * | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | Denis Vlasenko | 2007-01-21 | 1 | -2/+5 | |
| | | | | | | | executable if we asked to exec someting with argv[0] == known_applet" Use it in init. Also respect PATH in init, remove explicit "/sbin" etc from exec. Patch by Gabriel L. Somlo <somlo@cmu.edu> | |||||
| * | - get_terminal_width_height does not and should never write to fd. Cosmetic ↵ | Bernhard Reutner-Fischer | 2007-01-20 | 1 | -1/+1 | |
| | | | | | Precaution | |||||
| * | strdup -> xstrdup | Denis Vlasenko | 2007-01-19 | 1 | -1/+1 | |
| | | | | | sed: de-obfuscate piece of code | |||||
| * | ls: use get_cached_username/groupname | Denis Vlasenko | 2007-01-19 | 1 | -3/+3 | |
| | | ||||||
| * | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 2 | -4/+12 | |
| | | | | | | | | | | (will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize(); | |||||
| * | sed,get_line_from_file: improve comments | Denis Vlasenko | 2007-01-17 | 1 | -2/+3 | |
| | | ||||||
