Displaying 1 result from an estimated 1 matches for "reply_mknew".
2007 Mar 29
3
Samba logging behavior on new files
...iguration of samba server is
log file = /var/log/samba/%U.log
log level = 2
Below is log entries when GNU/Linux is used.
[2007/03/20 18:01:18, 2] smbd/open.c:open_file(245)
b2bc1ir opened file outbox/echoserver read=Yes write=Yes (numopen=1)
[2007/03/20 18:01:18, 2] smbd/reply.c:reply_mknew(1324)
new file outbox/echoserver
[2007/03/20 18:01:18, 2] smbd/close.c:close_normal_file(270)
b2bc1ir closed file outbox/echoserver (numopen=0)
Below is log entries when Windows is used.
[2007/03/25 21:48:53, 2] smbd/open.c:open_file(245)
b2bc1ir opened file outbox/test.txt read=No write=Ye...