this is the bug change to using connection_struct* instead of cnum.
authorAndrew Tridgell <tridge@samba.org>
Fri, 14 Aug 1998 17:38:29 +0000 (17:38 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 14 Aug 1998 17:38:29 +0000 (17:38 +0000)
commitb9623ab59e813131b1ed3f51616a46e719d59c21
treea1ba04e55e67ca102b05dd22b024bab9e9d51d57
parent58fb3c31c03601042fdba71501068fcaea8a821c
this is the bug change to using connection_struct* instead of cnum.
Connections[] is now a local array in server.c

I might have broken something with this change. In particular the
oplock code is suspect and some .dll files aren't being oplocked when
I expected them to be. I'll look at it after I've got some sleep.
(This used to be commit c7ee025ead4a85b6fa44a832047b878451845fb6)
49 files changed:
source3/Makefile.in
source3/acconfig.h
source3/client/clitar.c
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/includes.h
source3/include/ntdomain.h
source3/include/proto.h
source3/include/smb.h
source3/lib/smbrun.c [new file with mode: 0644]
source3/lib/system.c
source3/lib/util.c
source3/libsmb/credentials.c
source3/libsmb/nmblib.c
source3/locking/locking.c
source3/locking/locking_shm.c
source3/locking/locking_slow.c
source3/locking/shmem.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_browserdb.c
source3/nmbd/nmbd_nameregister.c
source3/nmbd/nmbd_namerelease.c
source3/nmbd/nmbd_packets.c
source3/nmbd/nmbd_sendannounce.c
source3/param/loadparm.c
source3/passdb/smbpass.c
source3/printing/printing.c
source3/rpc_client/cli_netlogon.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_samr.c
source3/rpc_parse/parse_srv.c
source3/rpc_server/srv_pipe_hnd.c
source3/script/mkproto.awk
source3/smbd/chgpasswd.c
source3/smbd/connection.c
source3/smbd/dir.c
source3/smbd/groupname.c
source3/smbd/ipc.c
source3/smbd/mangle.c
source3/smbd/message.c
source3/smbd/nttrans.c
source3/smbd/pipes.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/trans2.c
source3/smbd/uid.c
source3/utils/status.c
source3/web/swat.c