r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
commit7bcf281c9ca60e0d2caea33cdc5a18a33e4d6145
authorDerrell Lipman <derrell@samba.org>
Sat, 3 Feb 2007 17:13:58 +0000 (3 17:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:42 +0000 (10 12:17 -0500)
treeae752631f7b5085fd77f3909d680fbd6347a80ef
parent43101d6dd5bf3f4c805e3c23bf5c2a5e3c85d284
r21132: - Fixes bug 4366.  Documentation for smbc_utimes() was incorrect.

- Should fix bug 4115 (but needs confirmation from OP).  If the kerberos use
  flag is set in the context, then also pass it to smbc_attr_server for use by
  cli_full_connection()

- Should fix bug 4309 (but needs confirmation from OP).  We no longer send a
  keepalive packet unconditionally.  Instead, we assume (yes, possibly
  incorrectly, but it's the best guess we can make) that if the connection is
  on port 139, it's netbios and otherwise, it isn't.  If netbios is in use, we
  send a keepalive packet.  Otherwise, we check that the connection is alive
  using getpeername().
(This used to be commit 2f9be59c10ef991a51cc858ab594187b5ca61382)
source3/include/libsmbclient.h
source3/libsmb/libsmbclient.c