summaryrefslogtreecommitdiff
path: root/coreutils/chown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chown: do not use static dataDenis Vlasenko2008-07-221-20/+30
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-011-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-051-29/+31
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-7/+6
* chown, env: stop using staticsDenis Vlasenko2007-03-141-7/+9
* chown: fix comment, fix verbose messageDenis Vlasenko2007-03-081-16/+15
* chown: support -H -L -P if ENABLE_DESKTOPDenis Vlasenko2007-03-081-14/+94
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-19/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* chown: fix handling of "user.group" notationDenis Vlasenko2007-01-031-13/+12
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-11/+17
* recursive_action: add depth paramDenis Vlasenko2006-10-271-3/+5
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-271-20/+38
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* avoid signed<->unsigned warning"Vladimir N. Oleynik"2006-01-311-2/+2
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-1/+2
* Fix bug 603: "chown :root thingy" should work now.Rob Landley2006-01-091-7/+4
* No, we _want_ the suid and sgid bits reverted by chown, for security reasons.Rob Landley2006-01-061-24/+7
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath2003-09-241-13/+0
* Preserve suid/sgid bitsGlenn L McGrath2003-09-081-0/+1
* Remove remaining libc5 support codeEric Andersen2003-07-221-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-49/+55
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-081-1/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-2/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-4/+3
* Cleanup from vodzEric Andersen2001-07-101-1/+1
* This patch from Lars Kellogg-Stedman, fixes the behavior ofEric Andersen2001-05-111-3/+11
* These do not need initial values. Let them live in the bss.Eric Andersen2001-04-301-2/+2
* Fix handling of -R flag.Matt Kraai2001-04-261-0/+1
* As Larry pointed out, this the off by one canbe fixed much more elegantly.Eric Andersen2001-04-261-1/+1
* Fix a silly off-by-one error noticed by Santiago Garcia Mantinan <manty@debia...Eric Andersen2001-04-261-1/+1
* Larry noticed that chown and chgrp has the version numbers off a bitEric Andersen2001-04-251-1/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-4/+0
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen2001-04-241-0/+108