usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / loginutils / login.c
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkologin: fixing my brainfart: xspawn(t_argv) <- was using...
2007-04-12 Denis Vlasenkologin: remove setpgrp call (makes it work from shell...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-24 Denis Vlasenkologin: nuke nonblock() - we have it in libbb; -400...
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-26 Denis Vlasenkostyle fixes
2006-11-20 Denis Vlasenkologin: use %s - we know that string is not too long...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-31 Denis Vlasenkologin: add big fat comment about SIGINT - prevent
2006-10-31 Denis Vlasenkologin: re-enable Ctrl-^C before execing shell.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-26 Denis Vlasenkologin: fix getopt_ulflags fallout (wasn't taking userna...
2006-09-17 Denis Vlasenkologin: apply fixes + getopt_ulflag'ification by Bernhard
2006-09-14 Denis Vlasenkologin: eliminate forward decls and #ifdefs
2006-09-13 Bernhard Reutner... - r16075 broke for de-selected FEATURE_UTMP; Partial...
2006-09-08 Denis Vlasenkologin: use some ideas from util-linux's login.
2006-09-08 Denis Vlasenkologin: make it saner and smaller by ~0.5k.
2006-09-08 Denis Vlasenkologin: small fixes like \n removal, bb_error_msg'ificat...
2006-09-08 Denis Vlasenkologin: previous commit comment was wrong :)
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-03-27 Rob LandleyFrom Jan Kiszka: This patch fixes the security labellin...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-31 "Vladimir N. Oleynik"more destroy potential overflow for x86_64.
2006-01-31 "Vladimir N. Oleynik"destroy potential overflow for x86_64. Added ATTRIBUTE_...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2005-07-01 Mike FrysingerPatch by jonlar in Bug 312 to split the U_W_TMP feature...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
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-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric AndersenSigh. The patch from David Anders (prpplague) broke...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-09 Eric AndersenDavid Anders (prpplague) submitted this patch to allow...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-30 Eric AndersenRonny L Nilsson writes:
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-21 Glenn L McGrathrun telnet from inetd, present login prompt if login...
2002-12-03 Robert GrieblA missing /etc/securetty is not an error when checking...
2002-11-14 Eric AndersenA missing securetty file is not an error.
2002-11-07 Eric AndersenRemove gratuitous and unnecessary "BusyBox" refernece...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-10 Eric Andersenlast_patch60 from vodz:
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-22 Eric AndersenSeveral login cleanups from vodz
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration