summaryrefslogtreecommitdiff
path: root/coreutils/id.c
Commit message (Expand)AuthorAgeFilesLines
* *: --help tweaksDenys Vlasenko2021-06-141-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* help text tweaksDenys Vlasenko2020-12-131-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+6
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-6/+5
* platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger2013-03-121-3/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* id: correct getgroups usageDenys Vlasenko2011-06-221-16/+15
* groups: make it NOEXECDenys Vlasenko2011-06-221-3/+9
* groups: new appletTito Ragusa2011-06-211-4/+36
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+18
* id: fix inverted if (!ENABLE_DESKTOP)Denys Vlasenko2011-01-261-3/+2
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-7/+3
* id: do not abort build if we use internal password/group functions.Denis Vlasenko2008-11-171-0/+2
* id: abort the build of uclibc is less than 0.9.30Denis Vlasenko2008-11-161-0/+6
* - commentary typo fix (tito)Bernhard Reutner-Fischer2008-11-051-1/+1
* - fix typo in print_user() (tito)Bernhard Reutner-Fischer2008-11-051-1/+1
* id: better wording in comments, no code changesDenis Vlasenko2008-10-291-6/+6
* id: coreutils compat by Tito + test scriptDenis Vlasenko2008-10-291-128/+162
* id: fix "id <user>" case. Requires getgrouplist().Denis Vlasenko2008-09-181-10/+40
* id: unsigned long is excessive for option bitmaskDenis Vlasenko2008-09-141-14/+8
* id: code shrinkDenis Vlasenko2008-09-131-18/+19
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-121-10/+37
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-9/+8
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-19/+19
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-1/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-11/+32
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix build without shadow supportDenis Vlasenko2006-12-281-12/+9
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-9/+9