David Schultz
1e03bff7f2
In fts_build(), if we try to chdir and fail (e.g. due to lack of search
...
permission), try to continue in FTS_DONTCHDIR mode. Of course this
won't work for long paths, but we can't descend more than one pathname
component beyond the directory anyway if we lack search permission.
Here is a transcript demonstrating the change, where oldls is ls(1)
linked with the old fts(3):
das@VARK:~> mkdir t && touch t/{a,b,c} && chmod u-x t
das@VARK:~> oldls t
a b c
das@VARK:~> oldls -l t
das@VARK:~> \ls t
a b c
das@VARK:~> \ls -l t
ls: a: Permission denied
ls: b: Permission denied
ls: c: Permission denied
I had forgotten about this patch until bde reminded me. He reports
using it without problems for over a year.
PR: 45723
2004-06-08 06:23:23 +00:00
..
2003-03-26 04:02:24 +00:00
2002-12-18 13:33:04 +00:00
2003-07-31 06:18:24 +00:00
2004-03-24 14:44:57 +00:00
2002-12-18 13:33:04 +00:00
2002-12-30 01:41:14 +00:00
2002-12-04 15:47:41 +00:00
2003-05-01 19:03:14 +00:00
2003-09-08 19:57:22 +00:00
2003-05-01 19:03:14 +00:00
2003-09-08 19:57:22 +00:00
2003-11-10 22:04:51 +00:00
2003-11-10 22:01:42 +00:00
2003-09-12 21:54:11 +00:00
2003-06-20 09:52:27 +00:00
2002-12-18 10:13:54 +00:00
2002-12-27 12:15:40 +00:00
2002-12-30 01:41:14 +00:00
2002-12-18 10:13:54 +00:00
2004-03-05 08:10:19 +00:00
2003-09-08 19:57:22 +00:00
2002-12-19 09:40:28 +00:00
2004-06-03 10:13:26 +00:00
2003-09-10 19:24:35 +00:00
2003-07-01 12:30:03 +00:00
2002-12-19 09:40:28 +00:00
2004-05-02 10:55:05 +00:00
2002-12-04 18:57:46 +00:00
2003-05-01 19:03:14 +00:00
2003-11-06 00:52:37 +00:00
2003-06-01 19:19:59 +00:00
2003-02-08 20:37:55 +00:00
2002-12-18 13:33:04 +00:00
2003-04-07 12:55:00 +00:00
2004-06-01 06:53:07 +00:00
2004-06-08 06:23:23 +00:00
2004-05-12 21:38:39 +00:00
2003-09-08 19:57:22 +00:00
2004-06-08 06:23:23 +00:00
2002-12-18 10:13:54 +00:00
2003-04-11 13:54:28 +00:00
2002-12-30 11:12:16 +00:00
2002-12-30 11:12:16 +00:00
2002-12-30 21:18:15 +00:00
2003-01-02 10:19:43 +00:00
2002-12-04 15:47:41 +00:00
2003-09-08 19:57:22 +00:00
2003-10-29 10:45:01 +00:00
2003-09-10 19:24:35 +00:00
2003-09-08 19:57:22 +00:00
2004-05-17 22:15:49 +00:00
2004-05-17 22:15:49 +00:00
2003-02-16 17:29:11 +00:00
2003-09-08 19:57:22 +00:00
2003-08-19 23:01:46 +00:00
2003-10-29 10:45:01 +00:00
2002-12-19 09:40:28 +00:00
2002-12-18 10:13:54 +00:00
2003-01-03 23:55:58 +00:00
2002-12-18 10:13:54 +00:00
2003-02-24 22:55:33 +00:00
2002-12-27 12:15:40 +00:00
2002-12-18 10:13:54 +00:00
2002-12-16 13:42:13 +00:00
2004-05-17 18:27:05 +00:00
2004-05-17 18:27:05 +00:00
2002-12-19 09:40:28 +00:00
2003-04-24 20:16:21 +00:00
2002-12-19 09:40:28 +00:00
2003-10-29 10:45:01 +00:00
2003-09-10 19:24:35 +00:00
2003-10-29 10:45:01 +00:00
2003-11-19 15:51:26 +00:00
2003-06-01 19:19:59 +00:00
2004-05-17 23:09:10 +00:00
2002-12-19 09:40:28 +00:00
2004-04-11 21:36:31 +00:00
2002-12-18 13:33:04 +00:00
2003-09-08 19:57:22 +00:00
2002-12-18 10:13:54 +00:00
2002-12-19 09:40:28 +00:00
2003-01-26 20:09:34 +00:00
2003-02-27 13:40:01 +00:00
2003-12-26 12:00:46 +00:00
2003-08-09 03:23:24 +00:00
2003-06-08 10:01:52 +00:00
2003-01-04 00:15:15 +00:00
2002-12-18 10:13:54 +00:00
2002-12-30 21:18:15 +00:00
2004-01-18 21:33:25 +00:00
2003-07-19 05:22:56 +00:00
2002-12-19 09:40:28 +00:00
2002-12-27 12:15:40 +00:00
2003-04-27 21:07:27 +00:00
2002-12-19 09:40:28 +00:00
2004-01-14 20:54:16 +00:00
2004-01-14 20:54:16 +00:00
2004-01-14 20:54:16 +00:00
2004-01-14 20:54:16 +00:00
2004-01-14 20:54:16 +00:00
2004-01-14 20:54:16 +00:00
2004-02-06 15:15:44 +00:00
2003-02-16 17:29:11 +00:00
2002-12-18 13:33:04 +00:00
2003-02-23 00:24:03 +00:00
2002-12-18 10:13:54 +00:00
2003-07-01 09:45:35 +00:00
2002-12-19 09:40:28 +00:00
2004-06-07 11:01:39 +00:00
2003-02-24 22:53:26 +00:00
2003-02-11 21:56:21 +00:00
2003-06-24 15:27:31 +00:00
2003-06-08 10:01:52 +00:00
2003-02-23 01:47:49 +00:00
2003-01-19 01:16:01 +00:00
2003-12-23 18:42:55 +00:00
2002-11-17 08:54:29 +00:00
2004-03-25 10:08:46 +00:00
2003-02-16 17:29:11 +00:00
2003-01-04 00:11:11 +00:00
2002-12-19 09:40:28 +00:00
2004-05-10 17:12:52 +00:00
2002-12-19 09:40:28 +00:00
2003-09-08 19:57:22 +00:00
2003-07-19 03:19:59 +00:00
2003-07-19 02:53:46 +00:00
2002-12-19 09:40:28 +00:00
2002-12-18 13:33:04 +00:00
2004-01-06 18:26:15 +00:00
2003-06-08 10:01:52 +00:00
2004-05-09 11:11:21 +00:00
2002-12-29 00:59:09 +00:00
2002-12-04 15:47:41 +00:00
2003-01-04 01:11:49 +00:00
2003-01-04 01:11:49 +00:00
2003-09-08 19:57:22 +00:00
2002-12-18 13:33:04 +00:00
2003-02-16 17:29:11 +00:00
2002-12-29 00:59:09 +00:00
2002-12-29 00:59:09 +00:00
2002-12-18 13:33:04 +00:00
2004-03-21 11:31:37 +00:00
2003-10-30 12:41:50 +00:00
2003-09-08 19:57:22 +00:00
2004-04-09 11:32:32 +00:00