aboutsummaryrefslogtreecommitdiff
path: root/loginutils/login.c
AgeCommit message (Expand)Author
2006-12-26style fixesDenis Vlasenko
2006-11-20login: use %s - we know that string is not too long thereDenis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-10-31login: add big fat comment about SIGINT - preventDenis Vlasenko
2006-10-31login: re-enable Ctrl-^C before execing shell.Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-26login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko
2006-09-17login: apply fixes + getopt_ulflag'ification by BernhardDenis Vlasenko
2006-09-14login: eliminate forward decls and #ifdefsDenis Vlasenko
2006-09-13- r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...Bernhard Reutner-Fischer
2006-09-08login: use some ideas from util-linux's login.Denis Vlasenko
2006-09-08login: make it saner and smaller by ~0.5k.Denis Vlasenko
2006-09-08login: small fixes like \n removal, bb_error_msg'ification, etc.Denis Vlasenko
2006-09-08login: previous commit comment was wrong :)Denis Vlasenko
2006-09-08login: style fixesDenis Vlasenko
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-26- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer
2006-05-26- use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-03-27From Jan Kiszka: This patch fixes the security labelling of the login terminalRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-31more destroy potential overflow for x86_64."Vladimir N. Oleynik"
2006-01-31destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED"Vladimir N. Oleynik"
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley
2005-07-01Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-04-16In Bug 208, bernhardf writes:Mike Frysinger
2004-08-26Save a line or twoEric Andersen
2004-08-25Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...Glenn L McGrath
2004-07-30Umm. Not guilty by reason of insanity.Eric Andersen
2004-07-30Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-12Sigh. The patch from David Anders (prpplague) broke standardEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-09David Anders (prpplague) submitted this patch to allow login to workEric Andersen
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-07-30Ronny L Nilsson writes:Eric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
2002-12-03A missing /etc/securetty is not an error when checking the tty name - theRobert Griebl
2002-11-14A missing securetty file is not an error.Eric Andersen
2002-11-07Remove gratuitous and unnecessary "BusyBox" refernece in login promptEric Andersen