summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Remove previous himmelblau integration attemptDavid Mulder71-13937/+1
2024-10-23Fix pam failure to register Pin following mfa pollDavid Mulder1-99/+102
2024-10-23Fix pam echo not displayed via sshDavid Mulder1-0/+6
2024-10-23Add the user's primary group to the cacheDavid Mulder2-1/+5
2024-10-23Fetch the target join os via std::env::constsDavid Mulder2-22/+8
2024-10-23Properly handle read/write from the client socketDavid Mulder3-5/+66
2024-10-23Ensure clients can write to the himmelblau pipeDavid Mulder1-0/+5
2024-10-23Remove the existing socket if presentDavid Mulder1-3/+9
2024-10-23Use the s4 param functions to access idmap valuesDavid Mulder1-50/+42
2024-10-23Always print a newline at the end of debug msgsDavid Mulder1-1/+3
2024-10-23Add talloc stackframe handlingDavid Mulder11-25/+187
2024-10-23Fix display of function names in debugDavid Mulder1-5/+10
2024-10-23Add warnings for missing directories at runtimeDavid Mulder1-0/+22
2024-10-23Only set the debug logfile if not stdoutDavid Mulder1-7/+9
2024-10-23Add tests for rust himmelblaud buildDavid Mulder14-11/+947
2024-10-23Always normalize cache inputs to lowercaseDavid Mulder1-5/+10
2024-10-23Add tests for rust dbg crateDavid Mulder5-18/+102
2024-10-23Add USING_SYSTEM_TDB test for rust configDavid Mulder1-0/+16
2024-10-23Add tests for rust chelps crateDavid Mulder1-0/+82
2024-10-23Vendor the rust sources for CI testsDavid Mulder2-0/+7
2024-10-23Rust WAF detect dependant files from cratesDavid Mulder1-3/+17
2024-10-23Modify rust build to share target dir w/ cargo testDavid Mulder4-16/+3
2024-10-23Enable rust cargo test in Samba make testDavid Mulder4-0/+7
2024-10-23Adding Cargo.lock file for Rust buildDavid Mulder1-0/+2884
2024-10-23A Rust 'crate' is not a misspelling of 'create'David Mulder1-1/+1
2024-10-23Introduce build option to enable HimmelblauDavid Mulder1-3/+4
2024-10-23Add build config for proper TDB build linkageDavid Mulder8-2/+72
2024-10-23Update libhimmelblauDavid Mulder2-2/+7
2024-10-23Pam prompt for Pin if hello enrolled and enabledDavid Mulder1-10/+23
2024-10-23Isolate hsm auth value from the cacheDavid Mulder4-30/+63
2024-10-23Reorganize rust file treeDavid Mulder64-0/+9553