summaryrefslogtreecommitdiff
path: root/loginutils/login.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply all post-1.7.1 patches, set version to 1.7.21_7_2Denis Vlasenko2007-09-291-14/+26
* login: fixes for PAM buildDenis Vlasenko2007-08-221-2/+6
* login: optional support for PAMDenis Vlasenko2007-08-211-7/+59
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-141-2/+3
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-121-10/+14
* login: ask passwords even for wrong usernames.Denis Vlasenko2007-06-081-4/+3
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-1/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* login: fixing my brainfart: xspawn(t_argv) <- was using argv!Denis Vlasenko2007-04-121-1/+1
* login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko2007-04-121-20/+25
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-18/+17
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-1/+1
* login: nuke nonblock() - we have it in libbb; -400 bytes bss.Denis Vlasenko2007-03-241-34/+28
* 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