| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -225/+0 | |
| 2005-09-22 | Sync from gnulib. | Paul Eggert | 1 | -1/+1 | |
| 2005-07-02 | Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally. | Jim Meyering | 1 | -4/+1 | |
| 2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | 1 | -9/+9 | |
| in comments or local variable names. | |||||
| 2005-05-30 | (getuid, getgid, getuid, getegid) | Paul Eggert | 1 | -8/+1 | |
| [!defined _POSIX_VERSION]: Remove decls; not needed these days. | |||||
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | 1 | -1/+1 | |
| 2004-09-22 | Remove trailing blanks. | Jim Meyering | 1 | -2/+2 | |
| 2004-07-28 | euidaccess.c [HAVE_LIBGEN_H]: Include <libgen.h>, for | Paul Eggert | 1 | -1/+5 | |
| eaccess on Solaris and SVR4-like systems. (euidaccess): Use HAVE_EACCESS, not HAVE_DECL_EACCESS. | |||||
| 2004-07-25 | [!defined LIBC]: Included group-member.h, stat-macros.h. | Paul Eggert | 1 | -104/+103 | |
| (S_IXUSR, S_IXGRP, S_IXOTH, S_IROTH, S_IWOTH, S_IXOTH): Remove; now done by stat-macros.h. (NGROUPS_MAX, group_member): Remove; now down by group-member.h. No need to include <limits.h>. (errno): Remove decl; we now assume C89 or better. (access, getuid, getgid, geteuid, getegid, stat) [defined _LIBC]: New macros. (uid, gid, have_ids): Remove these static variables. They weren't accurate for programs that also invoked setreuid etc. (euidaccess) [defined EFF_ONLY_OK || defined ACC_SELF || HAVE_DECL_EACCSS]: Use builtin substitutes. [defined _LIBC]: Ignore __libc_enable_secure; it's not a correct optimization for programs run as root that later invoke setreuid. [no builtin substitutes && HAVE_DECL_SETREGID && PREFER_NONREENTRANT_EUIDACCESS]: Use setreuid+setregid to get the correct answer. [no builtin substitutes && ! (HAVE_DECL_SETREGID && PREFER_NONREENTRANT_EUIDACCESS)]: Don't assume that the stat macros have their historical values, as POSIX doesn't require this. [defined TEST]: Include <stdlib.h>; don't include errno.h twice; include <error.h> rather than "error.h". | |||||
| 2004-06-30 | Use `file system', not filesystem in a comment. | Jim Meyering | 1 | -3/+3 | |
| 2003-09-10 | (main): Define with a prototype. | Jim Meyering | 1 | -3/+1 | |
| 2003-08-18 | Sync with gnulib. | Jim Meyering | 1 | -15/+19 | |
| 2003-02-10 | Include "euidaccess.h". | Jim Meyering | 1 | -1/+2 | |
| 2000-01-07 | Sync with the GNU C library. | Jim Meyering | 1 | -14/+63 | |
| 1998-12-07 | ansideclify | Jim Meyering | 1 | -4/+2 | |
| 1998-03-15 | Use #if, not #ifdef with HAVE_ macros | Jim Meyering | 1 | -2/+2 | |
| 1996-07-15 | update FSF address in copyright | Jim Meyering | 1 | -2/+2 | |
| 1996-05-21 | (euidaccess) [!S_IROTH]: Define. | Jim Meyering | 1 | -30/+41 | |
| [!S_IWOTH]: Define. [!S_IXOTH]: Define. Marcus Daniels <marcus@sysc.pdx.edu> reported that m68k NEXTSTEP 3.2 doesn't define S_IROTH or S_IWOTH unless some posix compile option is used and associated symbols defined. | |||||
| 1995-11-03 | New version from glibc. | Jim Meyering | 1 | -102/+60 | |
| 1995-10-30 | (eaccess_stat): Make static. | Jim Meyering | 1 | -1/+1 | |
| 1995-05-19 | No longer include safe-l?stat.h. | Jim Meyering | 1 | -2/+0 | |
| 1995-05-13 | (eaccess_stat): Make statp and path arguments const. | Jim Meyering | 1 | -4/+4 | |
| (euidaccess): Make statp argument const. Use stat, not safe_stat. | |||||
| 1995-01-27 | Declare errno if it's not defined. | Jim Meyering | 1 | -2/+2 | |
| Rename SAFE_STAT to safe_stat. | |||||
| 1994-11-03 | Define S_IXUSR, S_IXGRP, and S_IXOTH in terms of _IEXEC if they're not | Jim Meyering | 1 | -0/+12 | |
| already defined. Reported by Daniel Hagerty <hag@gnu.ai.mit.edu>. | |||||
| 1994-11-01 | Initial revision | Jim Meyering | 1 | -0/+203 | |
