summaryrefslogtreecommitdiff
path: root/rust/version
AgeCommit message (Collapse)AuthorFilesLines
2025-11-04Remove previous himmelblau integration attemptDavid Mulder4-87/+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-23Reorganize rust file treeDavid Mulder4-0/+87
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>