1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source3
Andrew Bartlett 069e6fb9eb Add support for NTLMv2 (tested!) with NTLMSSP.
The problem was the NTLMv2 uses extra data in order to make reply/lookup
more difficult.  That extra data includes the hostname, and the domain.

This matches Win2k (sort of) by sending this information.

Win2k connects with LMCompatibilityLevel=5 without a problem.

We can change the negotiation bits if we want, this should allow us to make
NTLMv2 the default for other clients as well.

Some of the extra #defines were found in the squid source.

Andrew Bartlett
(This used to be commit 17a5f67b3d)
2002-05-26 14:59:57 +00:00
..
aparser replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down 2001-09-10 11:08:57 +00:00
auth Clean up a few unused functions, add a bit of static etc. 2002-05-25 07:37:44 +00:00
bin ignore a few more files 2002-04-16 12:27:54 +00:00
client This removes --with-ssl from Samba. 2002-05-17 12:42:39 +00:00
codepages removed old unused files 2001-10-03 13:05:59 +00:00
groupdb DEBUG cleanup. 2002-04-19 13:39:52 +00:00
include Add support for NTLMv2 (tested!) with NTLMSSP. 2002-05-26 14:59:57 +00:00
intl Removed version number from file header. 2002-01-30 06:08:46 +00:00
lib move debug stuff from messages.c to debug.c (Elrond) 2002-05-26 11:28:38 +00:00
libads This is meant to be accessed via the helper fn, not directly. 2002-05-17 14:35:54 +00:00
libsmb Add support for NTLMv2 (tested!) with NTLMSSP. 2002-05-26 14:59:57 +00:00
locking Failing to find an entry when doing mod_share_entry isn't a error 2002-05-21 23:07:04 +00:00
msdfs Allowing %S in dfs root paths. Other variables in standard_sub_advanced won't 2002-05-09 18:58:03 +00:00
nmbd nmbd handle shutdown message. 2002-03-29 13:58:32 +00:00
nsswitch Fixed incorrect comment. 2002-05-24 05:50:31 +00:00
pam_smbpass compile fixes; needs testing 2002-05-09 04:05:37 +00:00
param Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if a 2002-05-19 12:06:45 +00:00
passdb Only reterive the attributes we are actually going to use - rather than 2002-05-25 07:17:38 +00:00
po added fr.msg from Fanch 2001-12-09 17:06:45 +00:00
popt stop popt from doing its own intl stuff 2001-11-25 00:10:28 +00:00
printing Ok, ok, I was too impatient... 2002-05-10 00:08:54 +00:00
profile Removed version number from file header. 2002-01-30 06:08:46 +00:00
python Compile fix for enum trust dom wrapper. 2002-05-23 22:53:59 +00:00
rpc_client Remove unused files. 2002-05-18 13:50:59 +00:00
rpc_parse merge from SAMBA_2_2. 2002-05-24 16:27:54 +00:00
rpc_server Clean up a few unused functions, add a bit of static etc. 2002-05-25 07:37:44 +00:00
rpcclient Remove the password length paramater from cli_full_connection - it really 2002-05-24 05:14:16 +00:00
script A few things in this commit: 2002-05-18 05:52:52 +00:00
smbd Add support for NTLMv2 (tested!) with NTLMSSP. 2002-05-26 14:59:57 +00:00
smbwrapper Removed version number from file header. 2002-01-30 06:08:46 +00:00
tdb auto-recover from the fairly common case of a non-clean tdb shutdown 2002-05-22 01:32:12 +00:00
tests added a simple test to see whether building shared libraries actually 2001-12-31 22:10:24 +00:00
torture more dl* -> sys_dl* for sco 2002-05-17 10:54:26 +00:00
ubiqx Again, just syncronizing. The a function name was changed in the sll 2000-06-08 17:42:20 +00:00
utils Some of the updates from ctrlsoft's 'Various' patch: 2002-05-24 09:57:48 +00:00
web Changes to allow head to translate NMB flags ... 2002-05-17 03:37:37 +00:00
wrepld Removed unused variable. 2002-05-01 02:40:15 +00:00
.cvsignore ignore a few more files 2002-04-16 12:27:54 +00:00
.dmallocrc Sample configuration for dmalloc. 2002-01-09 06:35:45 +00:00
acconfig.h This removes --with-ssl from Samba. 2002-05-17 12:42:39 +00:00
aclocal.m4 Removed libtool.m4 includes. 2002-05-10 02:06:14 +00:00
architecture.doc first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
change-log global change from samba.anu.edu.au to samba.org 1998-11-21 13:20:31 +00:00
CodingSuggestions Add an item about the __va_copy macro to prevent SEGV's on 390 and PPC Linux. 2002-05-17 13:13:15 +00:00
config.guess By popular demand: a new config.guess and config.sub 2001-12-08 17:37:59 +00:00
config.sub By popular demand: a new config.guess and config.sub 2001-12-08 17:37:59 +00:00
configure Make --with-ldapsam 'go away'. This is now a standard, stable, feature 2002-05-17 14:51:55 +00:00
configure.developer Change ./configure.developer to stay in effect across a 2001-09-25 05:08:05 +00:00
configure.in Make --with-ldapsam 'go away'. This is now a standard, stable, feature 2002-05-17 14:51:55 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 2000-03-09 22:22:38 +00:00
Doxyfile Fixed typo. 2002-01-17 02:54:23 +00:00
dynconfig.c couple of PIDDIR merges I missed 2002-05-09 04:11:58 +00:00
install-sh
internals.doc The big character set handling changeover! 2001-07-04 07:15:53 +00:00
mainpage.dox Make CodingSuggestions show up in the Doxygen pages. 2001-11-16 07:28:23 +00:00
Makefile.in Given Jeremy's positive response, and a lack of one from tpot, I'll commit 2002-05-23 14:02:17 +00:00
parsing.doc
smbadduser