Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!gwyn@brl-vld From: gwyn%brl-vld@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: file access Message-ID: <15637@sri-arpa.UUCP> Date: Tue, 17-Jan-84 09:15:23 EST Article-I.D.: sri-arpa.15637 Posted: Tue Jan 17 09:15:23 1984 Date-Received: Thu, 19-Jan-84 01:45:00 EST Lines: 17 From: Doug Gwyn (VLD/VMB) Where have you been? There is no security problem in reading directories. The only real problem is that UNIX directory format is now variable, thanks to Berkeley. To portably and easily access UNIX directories, you should be using the new directory access library routines available via net.sources or my independent implementation (I do not like the Regents of the University of California!) available for the asking (also part of the BRL UNIX System V emulation for 4.2BSD). This directory access library is something that should have been done a long time ago, independently of the question of differing directory formats. I tried several months ago to get the Western Electric development types interested in this issue but I have no idea whether they have plans to provide the library routines with future UNIX releases.