r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.
authorDerrell Lipman <derrell@samba.org>
Sat, 3 Feb 2007 17:13:58 +0000 (17:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:42 +0000 (12:17 -0500)
commit2f9be59c10ef991a51cc858ab594187b5ca61382
tree9cbbc02195795bda109ed00dbc1528365151fc23
parentb9300e1d5acba4e2537fcc6631d1ee4d53685f64
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().
source/include/libsmbclient.h
source/libsmb/libsmbclient.c