fix building with glibc-2.4
[oweals/busybox.git] / loginutils /
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>
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-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:
2005-04-14 Eric AndersenUse a sane VEOL setting
2004-10-08 Eric Andersenegor duda writes:
2004-09-15 Glenn L McGrathOnly write to shadow file is shadow passwords are enabl...
2004-09-14 Glenn L McGrathPatch from tito to add argument checking.
2004-09-02 Eric AndersenTito writes:
2004-09-02 Eric AndersenTito writes:
2004-08-26 Eric AndersenImprove the setuid situation a bit, and make it more...
2004-08-26 Eric AndersenSave a line or two
2004-08-25 Glenn L McGrathPatch from Manousaridis Angelos to cleanup stale file...
2004-08-16 Eric AndersenBertrand Baudet writes:
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-05-01 Eric AndersenDo not use getpass(3)
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric AndersenSigh. The patch from David Anders (prpplague) broke...
2004-03-27 Eric Andersenpasswd and sulogin also need libcrypt, via libbb/pw_enc...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-09 Eric AndersenDavid Anders (prpplague) submitted this patch to allow...
2004-03-06 Eric AndersenFix/eliminate use of atol
2003-12-16 Eric AndersenUsing vlock also requires libcrypt
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-09-04 Glenn L McGrathSet the default password to md5, patch by Joshua Jackson
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-29 Glenn L McGrathVodz, last patch 105
2003-07-30 Eric AndersenRonny L Nilsson writes:
2003-07-22 Eric Andersenthe word "only" is repeated for CONFIG_FEATURE_SHADOWPA...
2003-07-22 Eric AndersenPatch from Terje Kvernes adding quite a lot of missing...
2003-07-15 Eric AndersenDocument CONFIG_USE_BB_PWD_GRP
2003-07-14 Eric AndersenLooks like I forgot one little tiny detail...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric Andersendecouple delgroup and deluser
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-06-21 Eric AndersenBased on a tinylogin patch from Philip Blundell, add...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-08 Glenn L McGrathPatch from Joshua Jackson, make md5 the default hash...
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...
2003-01-21 Glenn L McGrathre-order config options, part of a patch from Bastian...
2003-01-09 Eric AndersenFix addgroup so it actually works
2002-12-13 Tim Rikeruse const group_file
2002-12-12 Eric AndersenTeach addgroup to add user names to groups
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-03 Robert GrieblA missing /etc/securetty is not an error when checking...
2002-11-14 Eric AndersenPatch from Marcel Hamer to fix addgroup argument parsing
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-09-16 Eric AndersenApply vodz' last_patch52
2002-08-23 Aaron LehmannDon't #ifdef __linux__. this is linux.
2002-08-06 Manuel Novoa III Fix silly typo. addgroup was using /etc/shadow for...
2002-07-21 Robert GrieblFixed two compiler warnings
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-16 Robert GrieblFix for the totally broken adduser applet (parts/ideas...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric Andersentito <farmatito@tiscali.it> noticed that delgroup was...
2002-07-03 Eric Andersenhide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS
2002-07-03 Eric AndersenFix text alignment, thanks to Sander Klein <s.klein...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
next