dietrich
  • Joined on 2018-08-20
dietrich pushed to master at Rust/umanux 2020-10-03 19:07:54 +00:00
180934b789 Make shadow an entry of the passwd struct
dietrich pushed to master at Rust/umanux 2020-10-03 13:18:53 +00:00
4af05c1134 initial parsing and testing for a shadow line
dietrich pushed to master at Rust/umanux 2020-10-02 16:13:24 +00:00
4db597c058 initial parsing of shadow file
dietrich pushed to master at Rust/umanux 2020-10-02 10:40:19 +00:00
c6af13f3af Add is system user
dietrich pushed to master at Rust/umanux 2020-10-02 10:11:28 +00:00
9b4956c78a Restructure the passwd file
dietrich pushed to master at Rust/umanux 2020-10-02 09:39:50 +00:00
24db3e2579 Add warning on unconventional usernames
dietrich deleted branch local from Rust/umanux 2020-10-02 07:47:10 +00:00
dietrich merged pull request Rust/umanux#1 2020-10-02 07:46:59 +00:00
make the username part of the invalid message.
dietrich pushed to master at Rust/umanux 2020-10-02 07:46:59 +00:00
d4d3c0f0cf Merge pull request 'make the username part of the invalid message.' (#1) from local into master
a95fa96d08 Adding a testcase for the ubuntu special user
b030045355 make the username part of the invalid message.
Compare 3 commits »
dietrich pushed to local at Rust/umanux 2020-10-02 07:46:43 +00:00
a95fa96d08 Adding a testcase for the ubuntu special user
b030045355 make the username part of the invalid message.
34fa3902c7 Adding a testcase for the ubuntu special user
f84f15b0cd make the username part of the invalid message.
063fb41708 restructure
Compare 5 commits »
dietrich pushed to master at Rust/umanux 2020-10-02 07:07:26 +00:00
063fb41708 restructure
dietrich pushed to local at Rust/umanux 2020-10-01 09:12:39 +00:00
34fa3902c7 Adding a testcase for the ubuntu special user
dietrich created pull request Rust/umanux#1 2020-10-01 09:06:51 +00:00
make the username part of the invalid message.
dietrich pushed to local at Rust/umanux 2020-10-01 09:05:47 +00:00
f84f15b0cd make the username part of the invalid message.
dietrich pushed to master at Rust/umanux 2020-09-30 18:58:32 +00:00
1ab0adbc06 user validation and tests
5000fba6e7 doc update for enum Gecos
Compare 2 commits »
dietrich pushed to master at Rust/umanux 2020-09-30 16:02:10 +00:00
676a5218e6 rename shell_dir -> shell_path
dietrich pushed to master at Rust/umanux 2020-09-30 15:35:47 +00:00
2094bb7549 fix switched values
dietrich pushed to master at Rust/umanux 2020-09-30 09:07:23 +00:00
ee04fa30af Fix failing tests because ubuntu has no comment field
dietrich pushed to master at Rust/umanux 2020-09-30 06:40:29 +00:00
0761afa6a0 ignore non ascii characters in tests
dietrich pushed to master at Rust/umanux 2020-09-29 18:10:14 +00:00
b72449eb88 partially fix clippy warnings regarding umlauts