summaryrefslogtreecommitdiff
path: root/libcli/drsuapi
AgeCommit message (Collapse)AuthorFilesLines
2009-09-10libcli: added a drsuapi attribute encryption functionAndrew Tridgell2-11/+78
2009-09-10libcli:drsuapi Add function to encrypt data for transport over DRSUAPIAndrew Bartlett1-0/+102
This is for the server side of the GetNCChanges call. Andrew Bartlett
2009-04-21Fix make install; don't install drsuapi.h and fix the location ofJelmer Vernooij1-2/+0
credentials.h
2009-04-14Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett3-0/+229
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett