maint: with split lines, don't leave an operator at end of line
[platform/upstream/coreutils.git] / src / id.c
2012-05-02 Jim Meyeringmaint: with split lines, don't leave an operator at...
2012-04-27 Jim Meyeringid: -Zn/-Zr: avoid an invalid diagnostic
2012-04-27 Jim Meyeringid: don't call getcon unnecessarily
2012-04-27 Jim Meyeringmaint: id: minor factorization
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-11-15 Paul Eggertid: fix bug when euid != ruid
2011-11-15 Eric Blakeid: tweak comment
2011-11-15 Paul Eggertid: handle (uid_t) -1 more portably
2011-11-15 Paul Eggertid: undo previous commit, which was done by mistake
2011-11-15 Paul Eggertdoc: update for ISO/IEC 80000-13
2011-11-14 Ludovic Courtèsid: fail when getuid, getgid, etc. fail, e.g., on GNU...
2011-11-13 Jim Meyeringmaint: id, groups: use conforming diagnostics
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-05 Eric Blakeid: handle systems without getgroups support
2009-11-13 Eric Blakebuild: update gnulib, for getgroups improvements
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-11 Jim Meyeringid: don't print context=... when POSIXLY_CORRECT is set
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-02-15 Jim Meyeringdoc: id: make --help and .man more descriptive
2009-01-16 Pádraig Bradysimplify mgetgroups() and avoid -Wsign-compare warnings
2008-08-12 Benno Schulenbergid: remove superfluous condition test; it is caught...
2008-08-12 Benno Schulenbergid: gettextize a few missed tiny strings
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-04-23 Ondřej Vašíkid: do not print SELinux context when invoked with...
2008-04-23 Jim Meyeringid: do print the AFS-specific nameless group ID (called...
2008-03-25 Peter Falesid bug fix: don't point to potentially clobbered static...
2008-03-05 ribalbaWork around AFS bug: id and groups would print invalid...
2008-02-13 James YoungmanReplace groups.sh with groups.c.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-07-06 Jim Meyeringsetuidgid: set all groups, not just the primary one...
2007-07-05 Jim Meyering* src/id.c: Include "getugroups.h" rather than declarin...
2007-03-29 Jim Meyering* src/id.c (main): Tweak id -Z diagnostic.
2007-03-29 Jim Meyeringid: Add SELinux support: -Z option.
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2005-07-08 Paul Eggert(print_user): Don't assume uid fits in unsigned int.
2005-05-30 Paul Eggert(getpwuid, getgrgid, getuid, getgid, geteuid, getegid)
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-03-06 Jim MeyeringRemove register keyword.
2004-09-22 Jim Meyeringremove trailing blank
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-13 Paul Eggert(print_full_info): Don't exit with failure status simply
2004-08-03 Paul Eggert(use_name, main, print_user, xgetgroups, print_group_list,
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-05-06 Jim Meyering(xgetgroups): Use variable name, rather than type name...
2004-05-06 Jim Meyering(xgetgroups): Use xnmalloc, rather than xmalloc.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2003-03-27 Jim MeyeringRemove Arnold Robbins' obsolete e-mail address
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-09-14 Jim Meyering(print_full_info, print_group_list): Add casts to avoid
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2000-12-02 Jim MeyeringMove dcls of globals used only in main...
2000-06-26 Jim Meyering`id -Gn' (invoked by groups) would fail without giving...
2000-05-07 Jim MeyeringInclude "closeout.h".
1999-03-31 Jim MeyeringNo longer include long-options.h.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-27 Jim Meyering(print_user): Use uid_t instead of int.
1999-03-10 Jim Meyering*** empty log message ***
1999-03-09 Jim Meyering(xgetgroups): Take new parameter, gid, and pass it...
1999-03-06 Jim MeyeringInclude long-options.h.
1999-01-25 Jim Meyering(usage): Remove static attribute.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-02-03 Jim Meyeringadd comments on #endif's
1998-02-03 Jim Meyering(xgetgroups): Guard function defn with #if HAVE_GETGROUPS.
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-12-21 Jim MeyeringDon't include limits.h or sys/param.h.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-05-01 Jim Meyeringindent cpp-directives
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-18 Jim Meyering(main): Ignore -a, for compatibility with SVR4.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-09-02 Jim Meyering(usage): Tell where to report bugs.
1996-05-22 Jim Meyering.
next