svn commit: samba r21132 - in branches/SAMBA_3_0/source: include libsmb

Jeremy Allison jra at samba.org
Sat Feb 3 17:27:41 GMT 2007


On Sat, Feb 03, 2007 at 05:13:59PM +0000, derrell at samba.org wrote:
> Author: derrell
> Date: 2007-02-03 17:13:58 +0000 (Sat, 03 Feb 2007)
> New Revision: 21132
> 
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21132
> 
> Log:
> - 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().
> 
> Modified:
>    branches/SAMBA_3_0/source/include/libsmbclient.h
>    branches/SAMBA_3_0/source/libsmb/libsmbclient.c

Don't forget to also check these into SAMBA_3_0_24
if you want them in the next stable release.

Jeremy.


More information about the samba-technical mailing list