aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-0/+1
* wget: add EPSV supportDenys Vlasenko2018-02-061-0/+1
* wget: initial support for ftps://Denys Vlasenko2018-02-061-1/+2
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-0/+2
* cp: implement -TAaro Koskinen2018-02-011-3/+4
* which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-3/+9
* use %m printf specifier where appropriateDenys Vlasenko2017-09-291-0/+11
* less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-0/+1
* hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-1/+1
* run-init: new appletDenys Vlasenko2017-08-211-0/+9
* libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+6
* rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-101-1/+3
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+0
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-10/+15
* noexec: consolidate codeDenys Vlasenko2017-08-071-2/+3
* noexec: set comm field for noexecsDenys Vlasenko2017-08-071-0/+5
* sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko2017-08-051-0/+5
* libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-1/+1
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-0/+1
* getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-041-1/+3
* line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-5/+6
* libbb: remove vdprintfRon Yorston2017-07-291-3/+0
* zcip: fix slow environment leakDenys Vlasenko2017-07-221-0/+3
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-071-1/+1
* libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko2017-07-041-0/+9
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-0/+2
* libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-131-2/+2
* su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-0/+1
* login: move check_securetty to libbbKaarle Ritvanen2017-04-131-0/+5
* Tweak GETOPT_RESET commentDenys Vlasenko2017-04-121-5/+3
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-0/+22
* fix errors found with make_single_applets.shDenys Vlasenko2017-04-121-1/+1
* libbb: move isqrt from factor, use it in diff tooDenys Vlasenko2017-04-111-0/+2
* nl: new applet; also implement cat -nb (similar functionality to nl)Denys Vlasenko2017-04-051-0/+10
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-161-3/+8
* libbb: match_fstype() is unreadable in the extreme, fixing itDenys Vlasenko2017-01-301-1/+1
* libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko2017-01-261-5/+9
* tls: can download kernels now :)Denys Vlasenko2017-01-241-1/+1
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-241-17/+25
* separate TLS code into a library, use in in wgetDenys Vlasenko2017-01-231-21/+67
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-0/+4
* df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko2016-12-121-0/+1
* suppress glibc "use sysmacros.h for major" warningDenys Vlasenko2016-12-121-1/+1
* selinux: drop deprecated headersMike Frysinger2016-12-091-2/+0
* randomconfig fixesDenys Vlasenko2016-12-081-2/+10
* lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov2016-11-241-38/+38
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-031-1/+1
* libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)Denys Vlasenko2016-09-181-2/+3
* sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-291-0/+1
* hush: fix "redirects can close script fd" bugDenys Vlasenko2016-08-221-8/+16