aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix from Tito to make sure /etc/group gets updated.Rob Landley2006-07-161-3/+3
|
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-4/+1
|
* Comment tweak from tito.Rob Landley2006-07-151-1/+1
|
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-125-13/+28
|
* Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley2006-07-111-14/+7
| | | | some #ifdef removal from me.
* Patch from Tito to make syslog configurable and remove #ifdefs. FurtherRob Landley2006-07-102-111/+50
| | | | cleanups by me.
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
|
* Missed one. Based on suggestions from Erik Hovland.Rob Landley2006-06-251-4/+4
|
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-1/+1
|
* - do away with the fwd-decls of functions. Should not contain any code changesBernhard Reutner-Fischer2006-06-161-267/+260
| | | | AFAICT.
* - minor size tweakBernhard Reutner-Fischer2006-06-141-8/+7
| | | | | | text data bss dec hex filename 613 0 0 613 265 loginutils/su.o.orig 605 0 0 605 25d loginutils/su.o
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-273-3/+0
|
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-262-7/+7
| | | | - fix last.c to also look at the double-underscore UT_ defines.
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+1
|
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-22/+1
| | | | - use shorter boilerplate while at it
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵Mike Frysinger2006-05-131-1/+1
| | | | mailing list
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-1/+1
| | | | | as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code.
* - 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
| | | | to do it in Config.in.
* 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
| | | | | | and process... There still remains some stuff to clean up (the whole set_current_security_context() appears unnecessary complex to me), but this is now at least working.
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵Mike Frysinger2006-03-221-1/+1
| | | | sys/signal.h.
* - 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
| | | | version of make (3.71.1).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-064-4/+4
| | | | definitions. (That should only be on prototypes.)
* - 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 make trying to include the very same file in an endless loop.
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-14/+5
| | | | - use less resources for the buildsystem itself
* Don't build directory libraries unless we're building an applet that needs it.Rob Landley2006-02-211-0/+2
| | | | Cherry-picked from Devin Bayer's big MacOS X patch.
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
|
* - bzero -> memsetBernhard Reutner-Fischer2006-01-312-25/+25
| | | | | | | | | | | | | | | text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD
* 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
| | | | - use shorter boilerplate while at it.
* - Document -m, -c, -s and provide a default shell for standalone build.Bernhard Reutner-Fischer2006-01-191-9/+17
| | | | | - Wrap overlong lines plus a few whitespace fixes. - add GPL header.
* - shared libbusybox.Bernhard Reutner-Fischer2006-01-151-1/+6
| | | | | - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
* 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
| | | | | | | with no dependencies (since depending on 9 of the 13 apps in the menu gets a bit silly). And fix my attempt to make internal shadow password support automatically depend on internal password support plus shadow password support.
* Shadow password support went beyond the dependency event horizon, just makeRob Landley2005-12-201-32/+28
| | | | | it an independent menu. And make internal shadow password support a subset of the other internal password function support.
* 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
| | | | used right.
* remove strange bloat dup2() usage, sync this code with mainstream ↵"Vladimir N. Oleynik"2005-12-131-3/+2
| | | | login-utils, size reduce
* Quote the user we pass to addgroup so funky chars are preserved. Fix by ↵Mike Frysinger2005-11-151-1/+1
| | | | dragan_marinkovic in Bug 544
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-152-17/+10
|