cal: make it NOEXEC
[oweals/busybox.git] / include / libbb.h
2018-01-12 Denys Vlasenkowhich: fix TODO with NOFORK+malloc_failure misbehaving
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-09-15 Denys Vlasenkoless,microcom,lineedit: use common routine to set raw...
2017-08-29 Denys Vlasenkohush: GETOPT_RESET() _after_ getopts too.
2017-08-21 Denys Vlasenkorun-init: new applet
2017-08-21 Denys Vlasenkolibbb: move capability names code to libbb
2017-08-10 Denys Vlasenkorpm2cpio: handle LZMA compressed rpms. closes 10166
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-07 Denys Vlasenkonoexec: consolidate code
2017-08-07 Denys Vlasenkonoexec: set comm field for noexecs
2017-08-05 Denys Vlasenkosysctl: recognize ";comment" and "<whitespace>#comment...
2017-08-05 Denys Vlasenkolibbb: make trim() return pointer to terminating NUL
2017-08-04 Denys Vlasenkolibbb: use _exit, not exit, in bb_daemonize_or_rexec()
2017-08-04 Denys Vlasenkogetopt32: factor out code to treat all args as options
2017-08-02 Denys Vlasenkoline editing: make read_line_input() not take timeout...
2017-07-29 Ron Yorstonlibbb: remove vdprintf
2017-07-22 Denys Vlasenkozcip: fix slow environment leak
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
2017-07-04 Denys Vlasenkolibbb: new function bb_getgroups() - allocating wrapper...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-04-13 Denys Vlasenkolibbb: make check_password() also return CHECKPASS_PW_H...
2017-04-13 Denys Vlasenkosu: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
2017-04-13 Kaarle Ritvanenlogin: move check_securetty to libbb
2017-04-12 Denys VlasenkoTweak GETOPT_RESET comment
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-04-11 Denys Vlasenkolibbb: move isqrt from factor, use it in diff too
2017-04-05 Denys Vlasenkonl: new applet; also implement cat -nb (similar functio...
2017-03-16 Denys Vlasenkomount: create loop devices with LO_FLAGS_AUTOCLEAR...
2017-01-29 Denys Vlasenkolibbb: match_fstype() is unreadable in the extreme...
2017-01-26 Denys Vlasenkolibbb: spawn_and_wait() fflushes before forking NOEXEC...
2017-01-24 Denys Vlasenkotls: can download kernels now :)
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-23 Denys Vlasenkoseparate TLS code into a library, use in in wget
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-12 Denys Vlasenkosuppress glibc "use sysmacros.h for major" warning
2016-12-09 Mike Frysingerselinux: drop deprecated headers
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-11-24 Rostislav Skudnovlineedit: fix handling of repeating Alt-b, Alt-f, Alt...
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2016-09-18 Denys Vlasenkolibbb: do not use fflush_unlocked, musl does not like...
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-08-22 Denys Vlasenkohush: fix "redirects can close script fd" bug
2016-06-19 Ron Yorstonlibbb: move common code into run_applet_and_exit
2016-05-26 Denys Vlasenkocp: add -u/--update and --remove-destination
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-03 Denys Vlasenkowhitespace and namespace cleanups
2016-04-03 Sven Eisenbergubirmvol: Implement -N switch for ubirmvol
2016-04-02 Denys Vlasenkonsenter,unshare: share common code; fix a bug of not...
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2016-03-14 Denys Vlasenkofixes for problems found by bionic build
2016-02-01 Kylie McClainFix compiling with musl's utmp stubs
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2015-10-22 Denys Vlasenkoremove systemd support
2015-10-19 Denys Vlasenkolibbb: get_uidgid() always called with allow_numeric=1
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-10-13 Denys Vlasenkolibbb: introduce kernel-style BUILD_BUG_ON()
2015-10-09 Denys Vlasenkolibbb: auto_string() for efficient handling of temporar...
2015-10-09 Denys Vlasenkoremove global "jmp_buf die_jmp" from !FEATURE_PREFER_AP...
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2015-08-25 Bartosz Golaszewskilibbb: add is_suffixed_with() function
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-08-17 Bartosz Golaszewskiunit-tests: remove unnecesary field from struct bbunit_...
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2015-04-20 Bernhard Reutner... include: Fallback to UTMP unless there is UTMPX support
2015-04-20 Ron Yorstonlibbb: remove unnecessary argument to nonblock_immune_read
2015-04-02 Bernhard Reutner... *: Switch to POSIX utmpx API
2015-03-22 Ari Sundholmtruncate: new applet
2015-03-22 Ari Sundholmdd: move suffix struct to xatonum.c
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2014-12-22 Peter KümmelMake it possible to override LOGIN_FAIL_DELAY in CONFIG...
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-11-26 Denys Vlasenkolibbb: use ARG_MAX for bb_arg_max() only if it's 60k+
2014-11-04 Michel Stamzcip: Add environment variable for overriding log funct...
2014-09-22 Denys Vlasenkoless: move "retry-on-EAGAIN" logic closer to read ops
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2014-06-30 Bartosz GolaszewskiRename INIT_LAST to INIT_FUNC to avoid confusion
2014-06-22 Bartosz Golaszewskiunit-tests: implement the unit-testing framework
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2014-05-02 Denys Vlasenkolibbb: rename execable -> executable. No code changes
2014-04-30 Denys Vlasenkolibbb: make syslog level for bb_error_msg's configurabl...
2014-02-27 Denys Vlasenkoxargs: add support for -I and -i. Closes 493
2014-02-02 Denys Vlasenkozcat: complain if input is not compressed
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2013-11-19 Denys Vlasenkosulogin: use common password-checking routine.
2013-10-16 Thomas Petazzonilibbb: use <poll.h> instead of <sys/poll.h>
2013-10-16 Guilherme Maciel... wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
2013-10-08 Ryan Mallonlibbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid...
2013-09-06 Denys VlasenkoMake smart_ulltoa return pointer to end (allows for...
2013-07-30 Denys VlasenkoWhitespace fixes
2013-07-30 Denys Vlasenkocatv: code shrink
2013-07-30 Bartosz GolaszewskiRefactor catv. Move visible() from stty to libbb.
2013-07-25 Bartosz Golaszewskinetworking: code shrink
2013-07-13 Denys VlasenkoCommonalize typical [b,]k,m suffix struct
next