summaryrefslogtreecommitdiff
path: root/rust/config/src
AgeCommit message (Collapse)AuthorFilesLines
2025-11-04Remove previous himmelblau integration attemptDavid Mulder1-52/+0
This was a project attempting to integrate Himmelblau into Samba, but it has been abandoned. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): David Mulder <dmulder@samba.org> Autobuild-Date(master): Tue Nov 4 09:09:40 UTC 2025 on atb-devel-224
2024-10-23Add talloc stackframe handlingDavid Mulder1-0/+9
This appeases errors from libsmbconf that no talloc stackframe was created. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
2024-10-23Add USING_SYSTEM_TDB test for rust configDavid Mulder1-0/+16
Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
2024-10-23Add build config for proper TDB build linkageDavid Mulder1-0/+27
The tdb build needs to know whether Samba is building with TDB bundled or not, otherwise linking will fail. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>