2005-12-28 |
Jim Meyering | (sc_obsolete_symbols): Prohibit use of O_NDELAY. |
commit | commitdiff | tree | snapshot |
2005-12-28 |
Jim Meyering | Don't include <assert.h>; it wasn't used. |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | chdir-related fixes |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (wipename): Use similar open flags to other places... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (fd_to_subdirp): Open with O_DIRECTORY | O_NOCTTY |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (restricted_chown): |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (save_cwd): Don't bother trying to open directory |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (rpl_chown) [CHOWN_MODIFIES_SYMLINK]: |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (defined_S_IFMT): New macro. |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (diropen): Don't bother trying to open directory for... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (chdir_no_follow): Don't bother trying to open director... |
commit | commitdiff | tree | snapshot |
2005-12-27 |
Paul Eggert | (cdb_free): Don't bother trying to open directory |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Jim Meyering | (chdir_no_follow): Move declaration of local, |
commit | commitdiff | tree | snapshot |
2005-12-26 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Paul Eggert | chdir-safer.c still needs unistd.h |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Paul Eggert | Whoops; don't remove the include for unistd.h, since... |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Paul Eggert | chdir-safer cleanup |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Paul Eggert | (chdir_no_follow): Don't include stdio.h, assert.h, |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Paul Eggert | (FCHMOD_SAFER_H): Remove: it was misnamed, and wasn... |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-25 |
Jim Meyering | (chdir_no_follow): Remove unnecessary test of S_ISDIR... |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | (TESTS): Add p-thru-slink |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | New file. Test for today's mkdir-p.c fix. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | (make_dir_parents): Use chdir_no_follow only |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | (chdir_no_follow): Rewrite to use fchdir even |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | (O_NOFOLLOW): Define, if necessary. |
commit | commitdiff | tree | snapshot |
2005-12-23 |
Jim Meyering | (O_NOFOLLOW): Define. |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jim Meyering | redirect stderr to /dev/full, too (to suppress write... |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-22 |
Jim Meyering | Include "fcntl--.h" and "unistd--.h", to map open |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Meyering | Require gl_CHDIR_SAFER. |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Jim Meyering | like chdir(2), but safer, if possible |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Jim Meyering | (RW_USR): Remove definition. |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Jim Meyering | (make_dir_parents): Remove unnecessary casts of alloca, |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Jim Meyering | (fchmod_new): Don't try to close fd if it's < 0. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | (TESTS): Add mknod. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | (main) Avoid a minor race condition when `-m MODE'... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | (main) Avoid a minor race condition when `-m MODE'... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | (main) Avoid a minor race condition when `-m MODE'... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Jim Meyering | Require gl_CHMOD_SAFER. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (is_empty_dir): Open with O_NDELAY, so we don't hang... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | Add lib/acl.c. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (stat invocation) [--printf]: Describe new option. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (ls): Clarify the Alternate Access Method description. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (cp_option_init): Don't set umask_kill member. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (cp_option_init): Don't set umask_kill member. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (cp_option_init) [umask_kill]: Remove member. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (umask_kill): With default acls, the umask is not to... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (dir_LDADD, ls_LDADD, vdir_LDADD, cp_LDADD, mv_LDADD... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (get_dest_mode): Remove; it is obsolete after removing... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | Switch back from HAVE_ACL to USE_ACL: The acl() syscall |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (acl_entries): Add fallback implementation for POSIX ACL |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (copy_acl, set_acl): Add declarations. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Jim Meyering | (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl... |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Paul Eggert | remove/openat cleanup |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Paul Eggert | (OPENAT_CWD_RESTORE__REQUIRE): Remove. |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Paul Eggert | Don't include <stdlib.h>, <unistd.h>, <fcntl.h>, |
commit | commitdiff | tree | snapshot |
2005-12-17 |
Paul Eggert | Revamp code so that function macros depend on |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | (print_it): Properly handle a backslash at the |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | (print_it): Properly handle a backslash at the |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Paul Eggert | Fix typo in previous change |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Paul Eggert | tests/acl porting fixes |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Paul Eggert | Port to pre-POSIX shells like Solaris 8 /bin/sh. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | Add Kinyarwanda (rw). |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | stat: revert behavior of --format=FMT (-c) |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | revert behavior of --format=FMT (-c) |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | (TESTS): Add stat-printf. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | Test --printf and --format. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
next |