*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
[platform/upstream/busybox.git] / loginutils / getty.c
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-01-09 Bernhard Reutner... - isascii() is obsolescent in SUSv4 and furthermore...
2008-11-25 Denis Vlasenkoremove a few superfluous includes
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-09-11 Denis Vlasenkohalt: reinstate -w even if !FEATURE_WTMP; beautify...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-01 Bernhard Reutner... - use ut_user rather than ut_name (Cristian Ionescu...
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkohelp text: regularize format, and shrink
2008-02-02 Denis Vlasenkogetty: don't try to detect parity on local lines
2007-12-04 Denis Vlasenkogetty: a small code shrink
2007-12-04 Denis Vlasenkogetty: don't accept ancient '#' and '@' as backspace...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-07 Denis Vlasenkogetty: remove ancient termio support (was using termois...
2006-10-23 Denis Vlasenkowatch: fix warning
2006-10-23 Denis Vlasenkogetty: conditionally disable handling of all-caps termi...
2006-10-23 Denis Vlasenkogetty: cleanup part 2
2006-10-23 Denis Vlasenkogetty: cleanup part 1
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-19 Denis Vlasenkogetty: oops... removing duplicate #include <syslog.h>
2006-09-19 Denis Vlasenkogetty: #include <syslog.h>
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-08-24 Rob LandleyAntti Seppala (with dots over the last two a's) wants...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-06-25 Rob LandleyMissed one. Based on suggestions from Erik Hovland.
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-16 Bernhard Reutner... - do away with the fwd-decls of functions. Should not...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-01-22 Bernhard Reutner... - add platform.h.
2005-12-13 "Vladimir N. Oleynik"remove strange bloat dup2() usage, sync this code with...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-09-29 "Vladimir N. Oleynik"getty must chdir(/). Use bb_getopt_ulflags. Indent...
2005-07-27 Eric AndersenThe change in getty.c in Busybox 1.01 caused the /etc...
2005-07-01 Mike Frysinger2005-06-30 Shaun Jackman <sjackman@gmail.com>
2005-07-01 Mike Frysinger2005-06-30 Shaun Jackman <sjackman@gmail.com>
2005-07-01 Mike FrysingerPatch by jonlar in Bug 312 to split the U_W_TMP feature...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-14 Eric AndersenUse a sane VEOL setting
2004-08-26 Eric AndersenSave a line or two
2004-08-25 Glenn L McGrathPatch from Manousaridis Angelos to cleanup stale file...
2004-07-30 Eric AndersenUmm. Not guilty by reason of insanity.
2004-07-30 Eric AndersenFixup getty, login, etc so the utmp and wtmp are update...
2004-06-22 Eric AndersenPatch from Bastian Blank:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-06 Eric AndersenFix/eliminate use of atol
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-08 Glenn L McGrathPatch from Nick Fedchik, CONFIG_SYSLOGD should determin...
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-10 Eric Andersenlast_patch60 from vodz:
2002-08-23 Aaron LehmannDon't #ifdef __linux__. this is linux.
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration