- removed all our old wildcard matching code and replaced it with a
authorAndrew Tridgell <tridge@samba.org>
Sun, 30 Apr 2000 11:04:28 +0000 (11:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 30 Apr 2000 11:04:28 +0000 (11:04 +0000)
commit03e9cea004bbba72161a5323cf3b4556c94aed8e
tree041a2cb50d2285eaf58b6f95efdf75fb0d186b04
parentcc9e007cdfdd300189f89e2a55e4234e47fa842d
- removed all our old wildcard matching code and replaced it with a
call to ms_fnmatch(). This also removes all the Win9X semantics stuff
and a bunch of other associated cruft.

- moved the stat cache code into statcache.c

- fixed the uint16 alignment requirements of ascii_to_unistr() and
  unistr_to_ascii()

- trans2 SMB_FIND_FILE_BOTH_DIRECTORY_INFO returns the short name as
  unicode always (at least thats what NT4 does)

- fixed some errors in the in-memory tdb code. Still ugly, but doesn't
  crash as much
15 files changed:
source/Makefile.in
source/client/client.c
source/client/clitar.c
source/include/proto.h
source/include/smb_macros.h
source/lib/util.c
source/lib/util_unistr.c
source/locking/posix.c
source/smbd/chgpasswd.c
source/smbd/dir.c
source/smbd/filename.c
source/smbd/reply.c
source/smbd/statcache.c [new file with mode: 0644]
source/smbd/trans2.c
source/tdb/tdb.c