2006-10-31 |
Denis Vlasenko | login: add big fat comment about SIGINT - prevent |
tree | commitdiff |
2006-10-31 |
Denis Vlasenko | login: re-enable Ctrl-^C before execing shell. |
tree | commitdiff |
2006-10-26 |
Denis Vlasenko | rename functions to more understandable names |
tree | commitdiff |
2006-10-23 |
Denis Vlasenko | watch: fix warning |
tree | commitdiff |
2006-10-23 |
Denis Vlasenko | getty: conditionally disable handling of all-caps termi... |
tree | commitdiff |
2006-10-23 |
Denis Vlasenko | getty: cleanup part 2 |
tree | commitdiff |
2006-10-23 |
Denis Vlasenko | getty: cleanup part 1 |
tree | commitdiff |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
tree | commitdiff |
2006-10-14 |
Denis Vlasenko | sulogin: add support for $SUSHELL & $sushell |
tree | commitdiff |
2006-10-14 |
Denis Vlasenko | add open_read_close() and similar stuff |
tree | commitdiff |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
tree | commitdiff |
2006-10-05 |
Denis Vlasenko | build system overhaul |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | bb_applet_name -> applet_name |
tree | commitdiff |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
tree | commitdiff |
2006-09-26 |
Denis Vlasenko | several fixes from openWRT project |
tree | commitdiff |
2006-09-26 |
Denis Vlasenko | login: fix getopt_ulflags fallout (wasn't taking userna... |
tree | commitdiff |
2006-09-24 |
Denis Vlasenko | vlock: make message shorter |
tree | commitdiff |
2006-09-23 |
Denis Vlasenko | correct_password: undo whitespace damage. |
tree | commitdiff |
2006-09-23 |
Denis Vlasenko | passwd: getopt_ulflags'isation |
tree | commitdiff |
2006-09-22 |
Rob Landley | Change license statements (and clean up headers) on... |
tree | commitdiff |
2006-09-19 |
Denis Vlasenko | getty: oops... removing duplicate #include <syslog.h> |
tree | commitdiff |
2006-09-19 |
Denis Vlasenko | getty: #include <syslog.h> |
tree | commitdiff |
2006-09-17 |
Denis Vlasenko | whitespace cleanup |
tree | commitdiff |
2006-09-17 |
Denis Vlasenko | login: apply fixes + getopt_ulflag'ification by Bernhard |
tree | commitdiff |
2006-09-14 |
Denis Vlasenko | login: eliminate forward decls and #ifdefs |
tree | commitdiff |
2006-09-13 |
Bernhard Reutner... | - fix copy'n paste errors that got introduced when... |
tree | commitdiff |
2006-09-13 |
Bernhard Reutner... | - r16075 broke for de-selected FEATURE_UTMP; Partial... |
tree | commitdiff |
2006-09-12 |
Rob Landley | Remove pointless "const". Bloatcheck says 0 bytes... |
tree | commitdiff |
2006-09-11 |
Rob Landley | Error reporting fix for sulogin, plus remove help entri... |
tree | commitdiff |
2006-09-09 |
Denis Vlasenko | sulogin: minor cleanup. |
tree | commitdiff |
2006-09-08 |
Denis Vlasenko | login: use some ideas from util-linux's login. |
tree | commitdiff |
2006-09-08 |
Denis Vlasenko | login: make it saner and smaller by ~0.5k. |
tree | commitdiff |
2006-09-08 |
Denis Vlasenko | login: small fixes like \n removal, bb_error_msg'ificat... |
tree | commitdiff |
2006-09-08 |
Denis Vlasenko | login: previous commit comment was wrong :) |
tree | commitdiff |
2006-09-08 |
Denis Vlasenko | login: style fixes |
tree | commitdiff |
2006-09-08 |
Rob Landley | Shrinkage/cleanup from Tito. |
tree | commitdiff |
2006-09-07 |
Denis Vlasenko | getty, sulogin: convert to using bb_msg for syslog... |
tree | commitdiff |
2006-09-07 |
Denis Vlasenko | Add CONFIG_FEATURE_SYSLOG which controls whether |
tree | commitdiff |
2006-09-06 |
Denis Vlasenko | removed a lot of trailing \n in bb_msg() calls. It... |
tree | commitdiff |
2006-09-03 |
Denis Vlasenko | sulogin: fix bug: -tNNN didn't work |
tree | commitdiff |
2006-08-24 |
Rob Landley | Antti Seppala (with dots over the last two a's) wants... |
tree | commitdiff |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
tree | commitdiff |
2006-08-03 |
"Robert P. J. Day" | Remove apparent typo in "bool" line. |
tree | commitdiff |
2006-07-16 |
Rob Landley | Bugfix from Tito to make sure /etc/group gets updated. |
tree | commitdiff |
2006-07-16 |
Rob Landley | Convert setuid/setgid users to xsetuid/xsetgid. |
tree | commitdiff |
2006-07-15 |
Rob Landley | Comment tweak from tito. |
tree | commitdiff |
2006-07-12 |
"Robert P. J. Day" | Add one-line GPL boilerplate to numerous (but not all... |
tree | commitdiff |
2006-07-11 |
Rob Landley | Patch from Tito to remove pwd_to_spwd (which we don... |
tree | commitdiff |
2006-07-10 |
Rob Landley | Patch from Tito to make syslog configurable and remove... |
tree | commitdiff |
2006-07-01 |
"Robert P. J. Day" | Remove all usage of the "register" storage class specifier. |
tree | commitdiff |
2006-06-25 |
Rob Landley | Missed one. Based on suggestions from Erik Hovland. |
tree | commitdiff |
2006-06-18 |
Rob Landley | Undo all of the ugliness and some of the bloat from... |
tree | commitdiff |
2006-06-16 |
Bernhard Reutner... | - do away with the fwd-decls of functions. Should not... |
tree | commitdiff |
2006-06-14 |
Bernhard Reutner... | - minor size tweak |
tree | commitdiff |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
tree | commitdiff |
2006-05-26 |
Bernhard Reutner... | - introduce and use bb_path_wtmp_file for portability... |
tree | commitdiff |
2006-05-26 |
Bernhard Reutner... | - use portability wrapper define bb_setpgrp. |
tree | commitdiff |
2006-05-19 |
Bernhard Reutner... | - remove emacs layout block as suggested by Robert... |
tree | commitdiff |
2006-05-13 |
Mike Frysinger | pull Rules.mak from top_srcdir as pointed out by Robert... |
tree | commitdiff |
2006-05-07 |
Rob Landley | Remove bb_strlen() in favor of -fno-builtin-strlen... |
tree | commitdiff |
2006-04-21 |
Ned Ludd | - passwd doesnt use salt with md5 passwords; bug #604... |
tree | commitdiff |
2006-04-16 |
Mike Frysinger | use strchr() not index() |
tree | commitdiff |
2006-04-13 |
Rob Landley | Patch from Robert P Day: let menuconfig indent stuff... |
tree | commitdiff |
2006-04-10 |
Rob Landley | Patch from Tito to unify deluser and delgroup, and... |
tree | commitdiff |
2006-04-04 |
Rob Landley | Rewrite/shrink by tito. |
tree | commitdiff |
2006-03-27 |
Rob Landley | From Jan Kiszka: This patch fixes the security labellin... |
tree | commitdiff |
2006-03-22 |
Mike Frysinger | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ... |
tree | commitdiff |
2006-03-13 |
Bernhard Reutner... | - revert back to r14406 |
tree | commitdiff |
2006-03-09 |
Bernhard Reutner... | - backout using features which are not available with... |
tree | commitdiff |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
tree | commitdiff |
2006-03-02 |
Bernhard Reutner... | - remove unused lists *-m |
tree | commitdiff |
2006-03-02 |
Bernhard Reutner... | - use absolute path for top_builddir and top_srcdir. |
tree | commitdiff |
2006-03-01 |
Bernhard Reutner... | - fixes parallel builds (make -j) |
tree | commitdiff |
2006-02-21 |
Rob Landley | Don't build directory libraries unless we're building... |
tree | commitdiff |
2006-02-02 |
Mike Frysinger | make the build system puuuuuuuuuuurty |
tree | commitdiff |
2006-01-31 |
Bernhard Reutner... | - bzero -> memset |
tree | commitdiff |
2006-01-31 |
"Vladimir N. Oleynik" | more destroy potential overflow for x86_64. |
tree | commitdiff |
2006-01-31 |
"Vladimir N. Oleynik" | destroy potential overflow for x86_64. Added ATTRIBUTE_... |
tree | commitdiff |
2006-01-30 |
Eric Andersen | fix up yet more annoying signed/unsigned and mixed... |
tree | commitdiff |
2006-01-25 |
Tim Riker | just whitespace |
tree | commitdiff |
2006-01-22 |
Bernhard Reutner... | - add platform.h. |
tree | commitdiff |
2006-01-19 |
Bernhard Reutner... | - Document -m, -c, -s and provide a default shell for... |
tree | commitdiff |
2006-01-15 |
Bernhard Reutner... | - shared libbusybox. |
tree | commitdiff |
2006-01-08 |
Mike Frysinger | declare const for fun |
tree | commitdiff |
2006-01-06 |
Rob Landley | patch from tito: consolidate delay functions as bb_do_d... |
tree | commitdiff |
2005-12-21 |
Rob Landley | Second attempt to simplify the login menu. Shadow... |
tree | commitdiff |
2005-12-20 |
Rob Landley | Shadow password support went beyond the dependency... |
tree | commitdiff |
2005-12-19 |
Rob Landley | Shadow password support involves vlock too. |
tree | commitdiff |
2005-12-19 |
Rob Landley | Patch from Tito to make vlock much smaller. |
tree | commitdiff |
2005-12-18 |
Rob Landley | strncmp isn't automatically superior to strcmp. Especi... |
tree | commitdiff |
2005-12-13 |
"Vladimir N. Oleynik" | remove strange bloat dup2() usage, sync this code with... |
tree | commitdiff |
2005-11-15 |
Mike Frysinger | Quote the user we pass to addgroup so funky chars are... |
tree | commitdiff |
2005-10-15 |
"Vladimir N. Oleynik" | common BUFSIZ BSS buffer, small reduce code, data and bss |
tree | commitdiff |
2005-09-29 |
"Vladimir N. Oleynik" | change interface to bb_xasprintf() - more perfect for me. |
tree | commitdiff |
2005-09-29 |
"Vladimir N. Oleynik" | getty must chdir(/). Use bb_getopt_ulflags. Indent... |
tree | commitdiff |
2005-09-24 |
Mike Frysinger | use the shorter license header |
tree | commitdiff |
2005-09-24 |
Mike Frysinger | use brief license line |
tree | commitdiff |
2005-09-20 |
Bernhard Reutner... | - rename libbb's password helpers as suggested in libbb.h |
tree | commitdiff |
2005-07-27 |
Eric Andersen | The change in getty.c in Busybox 1.01 caused the /etc... |
tree | commitdiff |
2005-07-27 |
Mike Frysinger | use toplevel ARFLAGS and update default ARFLAGS to... |
tree | commitdiff |
next |