1 Jul 2011 03:55
[SCM] Samba Shared Repository - branch master updated
Andrew Bartlett <abartlet <at> samba.org>
2011-07-01 01:55:03 GMT
2011-07-01 01:55:03 GMT
The branch, master has been updated
via f3c3768 s4-dsdb guard principalName parse for invalid inputs
via f1b1a66 s4-dsdb Allow a servicePrincipalName of machine$
from 1053a24 Part of fix for bug 8276 - FD_SET out of bounds access crash.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit f3c3768d30410de8b0cc8b2ef078640bdc0864d4
Author: Andrew Bartlett <abartlet <at> samba.org>
Date: Thu Jun 30 14:21:51 2011 +1000
s4-dsdb guard principalName parse for invalid inputs
We need to ensure that if this parses name.name_string as just one
val, then we don't read uninitialised and possibly unallocated memory.
Found by Adam Thorn <alt36 <at> cam.ac.uk>
While we are checking that, we need to fix the strncasecmp() check to
first check if the string is the expected length, then check for a
match against sAMAccountName-without-doller, as otherwise we will
permit a string such as machinefoo to match a sAMAccountName of
machine.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet <at> samba.org>
Autobuild-Date: Fri Jul 1 03:55:00 CEST 2011 on sn-devel-104
commit f1b1a66615bfceb4d53c11140aceba2412d0ec37
(Continue reading)
RSS Feed