1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3
Derrell Lipman c3678b45df r24864: - Correct failure of libsmbclient against a version of Windows found on a NAS
device.  The device resets a NBT connection on port 139 when it receives a
  NetBIOS keepalive request.  That request should be supported when NetBIOS is
  in use; Windows is behaving badly.

  libsmbclient needs a way to determine if a connection is still alive, and
  was using a NetBIOS keepalive request if port 139 was in use (on the
  assumption that it was probably NBT), and getpeername() when port 139 was
  not being used (assuming naked transport).

  This patch simplifies the code by exclusively using getpeername() to check
  whether a connection is still alive.  The NetBIOS keepalive request is
  optional anyway (with preference being given to using TCP mechanisms for the
  same purpose), so this should be both simpler and more reliable.

Derrell
(This used to be commit 1f122352b0)
2007-10-10 12:30:28 -05:00
..
auth r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from_info3() 2007-10-10 12:28:45 -05:00
client r24601: Fix if statements where we still expected cli_connect() to return BOOL. 2007-10-10 12:30:09 -05:00
codepages r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
exports r23689: Squashed commit of the following: 2007-10-10 12:23:46 -05:00
groupdb r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
include r24843: Add a "validate-cache" control message to winbindd. 2007-10-10 12:30:27 -05:00
iniparser r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17. 2007-10-10 12:22:51 -05:00
iniparser_build r23314: For some systems it's needed to inject replace.h into 2007-10-10 12:23:05 -05:00
intl r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
lib r24848: Make tdb_validate() take an open tdb handle instead of a file name. 2007-10-10 12:30:27 -05:00
libaddns r24808: Fix the same problem Volker noticed. 2007-10-10 12:30:23 -05:00
libads r24836: Initialize some uninitialized variables. 2007-10-10 12:30:26 -05:00
libgpo r24783: Remove unused off_t type. 2007-10-10 12:30:21 -05:00
libmsrpc r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
librpc r24605: remove some stuff samba3 doesn't need any more 2007-10-10 12:30:10 -05:00
libsmb r24864: - Correct failure of libsmbclient against a version of Windows found on a NAS 2007-10-10 12:30:28 -05:00
locking r24571: Only look at errno if the close call actually failed 2007-10-10 12:30:06 -05:00
m4 r23094: Update the iconv detection to handle cross-compiles better. If we are 2007-10-10 12:22:45 -05:00
modules r24809: Consolidate the use of temporary talloc contexts. 2007-10-10 12:30:24 -05:00
nmbd r24809: Consolidate the use of temporary talloc contexts. 2007-10-10 12:30:24 -05:00
nsswitch r24848: Make tdb_validate() take an open tdb handle instead of a file name. 2007-10-10 12:30:27 -05:00
pam_smbpass r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
param r24809: Consolidate the use of temporary talloc contexts. 2007-10-10 12:30:24 -05:00
passdb r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
po r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
popt r24048: Fix the C++ warnings in our version of popt 2007-10-10 12:28:59 -05:00
printing r24464: Now Volker removed the readbmpx we don't need cached errors any more. 2007-10-10 12:29:50 -05:00
profile r24842: Fix build warning. 2007-10-10 12:30:27 -05:00
python r24601: Fix if statements where we still expected cli_connect() to return BOOL. 2007-10-10 12:30:09 -05:00
registry r24632: Fix build warnings. 2007-10-10 12:30:12 -05:00
rpc_client r24784: Initialize uninitalized data to prevent segfaults. 2007-10-10 12:30:21 -05:00
rpc_parse r24809: Consolidate the use of temporary talloc contexts. 2007-10-10 12:30:24 -05:00
rpc_server r24809: Consolidate the use of temporary talloc contexts. 2007-10-10 12:30:24 -05:00
rpcclient r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for fine 2007-10-10 12:30:16 -05:00
script r24802: Activate new tests 2007-10-10 12:30:22 -05:00
services r24290: fix debug statments to match function name 2007-10-10 12:29:25 -05:00
smbd r24813: Reformat to 80 columns. 2007-10-10 12:30:25 -05:00
stf r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
tests r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
torture r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torturetest). 2007-10-10 12:30:15 -05:00
utils r24853: Rename function as Jerry asked. 2007-10-10 12:30:28 -05:00
web r24781: Fix build warning. 2007-10-10 12:30:20 -05:00
.dmallocrc
.valgrind_suppressions r19062: try to fix the valgrind noise in the build-farm 2007-10-10 12:15:07 -05:00
autogen.sh r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to deal 2007-10-10 12:23:11 -05:00
change-log
config.guess r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
config.sub r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
configure.developer r18373: copy over configure.developer from samba4 which adds 2007-10-10 11:51:20 -05:00
configure.in r24838: Now for real: build the locator, if we can. 2007-10-10 12:30:26 -05:00
depcomp r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
Doxyfile r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
dynconfig.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
install-sh
library-versions.in r23689: Squashed commit of the following: 2007-10-10 12:23:46 -05:00
mainpage.dox
Makefile.in r24841: The locator has no dependencies to ldap libs anymore. Also fix the build. 2007-10-10 12:30:27 -05:00
samba3-knownfail r19552: Fix names of known failing tests. 2007-10-10 12:15:41 -05:00
smbadduser.in r13384: Adding in some more SuSE patches 2007-10-10 11:09:57 -05:00
TODO r18188: merge 3.0-libndr branch 2007-10-10 11:43:56 -05:00
VERSION r23776: Setting version in 3.2 branch to 3.2.1pre1-SVN 2007-10-10 12:28:18 -05:00