summaryrefslogtreecommitdiff
path: root/libcli/drsuapi/config.mk
AgeCommit message (Collapse)AuthorFilesLines
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
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 Bartlett1-0/+8
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett