mangle.c: Fixed bug that caused string to run off the end of the mangled map.
commit3909576849025ed21e5282abc892ae7582ee0275
authorJeremy Allison <jra@samba.org>
Thu, 28 Aug 1997 18:59:52 +0000 (28 18:59 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 28 Aug 1997 18:59:52 +0000 (28 18:59 +0000)
tree6f83d0da086005348f3519eccce06ecf31fc3188
parent1d4ce07435f3d6dac41a2616a044bcd441dbaced
mangle.c: Fixed bug that caused string to run off the end of the mangled map.
server.c: Changed comparison from dname to name2 - seems correct - don't know why
          I changed it originally. hmmmmm.
trans2.c: Made lanman2 code more similar to scan_directory(). I should
          make the trans2 code call scan_dir as they are so similar.
Jeremy(jallison@whistle.com).
source/smbd/mangle.c
source/smbd/server.c
source/smbd/trans2.c