summaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-1/+1
* - passwd doesnt use salt with md5 passwords; bug #604 thanks tavisoNed Ludd2006-04-211-3/+11
* use strchr() not index()Mike Frysinger2006-04-161-1/+1
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-3/+3
* Patch from Tito to unify deluser and delgroup, and generally shrink code.Rob Landley2006-04-104-213/+72
* Rewrite/shrink by tito.Rob Landley2006-04-042-252/+95
* From Jan Kiszka: This patch fixes the security labelling of the login terminalRob Landley2006-03-271-13/+9
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger2006-03-221-1/+1
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-7/+15
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-064-4/+4
* - remove unused lists *-mBernhard Reutner-Fischer2006-03-021-3/+0
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-14/+5
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
* - bzero -> memsetBernhard Reutner-Fischer2006-01-312-25/+25
* more destroy potential overflow for x86_64."Vladimir N. Oleynik"2006-01-311-1/+3
* destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSED"Vladimir N. Oleynik"2006-01-311-3/+6
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-255-8/+8
* - add platform.h.Bernhard Reutner-Fischer2006-01-222-16/+3
* - Document -m, -c, -s and provide a default shell for standalone build.Bernhard Reutner-Fischer2006-01-191-9/+17
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-1/+6
* declare const for funMike Frysinger2006-01-081-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-064-26/+4
* Second attempt to simplify the login menu. Shadow password stuff at the top,Rob Landley2005-12-211-2/+1
* Shadow password support went beyond the dependency event horizon, just makeRob Landley2005-12-201-32/+28
* Shadow password support involves vlock too.Rob Landley2005-12-191-3/+3
* Patch from Tito to make vlock much smaller.Rob Landley2005-12-191-94/+14
* strncmp isn't automatically superior to strcmp. Especially when it isn'tRob Landley2005-12-181-2/+2
* remove strange bloat dup2() usage, sync this code with mainstream login-utils..."Vladimir N. Oleynik"2005-12-131-3/+2
* Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...Mike Frysinger2005-11-151-1/+1
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-152-17/+10
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect"Vladimir N. Oleynik"2005-09-291-221/+180
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-202-2/+2
* The change in getty.c in Busybox 1.01 caused the /etc/issue file to notEric Andersen2005-07-271-5/+6
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-16/+14
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-0/+6
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger2005-07-014-25/+33
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-033-28/+35
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-164-6/+6
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-1/+1
* Use a sane VEOL settingEric Andersen2005-04-141-1/+1
* egor duda writes:Eric Andersen2004-10-082-5/+11
* Only write to shadow file is shadow passwords are enabled. Patch by magicfox ...Glenn L McGrath2004-09-151-5/+4