smb.h: More NT SMB stuff (just defines).
authorJeremy Allison <jra@samba.org>
Tue, 26 May 1998 19:37:31 +0000 (19:37 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 26 May 1998 19:37:31 +0000 (19:37 +0000)
commit42a65511068cd9006350c80bbed2f346f3f01cb0
treecc6df5d2f4951e7b5b668a5a4754e46938f16333
parentdab9728a4376cc52d6e53b09b5f42d08712330d6
smb.h: More NT SMB stuff (just defines).
smbpass.c: Do *NOT* make this function static. It breaks the compile on gcc
util.c: Getting closer to MS wildcard semantics. A trailing '*' matches
        any trailing dot-separated components.
trans2.c: Removed hacks that change multiple '?' -> '*' as this
          breaks things now.
trans2.h: Removed NT_FILE_ATTRIBUTE_NORMAL - now FILE_ATTRIBUTE_NORMAL is defined
          in smb.h.
Jeremy.
source/include/smb.h
source/include/trans2.h
source/lib/util.c
source/passdb/smbpass.c
source/smbd/trans2.c