2211d5268c
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-11-10 18:52:35 +00:00
56dceb9b77
sha256,sha512: new applets. +4.9kb we will require sha256/512 code for new $5$ and $6$ style password hashes anyway, they are showing up already in people's /etc/passwd...
Denis Vlasenko
2008-11-10 13:32:50 +00:00
0a009c3c6b
libbb: constify some data in sha1. gcc is clever enough to do it itself, thus no actual code changes. Also some pointless beautifuing crept in.
Denis Vlasenko
2008-11-10 09:51:15 +00:00
4cfa5a27aa
build system: reorder less' options in config so that they are properly indented
Denis Vlasenko
2008-11-10 09:33:42 +00:00
f8a22575f7
Bump version to 1.14.0.svn
Denis Vlasenko
2008-11-09 17:32:46 +00:00
90dbff7267
Bump version to 1.13.0
Denis Vlasenko
2008-11-09 17:28:41 +00:00
6559100021
- fix typo in print_user() (tito)
Bernhard Reutner-Fischer
2008-11-05 08:15:13 +00:00
391ffa19d1
nslookup: tiny shrink (-5 bytes); add comment about res_init inet_common: cosmetics, no code changes
Denis Vlasenko
2008-11-04 21:44:28 +00:00
c51457ca5b
less: fix pasting into search line ('/' cmd) - it was mishandled because pasting "types" very fast and read_key eats many chars. +30 bytes.
Denis Vlasenko
2008-11-02 00:55:41 +00:00
3c385cd706
lineedit: fix bug 5824: Since version 23530 with lineedit.c, "fdisk" & "ed" can't work any more
Denis Vlasenko
2008-11-02 00:41:05 +00:00
1a9e9bdd93
gunzip: restore mtime. approx +80 bytes of code rpm: make code more robust lsmod: small code shrink
Denis Vlasenko
2008-11-01 12:54:56 +00:00
5a89763fb7
tftpd: show help if stdin is not a socket
Denis Vlasenko
2008-11-01 00:22:24 +00:00
44d5dcebc6
iplink: accept shorthands for "address" keyword here: "ip link set address 00:11:22:33:44:55" ifupdown: use "addr" instead of "address"
Denis Vlasenko
2008-11-01 00:10:51 +00:00
64974793b9
less: fix newly-introduced case of less spinning forever on pty's closed etc
Denis Vlasenko
2008-10-31 03:04:55 +00:00
028eab61bc
runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one
Denis Vlasenko
2008-10-31 02:37:18 +00:00
bb26db49b1
modprobe: fix a segfault when modprobe is called with no arguments at all
Denis Vlasenko
2008-10-31 02:04:28 +00:00
b9b344aa44
kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Steve Bennett (steveb AT workware.net.au)
Denis Vlasenko
2008-10-31 00:30:48 +00:00
f34cfff2f0
setup_environment: cd $HOME regardless of clear_env value.
Denis Vlasenko
2008-10-30 23:58:19 +00:00
91f8f82bfb
tftpd: be less cryptic in help text
Denis Vlasenko
2008-10-30 23:42:37 +00:00
6b38e18247
dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)
Denis Vlasenko
2008-10-30 23:25:50 +00:00
470dc1d7e2
- minor shrinkage (~-60)
Bernhard Reutner-Fischer
2008-10-30 17:42:49 +00:00
e29186687b
- support ip link set eth1 address 00:11:22:33:44:55 and not only the shorthand "addr". Thanks to ncopa for noticing
Bernhard Reutner-Fischer
2008-10-30 16:45:55 +00:00
cf696850f3
runsvdir: kill another global
Denis Vlasenko
2008-10-29 12:07:34 +00:00
6a2c2cf6f3
runsvdir: fx a recent vda's buglet (was pausing even if not signaled). stop spawning children immediately if signaled. Kill one global.
Denis Vlasenko
2008-10-29 12:04:45 +00:00
e7368f16fa
id: better wording in comments, no code changes
Denis Vlasenko
2008-10-29 10:30:54 +00:00
c503dde01a
cpio: emit TRAILER even when hard links were found. by Pascal Bellard (pascal.bellard AT ads-lu.com)
Denis Vlasenko
2008-10-26 19:55:20 +00:00
043246560f
devmem: make it more script-friendly; don't do any reads and output nothing if writing was requested. -100 bytes
Denis Vlasenko
2008-10-26 17:26:55 +00:00
ebad0294c9
tar: fix bug 3844: non-root tar does not preserve perms
Denis Vlasenko
2008-10-24 23:47:38 +00:00
53c80f0972
less: add optional line number toggle and resizing on SIGWINCH.
Denis Vlasenko
2008-10-24 22:43:27 +00:00
aa2a1c000c
- improve wording and fix alphabetical order
Bernhard Reutner-Fischer
2008-10-24 19:48:47 +00:00
e8efe81abf
less: add less v.418 help text doc. No code changes.
Denis Vlasenko
2008-10-24 11:07:20 +00:00
2d5bd807c0
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; disable parsing test applet.
Denis Vlasenko
2008-10-24 10:49:49 +00:00
d908395eae
less: experimental code to enable wrap/no-wrap and adapting to resized xterm windows. disabled for now.
Denis Vlasenko
2008-10-24 10:42:21 +00:00
8f39b72aba
less: more sane way of line numbering. Prepares for wrap/unwrap and line numbers to be toggleable.
Denis Vlasenko
2008-10-23 22:02:30 +00:00
01ea971610
- use sys/inotify.h
Bernhard Reutner-Fischer
2008-10-21 17:26:10 +00:00
5cb54b5adc
init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people from selecting it in error. It has to be used ONLY for debugging init, never in production, as resulting init has serious differences.
Denis Vlasenko
2008-10-21 17:14:26 +00:00
8fbd8ac8dd
- fix ip route rejecting dotted quads as prefix - adjust error message for wrong prefix not to mention address Previously e.g. ip route add 127.0.0.0/255.0.0.0 dev dummy0 was rejected, saying ip: an inet address is expected rather than "127.0.0.0/255.0.0.0"
Bernhard Reutner-Fischer
2008-10-21 12:42:45 +00:00