summaryrefslogtreecommitdiff
path: root/libcli/samsync/decrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* smbdes: convert sam_rid_crypt() to use gnutlsIsaac Boukris2019-12-101-8/+28
| | | | | Signed-off-by: Isaac Boukris <iboukris@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-271-5/+24
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* libcli:samsync: Remove unused header fileAndreas Schneider2019-02-271-1/+0
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* libcli: Use "all_zero" where appropriateVolker Lendecke2017-01-031-9/+6
| | | | | | | ... Saves a few bytes of footprint Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
|
* Fix building the common libcli/samsync codeAndrew Bartlett2009-04-161-1/+1
|
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-6/+6
| | | | | | | In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett
* Use common samsync delta decryption functions in libnet_samsync.cAndrew Bartlett2009-04-141-0/+174
Andrew Bartlett