summaryrefslogtreecommitdiff
path: root/source3/param/pyparam_util.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21s3:param: Remove unnecessary use of discard_const_p()Joseph Sutton1-1/+1
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15513 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-04-21s3: Add s3 net python bindingsDavid Mulder1-0/+76
This adds python bindings for the s3 net ads join and leave commands. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>