Turn the socket connections into a refcounted list - in the common case there'll...
commit5c75c5cc294be58a293073e4bb88733ad8b270d4
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 19:28:45 +0000 (1 12:28 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 2 Oct 2008 06:23:19 +0000 (2 08:23 +0200)
tree90ef71b398098f733ef852bee8cf17ea44d4ade1
parentb311ded4ae326ed7d140d4e8a8a1c81994311e9f
Turn the socket connections into a refcounted list - in the common case there'll now only be one socket per smbd.
Changed the format of the wire data to (a) include a version number (V1) as the first element. (b) removed the
";)" at the end an replaced it with a "\n". Receiver can change back if needed, and now receiver can just log
"as-is" to a text file (making testing easier). Added my (C). Sorry Holger, but I've changed quite a bit now.
Jeremy.
(cherry picked from commit 9a90ceac52f8623dde2bf50e630b10aebbc0e28d)
source/modules/vfs_smb_traffic_analyzer.c