Turn the socket connections into a refcounted list - in the common case there'll...
commit6c5b577ff392a1572a83a820bd9e73bde42213b2
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 19:30:12 +0000 (1 12:30 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:22:12 +0000 (9 11:22 +0100)
tree9f60a9c2e9903aec3f18cd1263ba26a6b945b667
parent6dc25010dd2d5cd6640a6bff1b07296a7354bf16
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 7ea95c19305a2fb6efc95acc4e96f083e31f6c6f)
(cherry picked from commit 63603373628901fcb6a816d9ac9b5340dd8d8662)
source/modules/vfs_smb_traffic_analyzer.c