Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
C
cryptsetup-rs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
solidninja
cryptsetup-rs
Commits
main
Select Git revision
Branches
3
main
default
protected
feature/libcryptsetup-2
issue/1-deactivate
Tags
6
0.3.2
0.3.0
0.3.0-beta1
0.2.1
0.2.0
0.1.0
9 results
cryptsetup-rs
Author
Search by author
Any Author
authors
Vladimir
vladimir-lu
1 author
Aug 28, 2022
fix(build): overlooked dir move
· f15ac5b5
Vladimir
authored
2 years ago
f15ac5b5
chore: release 0.3.2
· c38c15cd
Vladimir
authored
2 years ago
View commits for tag 0.3.2
0.3.2
c38c15cd
feat: add call to get device status by name
· 6b76a3d0
Vladimir
authored
2 years ago
6b76a3d0
chore: release 0.3.0
· 4d4534cb
Vladimir
authored
2 years ago
View commits for tag 0.3.0
0.3.0
4d4534cb
chore: move libcryptsetup-sys => lib/libcryptsetup-sys
· 72420618
Vladimir
authored
2 years ago
72420618
chore: move blkid-rs => lib/blkid-rs
· d0887d9c
Vladimir
authored
2 years ago
d0887d9c
chore: bump deps, edition 2021
· 23146f78
Vladimir
authored
2 years ago
23146f78
chore: increment version to force recompile when using local workspace
· 97cd9734
Vladimir
authored
2 years ago
97cd9734
Nov 18, 2020
feature: add setting pbkdf parameters to api for luks2
· 761c45b8
Vladimir
authored
4 years ago
761c45b8
bump dependency versions, package version to beta2
· f489d754
Vladimir
authored
4 years ago
f489d754
Jun 07, 2020
Bump version to 0.3.0-beta1, update README and (hopefully) fix build for older...
· db8a9f2c
Vladimir
authored
4 years ago
View commits for tag 0.3.0-beta1
0.3.0-beta1
db8a9f2c
Jun 06, 2020
Add LUKS2 token manipulation + activation API
· 4d47db53
Vladimir
authored
4 years ago
4d47db53
May 19, 2020
Add API for luks2 formatting
· f45d486c
Vladimir
authored
4 years ago
f45d486c
May 17, 2020
Add luks2 json metadata
· 2dd8aba6
Vladimir
authored
4 years ago
2dd8aba6
Add basic reading of luksv2 header
· df7df9f6
Vladimir
authored
4 years ago
df7df9f6
May 15, 2020
* Add types from libcryptsetup-2, remove deprecated types
· d8ea1922
Vladimir
authored
4 years ago
d8ea1922
update dependencies and reformat
· 35fea709
Vladimir
authored
4 years ago
35fea709
Dec 01, 2019
Add contributing guide
· b9077f3d
Vladimir
authored
5 years ago
b9077f3d
Expose deactivate in the safe wrapper
· 70e8ea3a
Vladimir
authored
5 years ago
70e8ea3a
Oct 09, 2019
Replace tempdir with tempfile
· 3997416d
Vladimir
authored
5 years ago
3997416d
Move to GitLab, setup GitLab CI instead of travis
· f4d2554f
Vladimir
authored
5 years ago
View commits for tag 0.2.1
0.2.1
f4d2554f
added update_keyslot
· 5681baa1
shimunn
authored
5 years ago
and
Vladimir
committed
5 years ago
5681baa1
added destroy_keyslot
· 1bda95eb
shimunn
authored
5 years ago
and
Vladimir
committed
5 years ago
1bda95eb
rustfmt
· 374b38da
Vladimir
authored
5 years ago
374b38da
Bump versions, edition to 2018
· b2f7a32b
Vladimir
authored
5 years ago
b2f7a32b
Fix warnings for blkid_rs
· d47cd8ba
Vladimir
authored
5 years ago
d47cd8ba
Aug 28, 2018
Problem: Error logging in cryptsetup prints an extra `\n`
· 9044e9aa
Vladimir
authored
6 years ago
9044e9aa
Jun 12, 2018
Problem: Creating a CString would copy the passphrase in memory
· f5bb176a
Vladimir
authored
6 years ago
f5bb176a
Jun 09, 2018
rustfmt run #noissue
· 4664bbf4
Vladimir
authored
6 years ago
4664bbf4
Problem: No easy way to refer to the struct containing an initialised CryptDevice of type LUKS1
· 08984099
Vladimir
authored
6 years ago
08984099
Jun 08, 2018
Problem: Lacking documentation and usage examples
· 37d587af
Vladimir
authored
6 years ago
37d587af
Whitespace alignment after another rustfmt run #noissue
· 48925049
Vladimir
authored
6 years ago
48925049
Problem: API was unergonomic and contained no knowledge of LUKS1 device
· d8deed3e
Vladimir
authored
6 years ago
d8deed3e
Jun 07, 2018
Travis attempt
#3
· 695f9607
Vladimir
authored
6 years ago
695f9607
Travis attempt
#2
· ce106b96
Vladimir
authored
6 years ago
ce106b96
Add Travis CI build (attempt
#1
)
· 407cad86
Vladimir
authored
6 years ago
407cad86
Problem: No examples for API usage
· e5e18580
Vladimir Lushnikov
authored
6 years ago
and
Vladimir
committed
6 years ago
e5e18580
Reformat with rustfmt #noissue
· 78083ef1
Vladimir Lushnikov
authored
6 years ago
and
Vladimir
committed
6 years ago
78083ef1
Problem: Missing constants from `libcryptsetup.h` 1.7.5
· e70dbc03
Vladimir Lushnikov
authored
6 years ago
and
Vladimir
committed
6 years ago
e70dbc03
Problem: Test was failing due to uuid CString being deallocated after mapping out of Option
· ccffa154
Vladimir Lushnikov
authored
6 years ago
and
Vladimir
committed
6 years ago
ccffa154
Loading