aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* login: style fixesvda2006-09-082-0/+30
* Shrinkage/cleanup from Tito.landley2006-09-081-87/+45
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-074-108/+76
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-0/+5
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-062-8/+8
* sulogin: fix bug: -tNNN didn't workvda2006-09-031-4/+5
* Antti Seppala (with dots over the last two a's) wants our getty to initializelandley2006-08-241-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-036-66/+14
* Remove apparent typo in "bool" line.rpjday2006-08-031-1/+1
* Bugfix from Tito to make sure /etc/group gets updated.landley2006-07-161-3/+3
* Convert setuid/setgid users to xsetuid/xsetgid.landley2006-07-161-4/+1
* Comment tweak from tito.landley2006-07-151-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-125-13/+28
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withlandley2006-07-111-14/+7
* Patch from Tito to make syslog configurable and remove #ifdefs. Furtherlandley2006-07-102-111/+50
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-1/+1
* Missed one. Based on suggestions from Erik Hovland.landley2006-06-251-4/+4
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-1/+1
* - do away with the fwd-decls of functions. Should not contain any code changesaldot2006-06-161-267/+260
* - minor size tweakaldot2006-06-141-8/+7
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-273-3/+0
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-262-7/+7
* - use portability wrapper define bb_setpgrp.aldot2006-05-261-1/+1
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-22/+1
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-1/+1
* - passwd doesnt use salt with md5 passwords; bug #604 thanks tavisosolar2006-04-211-3/+11
* use strchr() not index()vapier2006-04-161-1/+1
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-3/+3
* Patch from Tito to unify deluser and delgroup, and generally shrink code.landley2006-04-104-213/+72
* Rewrite/shrink by tito.landley2006-04-042-252/+95
* From Jan Kiszka: This patch fixes the security labelling of the login terminallandley2006-03-271-13/+9
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier2006-03-221-1/+1
* - revert back to r14406aldot2006-03-131-7/+15
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-064-4/+4
* - remove unused lists *-maldot2006-03-021-3/+0
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-14/+5
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* - bzero -> memsetaldot2006-01-312-25/+25
* more destroy potential overflow for x86_64.vodz2006-01-311-1/+3
* destroy potential overflow for x86_64. Added ATTRIBUTE_UNUSEDvodz2006-01-311-3/+6
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-2/+2
* just whitespacetimr2006-01-255-8/+8
* - add platform.h.aldot2006-01-222-16/+3
* - Document -m, -c, -s and provide a default shell for standalone build.aldot2006-01-191-9/+17
* - shared libbusybox.aldot2006-01-151-1/+6
* declare const for funvapier2006-01-081-1/+1