Makefile.in: Moved UBIQX stuff into UTILOBJ.
commit3a5eea850bb256b39cff8ace1e4fb4e0c1f5472b
authorJeremy Allison <jra@samba.org>
Thu, 30 Jul 1998 21:18:57 +0000 (30 21:18 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 1998 21:18:57 +0000 (30 21:18 +0000)
tree342f5c4ab3b587142aaffd5b40ccfdb2c9d03975
parent0637a49d5d6c03f10d462be4e92c4e4bbf7ff6c2
Makefile.in: Moved UBIQX stuff into UTILOBJ.
loadparm.c: Added "ole locking compatibility" option (default "true").
locking.c: Changes to implement union in files_struct.
locking_shm.c: Changes to implement union in files_struct.
nttrans.c: Made opening a directory explicit (we have to).
           Added create directory code for nttrans.
reply.c: Changes to implement union in files_struct.
server.c: Changes to implement union in files_struct. Added create directory code.
trans2.c: Changes to implement union in files_struct.
smb.h: Changes to implement union in files_struct.
util.c: Changed linked list code to UNIQX linked list. This will make
        the other lists I need to implement for ChangeNotify and blocking
        locks easier.
Jeremy.
source/Makefile.in
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/locking/locking.c
source/locking/locking_shm.c
source/param/loadparm.c
source/smbd/nttrans.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/trans2.c