This patch does 2 things:
authorAndrew Bartlett <abartlet@samba.org>
Sat, 15 Jun 2002 11:15:31 +0000 (11:15 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Jun 2002 11:15:31 +0000 (11:15 +0000)
commitb075458ee7f7632dfa57c1ad8e35d5818f1bcc12
treee7609caba5d706b8418b897b5800610cabb50caf
parent209fcbfb92dadbe82c7355a7104d4dbd3398096b
This patch does 2 things:

It extends the 'server mutex' to conver security=server, becouse the connection
race condition exists here too, and while people *should* use security=domain,
some sites don't....

(This probably should be done in 2.2 as well).

Also, start to actually extract and use the information that the remote
server returns in the info3 struct.

The server mutex code is now in a new file.

Andrew Bartlett
(This used to be commit 9b0dabdf4ec3bb45879caae76e03b57ccdad8b4b)
source3/auth/auth_domain.c
source3/auth/auth_server.c
source3/auth/auth_util.c
source3/lib/server_mutex.c [new file with mode: 0644]