Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-01 | . | Jim Meyering | |
2001-01-01 | (jm_CHECK_DECLS): Include grp.h and pwd.h if available. | Jim Meyering | |
They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h. | |||
2001-01-01 | . | Jim Meyering | |
2001-01-01 | *** empty log message *** | Jim Meyering | |
2001-01-01 | *** empty log message *** | Jim Meyering | |
2001-01-01 | (TESTS): Add setgid. | Jim Meyering | |
2001-01-01 | *** empty log message *** | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR, | Jim Meyering | |
prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it can be used in subdirectories. | |||
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | . | Jim Meyering | |
2000-12-31 | . | Jim Meyering | |
2000-12-31 | File renamed from tests/sticky-check. | Jim Meyering | |
All uses of "sticky" changed to "setgid". | |||
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | . | Jim Meyering | |
2000-12-31 | (TESTS): Add deref-slink. | Jim Meyering | |
2000-12-31 | New file. Test for the bug fixed by my 2000-12-28 change to copy.c. | Jim Meyering | |
2000-12-31 | Improve performance by invoking gettext twice at the start, | Jim Meyering | |
instead of once for each file. (long_time_format): New var. (decode_switches): Initialize it, if format == long_format. (print_long_format): Use it. | |||
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (print_long_format): Don't dump core if strftime returns the empty string. | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (gobble_file): If not using long format, don't invoke acl; it's not needed. | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | Avoid an unnecessary `stat' when using --dereference. | Jim Meyering | |
(same_file_ok): Use stat only if lstat reported that the file was a symbolic link. | |||
2000-12-30 | *** empty log message *** | Jim Meyering | |
2000-12-30 | append-only directories -> restricted deletion flag, | Jim Meyering | |
which is the term that POSIX d5 uses for this notion. | |||
2000-12-29 | *** empty log message *** | Jim Meyering | |
2000-12-29 | Do not assume that mode_t uses the | Jim Meyering | |
traditional octal encoding. E.g. "chmod 1 FOO" should set the other-execute bit of FOO even if S_IXOTH != 1. (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH, WOTH, XOTH, ALLM): New macros. (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): Use them. (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID. (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above. (mode_compile): No need to use uintmax_t; unsigned long is long enough. Don't bother to get suffix since we don't use it. | |||
2000-12-29 | *** empty log message *** | Jim Meyering | |
2000-12-29 | Try /usr/xpg4/bin/id (Solaris 7) if plain 'id' doesn't work. | Jim Meyering | |
2000-12-28 | . | Jim Meyering | |
2000-12-28 | Run sticky-check from just-created directory. | Jim Meyering | |
2000-12-28 | *** empty log message *** | Jim Meyering | |
2000-12-28 | . | Jim Meyering | |
2000-12-28 | tweak comment | Jim Meyering | |
2000-12-28 | tweak comment | Jim Meyering | |
2000-12-28 | *** empty log message *** | Jim Meyering | |
2000-12-28 | (same_file_ok): Fix *another* typo from my 2000-09-03 change: ↵ | Jim Meyering | |
s/tmp_dst_sb/tmp_src_sb/. | |||
2000-12-28 | *** empty log message *** | Jim Meyering | |
2000-12-28 | (same_file_ok): Fix typo from my 2000-09-03 change: s/tmp_dst_sb/tmp_src_sb/. | Jim Meyering | |
2000-12-28 | (same_file_ok): Use a single auto var for | Jim Meyering | |
tmp_dst_sb, instead of two static vars. Likewise for tmp_src_sb. | |||
2000-12-28 | *** empty log message *** | Jim Meyering | |
2000-12-27 | . | Jim Meyering | |
2000-12-27 | . | Jim Meyering | |
2000-12-27 | . | Jim Meyering | |
2000-12-27 | use AC_DEFINE_UNQUOTED | Jim Meyering | |
2000-12-26 | (jm_AC_DOS): Rewrite (though it's still a stub) to work better with autoheader. | Jim Meyering | |