Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 2010-10-31 | 1 | -22/+22 |
| | | | | | Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | ||||
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 1 | -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 | ||||
* | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 2010-04-06 | 1 | -3/+0 |
| | | | | we won't be using the mk -> wscript generator again | ||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+9 |
| | |||||
* | libcli: added a drsuapi attribute encryption function | Andrew Tridgell | 2009-09-10 | 2 | -11/+78 |
| | |||||
* | libcli:drsuapi Add function to encrypt data for transport over DRSUAPI | Andrew Bartlett | 2009-09-10 | 1 | -0/+102 |
| | | | | | | This is for the server side of the GetNCChanges call. Andrew Bartlett | ||||
* | Fix make install; don't install drsuapi.h and fix the location of | Jelmer Vernooij | 2009-04-21 | 1 | -2/+0 |
| | | | | credentials.h | ||||
* | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 2009-04-14 | 3 | -0/+229 |
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett |