summaryrefslogtreecommitdiff
path: root/source4/lib/com/classes
AgeCommit message (Collapse)AuthorFilesLines
2018-03-01s4:lib:com: Fix function declartionsAndreas Schneider1-2/+2
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-02-24s4:lib:com: Fix function declartionsAndreas Schneider1-6/+19
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2017-07-26s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison1-2/+2
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to ↵Jeremy Allison1-2/+2
XXX_init(TALLOC_CTX *) Not currently used - no logic changes inside. This will make it possible to pass down a long-lived talloc context from the loading function for modules to use instead of having them internally all use talloc_autofree_context() which is a hidden global. Updated all known module interface numbers, and added a WHATSNEW. Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2008-09-15Reimport COM and DCOM libraries.Jelmer Vernooij1-0/+122