summaryrefslogtreecommitdiff
path: root/loginutils/login.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style fixesDenis Vlasenko2006-12-261-1/+1
* login: use %s - we know that string is not too long thereDenis Vlasenko2006-11-201-3/+3
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-5/+5
* login: add big fat comment about SIGINT - preventDenis Vlasenko2006-10-311-1/+8
* login: re-enable Ctrl-^C before execing shell.Denis Vlasenko2006-10-311-2/+12
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko2006-09-261-3/+3
* login: apply fixes + getopt_ulflag'ification by BernhardDenis Vlasenko2006-09-171-44/+29
* login: eliminate forward decls and #ifdefsDenis Vlasenko2006-09-141-191/+166
* - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...Bernhard Reutner-Fischer2006-09-131-28/+11
* login: use some ideas from util-linux's login.Denis Vlasenko2006-09-081-25/+15
* login: make it saner and smaller by ~0.5k.Denis Vlasenko2006-09-081-185/+131
* login: small fixes like \n removal, bb_error_msg'ification, etc.Denis Vlasenko2006-09-081-19/+17
* login: previous commit comment was wrong :)Denis Vlasenko2006-09-081-131/+133
* login: style fixesDenis Vlasenko2006-09-081-0/+22
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+4
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-4/+4
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-1/+1
* From Jan Kiszka: This patch fixes the security labelling of the login terminalRob Landley2006-03-271-13/+9
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* more destroy potential overflow for x86_64."Vladimir N. Oleynik"2006-01-311-1/+3
* destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED"Vladimir N. Oleynik"2006-01-311-3/+6
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-061-11/+1
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger2005-07-011-7/+9
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-25/+27
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-1/+1
* Save a line or twoEric Andersen2004-08-261-2/+1
* Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...Glenn L McGrath2004-08-251-1/+2
* Umm. Not guilty by reason of insanity.Eric Andersen2004-07-301-1/+1
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-301-3/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Sigh. The patch from David Anders (prpplague) broke standardEric Andersen2004-04-121-1/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-24/+24
* David Anders (prpplague) submitted this patch to allow login to workEric Andersen2004-03-091-2/+2
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-4/+6
* Ronny L Nilsson writes:Eric Andersen2003-07-301-5/+2
* Patch from Russell Coker:Eric Andersen2003-07-031-2/+45
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-211-11/+9
* A missing /etc/securetty is not an error when checking the tty name - theRobert Griebl2002-12-031-1/+1