dietrich
  • Joined on 2018-08-20
dietrich deleted branch local from Rust/umanux 2020-10-02 09:47:10 +02:00
dietrich pushed to master at Rust/umanux 2020-10-02 09:46:59 +02: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 merged pull request Rust/umanux#1 2020-10-02 09:46:59 +02:00
make the username part of the invalid message.
dietrich pushed to local at Rust/umanux 2020-10-02 09:46:43 +02: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 09:07:26 +02:00
063fb41708 restructure
dietrich pushed to local at Rust/umanux 2020-10-01 11:12:39 +02:00
34fa3902c7 Adding a testcase for the ubuntu special user
dietrich created pull request Rust/umanux#1 2020-10-01 11:06:51 +02:00
make the username part of the invalid message.
dietrich pushed to local at Rust/umanux 2020-10-01 11:05:47 +02:00
f84f15b0cd make the username part of the invalid message.
dietrich pushed to master at Rust/umanux 2020-09-30 20:58:32 +02: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 18:02:10 +02:00
676a5218e6 rename shell_dir -> shell_path
dietrich pushed to master at Rust/umanux 2020-09-30 17:35:47 +02:00
2094bb7549 fix switched values
dietrich pushed to master at Rust/umanux 2020-09-30 11:07:23 +02:00
ee04fa30af Fix failing tests because ubuntu has no comment field
dietrich pushed to master at Rust/umanux 2020-09-30 08:40:29 +02:00
0761afa6a0 ignore non ascii characters in tests
dietrich pushed to master at Rust/umanux 2020-09-29 20:10:14 +02:00
b72449eb88 partially fix clippy warnings regarding umlauts
dietrich pushed to master at Rust/umanux 2020-09-29 14:20:13 +02:00
020a95920e Make the other field variable length, it can now be many fields or be missing entirely
dietrich pushed to master at Rust/umanux 2020-09-29 12:28:23 +02:00
a25092c7a0 Add getters for the attributes
5d83f1264f Add custom errors
Compare 2 commits »
dietrich pushed to master at Rust/umanux 2020-09-23 10:55:28 +02:00
3232f2b1da add test case if gecos has no other field.
dietrich pushed to master at Rust/umanux 2020-09-23 10:50:40 +02:00
4e80b7128a fix tests ubuntu
dietrich pushed to master at Rust/umanux 2020-09-23 09:37:41 +02:00
670f4d2a96 comments
dietrich pushed to master at Rust/umanux 2020-09-22 20:09:59 +02:00
8c1a0a52f6 make the parser use the TryFrom trait.