Makefile: Added cleandir target.
authorSamba Release Account <samba-bugs@samba.org>
Sun, 23 Feb 1997 05:18:09 +0000 (05:18 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 23 Feb 1997 05:18:09 +0000 (05:18 +0000)
commitdf42b0a7bcdaae96035ecb1d434a66735358fd95
treea7d6b0e651b294a385b7524484beb54828bdf018
parentf71717efd03611459b90b6939f53410ebbacc303
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
(This used to be commit d8d8a7ee00971fca7a8d079bfb547af107df35a4)
source3/include/proto.h
source3/include/trans2.h
source3/lib/system.c
source3/lib/util.c
source3/param/loadparm.c
source3/smbd/chgpasswd.c
source3/smbd/server.c
source3/smbd/trans2.c