dietrich
  • Joined on 2018-08-20
2 contributions in the last 12 months
AugSepOctNovDecJanFebMarAprMayJunJulMonWedFri
Less
More
dietrich pushed to master at Rust/umanux 2020-11-16 13:21:36 +00:00
e5583bb378 add summary
dietrich pushed to master at Rust/umanux 2020-11-16 13:13:47 +00:00
36f5e51811 updating dependencies
dietrich pushed to master at Rust/umanux 2020-11-16 12:08:49 +00:00
0a1bb3bd7e fix clippy warning
10d9e3e71e right parameters
3583d89697 fix indentation
Compare 3 commits »
dietrich pushed to master at Rust/umanux 2020-11-16 11:52:23 +00:00
c056016d43 add clippy info
dietrich pushed to master at Rust/umanux 2020-11-16 09:37:31 +00:00
5a678bc3d5 renaming the project adduser -> umanux
dietrich pushed to master at Rust/umanux 2020-11-16 09:14:41 +00:00
05cbd2d139 better
dietrich pushed to master at Rust/umanux 2020-11-16 09:12:56 +00:00
425de573d5 update readme
dietrich pushed to master at Rust/umanux 2020-11-16 09:02:18 +00:00
e13a81f814 use +nightly ()
95ce925286 Merge pull request from umanux/enaut-add-rust-workflow
60e6eb6fa4 Add rust workflow
Compare 3 commits »
dietrich renamed repository from useradd to Rust/umanux 2020-11-16 08:57:43 +00:00
dietrich pushed to master at Rust/umanux 2020-11-15 16:04:41 +00:00
3dae3c4109 modify the shadow file and test the binary
ed77466bd6 add default shadow entry to default users
32d02dcc81 add parameters for files to create_user
Compare 3 commits »
dietrich pushed to master at Rust/umanux 2020-11-11 07:20:30 +00:00
c21ba2fa39 return from main function
f7fc3229ed optimize release builds for size
101dcbb649 first binary test not complete
Compare 3 commits »
dietrich opened issue Rust/umanux#4 2020-11-10 12:48:12 +00:00
create user
dietrich pushed to master at Rust/umanux 2020-11-10 12:45:34 +00:00
de17ff12be first version of create_user
dietrich pushed to master at Rust/umanux 2020-11-09 19:25:53 +00:00
ed06c58913 remove debug and commented code
dietrich pushed to master at Rust/umanux 2020-11-09 12:58:41 +00:00
8fcd32eca2 Fix missing lints - Docs need to be improved still
dietrich pushed to master at Rust/umanux 2020-11-09 08:56:39 +00:00
467c8ee007 linting changes
dietrich pushed to master at Rust/umanux 2020-11-08 09:41:36 +00:00
647881f022 Adding a first integrationtest for delete_user
dietrich pushed to master at Rust/umanux 2020-11-05 08:02:02 +00:00
732893b5d4 first integration test try
dietrich pushed to master at Rust/umanux 2020-11-03 12:09:26 +00:00
4062f7a6bb delete the home directory
dietrich pushed to master at Rust/umanux 2020-11-02 06:55:46 +00:00
f3a18641e0 make delete_user take a struct use derive_builder