-n option allows access from non-priviledged ports (from cgd)
[unix-history] / usr / src / sbin / mountd / mountd.c
1994-08-18 Kirk McKusick-n option allows access from non-priviledged ports...
1994-06-15 Marshall Kirk McKusickfix to allow mounting of swap files (from mycroft)
1994-02-21 Jan-Simon Pendrylint, KNF
1994-02-21 Jan-Simon Pendryremove local version of realpath - now in libc
1994-01-29 Keith BosticThe change ensures that symbolic links are not used...
1994-01-26 Mike HiblerCD9660 is now defined in Makefile (ala NFS and MFS)
1994-01-24 Keith BosticMirror Kirk's 8.9 change to /sys/sys/mount.h; ISOFS...
1994-01-13 Mike Hiblerreflect changes to mount.h and ability to export other...
1993-11-17 Kirk McKusickallow for world export (from Macklem)
1993-06-06 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-04-10 Kirk McKusickrecover from gethostbyname timeouts (from Macklem)
1992-08-10 Kirk McKusickzero out unused part of structure so kernel will not...
1992-07-17 Kirk McKusickfix for -alldirs and netgroups
1992-04-21 Kirk McKusickdo not wait for mount info
1992-04-10 Kirk McKusickupdate from Rick Macklem
1992-01-07 Kirk McKusickminor updates from Rick Macklem
1991-12-13 Kirk McKusickupdate for new syntax and semantics from Rick Macklem
1991-11-15 Kirk McKusick-allanon becomes -all
1991-11-15 Kirk McKusickfixes from Rick Macklem
1991-11-15 Kirk McKusickadd debugging for syslog messages
1991-11-13 Kirk McKusickupdate from Rick Macklem, with further semantic refinem...
1991-02-27 Keith BosticANSI fixes
1990-10-01 Kirk McKusickjust ignore bad hostnames, do not exit!
1990-09-01 Kirk McKusickdo not lose flags when exporting
1990-06-30 Mike Karelsuse daemon() call
1990-06-28 Kirk McKusickopenlog earlier; create mountdtab if it does not exist
1990-06-26 Kirk McKusickupdate to allow mounting of subtrees (from Macklem)
1990-06-02 Keith Bosticnew copyright notice
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-05 Kirk McKusickmount flags changed from M_ to MNT_
1990-03-16 Kirk McKusickstore pid in /var/run/mountd.pid for mount to notify...
1990-03-09 Kirk McKusickexportfs is replaced by mount
1990-03-09 Kirk McKusickget rid of unneeded header files
1989-12-01 Kirk McKusickupdate from Rick Macklem
1989-07-17 Kirk McKusickoriginal code from Rick Macklem