rpcclient: Factor out cmd_set_auth()
authorVolker Lendecke <vl@samba.org>
Sun, 7 Feb 2021 13:38:34 +0000 (14:38 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 16 Mar 2021 17:09:32 +0000 (17:09 +0000)
commit18f3197808c894fa76cc3a1b04550b3ce1be79f3
treef8a27e1349ba1383177452d950718851bed4a6d4
parent698c6de66e24ba5a726956ba47aeee3331426258
rpcclient: Factor out cmd_set_auth()

sign, seal and packet did exactly the same wrt authentication

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpcclient/rpcclient.c