• Rob Shearman's avatar
    rpcrt4: Process control packets in the server synchronously to avoid races when… · a65f7b63
    Rob Shearman authored
    rpcrt4: Process control packets in the server synchronously to avoid races when using 3-factor authentication.
    
    The client has nothing to wait for after sending the AUTH3 packet
    before sending the first request packet. Therefore, we must ensure
    that the AUTH3 packet has finished being processed before we start
    processing any request packets.
    a65f7b63
rpc_server.c 50.4 KB