[SCM] Samba Shared Repository - branch v3-3-test updated -
release-3-2-0pre2-2537-geb28153
James Peach
jpeach at apple.com
Wed May 21 19:29:26 GMT 2008
On May 20, 2008, at 2:13 PM, Volker Lendecke wrote:
> The branch, v3-3-test has been updated
> via eb281532b1721ded39c39bb00c26202080dcd735 (commit)
> via dbb4d8107a61051d8bcf6c4c69ee976efc50b961 (commit)
> via 6b189dabc562d86dcaa685419d0cb6ea276f100d (commit)
> from 80e700e3bd73f2ffa38046bdcba7f532e25198ef (commit)
>
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
>
>
> - Log
> -----------------------------------------------------------------
> commit eb281532b1721ded39c39bb00c26202080dcd735
> Author: Volker Lendecke <vl at samba.org>
> Date: Tue May 20 23:08:42 2008 +0200
>
> Fix type error in debug message
>
> commit dbb4d8107a61051d8bcf6c4c69ee976efc50b961
> Author: Volker Lendecke <vl at samba.org>
> Date: Tue May 20 23:06:38 2008 +0200
>
> Fix some signed/unsigned warnings
>
> commit 6b189dabc562d86dcaa685419d0cb6ea276f100d
> Author: Tim Prouty <tim.prouty at isilon.com>
> Date: Tue Apr 29 14:36:24 2008 -0700
>
> Cleanup size_t return values in callers of convert_string_allocate
>
> This patch is the second iteration of an inside-out conversion to
> cleanup
> functions in charcnv.c returning size_t == -1 to indicate failure.
So traditionally if you can return -1, you would return ssize_t, eg.
read(2).
More information about the samba-technical
mailing list