summaryrefslogtreecommitdiff
path: root/libcli/drsuapi/drsuapi.h
AgeCommit message (Collapse)AuthorFilesLines
2019-06-27libcli/drsuapi: Make drsuapi_decrypt_attribute_value() staticAndrew Bartlett1-7/+0
The last external user was removed in 0980a3471ed8fcc3a37296857285dc0235e0e0d2 in 2010 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2016-05-06typo: mplementation => implementationGarming Sam1-1/+1
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett1-0/+1
We should never get a secret from a server when we specify DRSUAPI_DRS_SPECIAL_SECRET_PROCESSING This asserts that this is the case. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
2009-09-10libcli: added a drsuapi attribute encryption functionAndrew Tridgell1-0/+5
2009-04-14Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett1-0/+33
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett