aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-21libbb: change define names in SHA-NI code to match kernel source more closelyDenys Vlasenko2-166/+166
2025-07-20libbb/yescrypt: de-unroll salsa20()Denys Vlasenko2-23/+76
2025-07-19libbb: crypt_make_pw_salt(): fix yescrypt's random salt last charDenys Vlasenko2-4/+12
2025-07-19cryptpw: fix detection of crypt algo from salt (was broken if default isn't DES)Denys Vlasenko2-11/+34
2025-07-19libbb/yescrypt: code shrinkDenys Vlasenko1-28/+25
2025-07-19bootchartd: check the result of opendir("/proc")Denys Vlasenko1-1/+1
2025-07-18tftp: use bb_error_msg instead of info_msg for a debug messageDenys Vlasenko1-1/+1
2025-07-18ntpd: replace two bb_info_msg's with bb_error_msgDenys Vlasenko1-2/+2
2025-07-18sulogin: set ^C to SIG_DFL before execing the shellDenys Vlasenko1-3/+6
2025-07-18password applets: update help textDenys Vlasenko2-4/+4
2025-07-17libbb.h: increase MAX_PW_SALT_LENDenys Vlasenko2-8/+7
2025-07-17libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko3-15/+23
2025-07-15libbb/yescrypt: code shrinkDenys Vlasenko1-15/+8