summaryrefslogtreecommitdiff
path: root/rust/param
AgeCommit message (Collapse)AuthorFilesLines
2024-10-23Use the s4 param functions to access idmap valuesDavid Mulder1-50/+42
Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
2024-10-23Enable rust cargo test in Samba make testDavid Mulder1-0/+4
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/+1
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>
2024-10-23Isolate hsm auth value from the cacheDavid Mulder1-0/+1
Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
2024-10-23Reorganize rust file treeDavid Mulder3-0/+271
Place all rust code under samba/rust, similar to how we organize python code in the samba tree. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>