auth: Add unique session GUID identifier
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 9 Apr 2018 18:44:00 +0000 (06:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 10 May 2018 18:02:22 +0000 (20:02 +0200)
commit1488723a119736ed6401476ebe58afe5ba9953d4
treed08b343cec7f77e4da7744c881434c8c95badf4d
parent79ba530aaf76be639143530ab6e28d1e3696dfd2
auth: Add unique session GUID identifier

Generate a GUID for each successful authorization, this will allow the
tying of events in the logs back to a specific session.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/auth.idl
source3/auth/auth_util.c
source4/auth/session.c