the first cut of the internal messaging system.
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Sep 2000 07:02:43 +0000 (07:02 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 Sep 2000 07:02:43 +0000 (07:02 +0000)
commit3689e4ffc10fceb4c39814ef58fe31697e7dd976
tree805fc5690a3b97e4e72866519760ee86a038c781
parente0f9de0c49dde82610b0da406b4685e787f69725
the first cut of the internal messaging system.

The motivation for this system is to replace the UDP message for
oplocks, but this commit only does the "set debug level" message.
(This used to be commit 2a34ee95f3929cff131db6c5a2b4820194c05b2d)
12 files changed:
source3/Makefile.in
source3/include/includes.h
source3/include/messages.h [new file with mode: 0644]
source3/include/proto.h
source3/lib/debug.c
source3/lib/messages.c [new file with mode: 0644]
source3/locking/locking.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_packets.c
source3/nsswitch/winbindd.c
source3/smbd/process.c
source3/smbd/server.c