[Pkg-samba-maint] Situation of samba security issues for etch

Nico Golde nico at ngolde.de
Thu Oct 22 18:48:16 UTC 2009


Hi,
* Christian Perrier <bubulle at debian.org> [2009-10-19 20:18]:
> Quoting Steve Langasek (vorlon at debian.org):
> 
> > > I *really* attach blah blah...
> > 
> > > Thanks, Florian, for the notice..:)
> > 
> > Ehm, this message didn't include any attachments either, just the following
> > text:
> 
> OK, Murphy law hit me. The real message bounced when I plugged my
> laptop on my work network (new laptop, reinstalling everything,
> including the magic the makes mail go out when I plug it in any
> network). So, I "forwarded" the bounce mail, which usually works to
> send it again easily....except when there are attachments.
> 
> So, here it is *again*.

Sorry for the delay, I'm rather busy at the moment (semester just started).
The error is simple, smb.h makes use of a bool type which the samba version
in etch doesn't define and which is not valid data type in the C language.
You can either change this to _Bool which is valid in C99 or to an int to
fix the problem.

After fixing this you will run into:
smbd/process.c: In function 'push_queued_message':
smbd/process.c:97: error: 'false' undeclared (first use in this function)
smbd/process.c:97: error: (Each undeclared identifier is reported only once
smbd/process.c:97: error: for each function it appears in.)
smbd/process.c: In function 'receive_message_or_smb':
smbd/process.c:418: error: 'true' undeclared (first use in this function)

This can be fixed by changing these values to True and False which are defined
to be 1 and 0 in the source.

Other than that you should be fine.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - nion at jabber.ccc.de - GPG: 0xA0A0AAAA
For security reasons, all text in this mail is double-rot13 encrypted.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20091022/f0b498d2/attachment.pgp>


More information about the Pkg-samba-maint mailing list