]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] add support for RDP cookie persistence
authorEmeric Brun <ebrun@exceliance.fr>
Tue, 30 Jun 2009 15:57:00 +0000 (17:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Jul 2009 10:50:40 +0000 (12:50 +0200)
commit647caf1ebcec53acb52a60eaaaf6d47e1f6469d6
treeac0c3f9dfe04857cb56a5b0842fc0f2a66581af7
parent736aa238a369edf5089bb50e7661576f270fd9b1
[MEDIUM] add support for RDP cookie persistence

The new statement "persist rdp-cookie" enables RDP cookie
persistence. The RDP cookie is then extracted from the RDP
protocol, and compared against available servers. If a server
matches the RDP cookie, then it gets the connection.
doc/configuration.txt
include/proto/proto_tcp.h
include/types/buffers.h
include/types/proxy.h
src/cfgparse.c
src/proto_tcp.c
src/proxy.c
src/session.c