Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin removing pam-bindings dependency | Tomasz Kramkowski | 2023-01-29 | 1 | -16/+22 |
| | |||||
* | remove unused imports | Tomasz Kramkowski | 2023-01-29 | 1 | -1/+0 |
| | |||||
* | use panic::catch_unwind to handle panics | Tomasz Kramkowski | 2023-01-28 | 1 | -21/+7 |
| | |||||
* | reshuffle | Tomasz Kramkowski | 2023-01-27 | 1 | -5/+5 |
| | |||||
* | pass CG_MOUNT to open_session | Tomasz Kramkowski | 2023-01-27 | 1 | -3/+3 |
| | |||||
* | License and other information | Tomasz Kramkowski | 2023-01-27 | 1 | -0/+3 |
| | |||||
* | Implement a non-panicking to_string | Tomasz Kramkowski | 2023-01-27 | 1 | -4/+20 |
| | |||||
* | Use match for open_session error handling | Tomasz Kramkowski | 2023-01-27 | 1 | -4/+3 |
| | |||||
* | Shorten create_and_open_dir error handling | Tomasz Kramkowski | 2023-01-27 | 1 | -7/+5 |
| | |||||
* | clean up error handling | Tomasz Kramkowski | 2023-01-27 | 1 | -7/+12 |
| | | | | | By adding an implicit conversion from std::io::Error to SessionError, a lot of the .or(SessionError) bits can be dropped. | ||||
* | formatting | Tomasz Kramkowski | 2023-01-27 | 1 | -4/+5 |
| | |||||
* | use cap-std | Tomasz Kramkowski | 2023-01-27 | 1 | -12/+14 |
| | |||||
* | openat variant | Tomasz Kramkowski | 2023-01-27 | 1 | -0/+56 |