Makefile: Added cleandir target.
commitd8d8a7ee00971fca7a8d079bfb547af107df35a4
authorSamba Release Account <samba-bugs@samba.org>
Sun, 23 Feb 1997 05:18:09 +0000 (23 05:18 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 23 Feb 1997 05:18:09 +0000 (23 05:18 +0000)
tree5638173b0f00023cc0e8f41ff0b860fdcccd7758
parent8851556da7b8795b69fa17cfd799ed328743e654
Makefile: Added cleandir target.
chgpasswd.c: Added patch from Roland Haag <haag@think.de> to allow
             password changes to be done more than once.
loadparm.c: Added entries for the "directory mode/directory mask parameters".
            Changed default file mode to 644.
proto.h: Added sys_gethostbyname.
server.c: Added directory mode changes.
system.c: Added sys_gethostbyname.
trans2.c: Added NT_FILE_ATTRIBUTE_NORMAL patch from Roger Orr
          <rorr@csfp.csfb.com>
trans2.h: Defined NT_FILE_ATTRIBUTE_NORMAL for above patch.
util.c: Changes calls to gethostbyname to sys_gethostbyname.
jra@cygnus.com
source/include/proto.h
source/include/trans2.h
source/lib/system.c
source/lib/util.c
source/param/loadparm.c
source/smbd/chgpasswd.c
source/smbd/server.c
source/smbd/trans2.c