login: re-enable Ctrl-^C before execing shell.
[oweals/busybox.git] / loginutils /
2006-10-31 Denis Vlasenkologin: re-enable Ctrl-^C before execing shell.
2006-10-26 Denis Vlasenkorename functions to more understandable names
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-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkosulogin: add support for $SUSHELL & $sushell
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-26 Denis Vlasenkologin: fix getopt_ulflags fallout (wasn't taking userna...
2006-09-24 Denis Vlasenkovlock: make message shorter
2006-09-23 Denis Vlasenkocorrect_password: undo whitespace damage.
2006-09-23 Denis Vlasenkopasswd: getopt_ulflags'isation
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
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-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... - fix copy'n paste errors that got introduced when...
2006-09-13 Bernhard Reutner... - r16075 broke for de-selected FEATURE_UTMP; Partial...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Rob LandleyError reporting fix for sulogin, plus remove help entri...
2006-09-09 Denis Vlasenkosulogin: minor cleanup.
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-08 Rob LandleyShrinkage/cleanup from Tito.
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-03 Denis Vlasenkosulogin: fix bug: -tNNN didn't work
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-08-03 "Robert P. J. Day"Remove apparent typo in "bool" line.
2006-07-16 Rob LandleyBugfix from Tito to make sure /etc/group gets updated.
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-15 Rob LandleyComment tweak from tito.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-07-10 Rob LandleyPatch from Tito to make syslog configurable and remove...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
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-06-14 Bernhard Reutner... - minor size tweak
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-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-21 Ned Ludd- passwd doesnt use salt with md5 passwords; bug #604...
2006-04-16 Mike Frysingeruse strchr() not index()
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-10 Rob LandleyPatch from Tito to unify deluser and delgroup, and...
2006-04-04 Rob LandleyRewrite/shrink by tito.
2006-03-27 Rob LandleyFrom Jan Kiszka: This patch fixes the security labellin...
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 Bernhard Reutner... - bzero -> memset
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-22 Bernhard Reutner... - add platform.h.
2006-01-19 Bernhard Reutner... - Document -m, -c, -s and provide a default shell for...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-08 Mike Frysingerdeclare const for fun
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2005-12-21 Rob LandleySecond attempt to simplify the login menu. Shadow...
2005-12-20 Rob LandleyShadow password support went beyond the dependency...
2005-12-19 Rob LandleyShadow password support involves vlock too.
2005-12-19 Rob LandleyPatch from Tito to make vlock much smaller.
2005-12-18 Rob Landleystrncmp isn't automatically superior to strcmp. Especi...
2005-12-13 "Vladimir N. Oleynik"remove strange bloat dup2() usage, sync this code with...
2005-11-15 Mike FrysingerQuote the user we pass to addgroup so funky chars are...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 "Vladimir N. Oleynik"getty must chdir(/). Use bb_getopt_ulflags. Indent...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-07-27 Eric AndersenThe change in getty.c in Busybox 1.01 caused the /etc...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-01 Mike Frysinger2005-06-30 Shaun Jackman <sjackman@gmail.com>
next