Commit Verlauf

Autor SHA1 Nachricht Datum
  Denys Vlasenko 17058a06c4 libbb: switch bb_ask_noecho() to "mallocing" string return API vor 6 Jahren
  Denys Vlasenko 77cb6b99a4 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation vor 6 Jahren
  Denys Vlasenko 2f094ae821 telnet: move winsize detection closer to I/O loop, delete non-functioning debug code vor 6 Jahren
  Denys Vlasenko ebe6d9d875 whitespace and comment format fixes, no code changes vor 7 Jahren
  Denys Vlasenko 02859aaeb2 use auto_string() where appropriate to kill a few statics vor 9 Jahren
  Denys Vlasenko d32fc647d7 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 vor 10 Jahren
  Jonathan Liu b6dc13c2d3 sulogin: allow system maintenance login if root password is empty vor 11 Jahren
  Denys Vlasenko 7449e18190 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout vor 13 Jahren
  Denys Vlasenko 0ef64bdb40 *: make GNU licensing statement forms more regular vor 14 Jahren
  Denys Vlasenko 557deb1014 libbb: fix bb_ask() to operate on correct fd vor 14 Jahren
  Denys Vlasenko c8e18ca12c remove now-unneeded memset vor 14 Jahren
  Denys Vlasenko e936c6d1c5 make echo -e "foo\nfoo" | passwd USER work vor 14 Jahren
  Denys Vlasenko 8131eea3dc *: introduce and use ffulsh_all() vor 15 Jahren
  Denys Vlasenko 9b1b62adc4 Patches to enable FreeBSD build vor 15 Jahren
  Bernhard Reutner-Fischer 82b1429966 - add new applet mkpasswd(1) vor 16 Jahren
  Denis Vlasenko 61befda93b ash,hush: add TODO for rare build failure vor 16 Jahren
  Denis Vlasenko 202ac504e1 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op vor 16 Jahren
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. vor 16 Jahren
  Denis Vlasenko defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on vor 16 Jahren
  Denis Vlasenko 8e2cfec1cd libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set vor 16 Jahren
  Denis Vlasenko e5387a0574 bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C. vor 17 Jahren
  Denis Vlasenko 4daad9004d introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). vor 17 Jahren
  Denis Vlasenko 91e149a373 libbb: random hunt for statics vor 17 Jahren
  Denis Vlasenko 9a7d38fe24 delete tons of extra #includes vor 17 Jahren
  Denis Vlasenko ab24e18c7a passwd: rework: vor 18 Jahren
  Denis Vlasenko 6429aabbf1 bb_askpass: shorten static password buffer. 256 is way too large. vor 18 Jahren
  Bernhard Reutner-Fischer 20f4000086 - add some ATTRIBUTE_UNUSED. vor 18 Jahren
  Rob Landley e422af6bcb Flush input when prompting for a password (bug 373). vor 19 Jahren
  Eric Andersen 6f9a7783ce Do not use getpass(3) vor 20 Jahren