summaryrefslogtreecommitdiff
path: root/libcli/samsync
AgeCommit message (Collapse)AuthorFilesLines
2019-12-10smbdes: convert sam_rid_crypt() to use gnutlsIsaac Boukris1-8/+28
Signed-off-by: Isaac Boukris <iboukris@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider1-5/+24
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-02-27libcli:samsync: Remove unused header fileAndreas Schneider1-1/+0
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2017-01-03libcli: Use "all_zero" where appropriateVolker Lendecke1-9/+6
... Saves a few bytes of footprint Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2011-04-12s3: add some forward declarations.Günther Deschner1-0/+2
Guenther
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-6/+0
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+1
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
we won't be using the mk -> wscript generator again
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+9
2009-04-21Use a static copy of the samsync header file as Samba3 doesn't generateJelmer Vernooij2-4/+34
prototype headers.
2009-04-16Fix building the common libcli/samsync codeAndrew Bartlett1-1/+1
2009-04-15Add missing header, remove generated headerAndrew Bartlett1-26/+0
(This isn't a rename, honest :-)
2009-04-15common:libcli/auth Add missing samsync config.mkAndrew Bartlett1-0/+10
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2-7/+7
In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett
2009-04-14Use common samsync delta decryption functions in libnet_samsync.cAndrew Bartlett2-0/+200
Andrew Bartlett