1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Go to file
Andrew Tridgell 3dd67b9746 r7782: fixed an ordering problem with smb requests. I found this when I had "sam database"
set to the internal ldap server over loopback. The following happened:

  - DCERPC_AUTH3 request
     - auth requests calls ldb
     - ldb calls ldap
     - ldap calls our internal ldap server, triggering events
  - samrConnect from client
     - connect refused
  - SMBclose from client
     - causes dcerpc_pipe to be destroyed
  - AUTH3 continues
     - dies on freed pipe

I chose this solution as it provides a guarantee that backends only have to think about
async issues when they mark a request async. When they don't, this code guarantees that
a second request won't happen on the same connection while processing the first one
(This used to be commit 45487e8a14)
2007-10-10 13:18:36 -05:00
packaging/debian r6787: Use debhelper for the debian packages 2007-10-10 13:16:43 -05:00
source4 r7782: fixed an ordering problem with smb requests. I found this when I had "sam database" 2007-10-10 13:18:36 -05:00
swat r7267: REMOTE_HOST is a better choice 2007-10-10 13:17:34 -05:00
testprogs r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argument 2007-10-10 13:17:33 -05:00
COPYING r1662: add a copy of the GPL text to the samba4 svn tree 2007-10-10 12:57:47 -05:00
howto.txt r7163: a 2nd test commit to trigger anon update with new svn fsfs backend 2007-10-10 13:17:22 -05:00
prog_guide.txt r6226: A couple of small typos ... 2007-10-10 13:11:28 -05:00
swat2.txt r1273: An initial doc about what I'd like to see in the swat for samba4. Please 2007-10-10 12:56:48 -05:00