- 25 Mar, 2022 1 commit
-
-
4lDO2 authored
-
- 17 Jun, 2021 1 commit
-
-
4lDO2 authored
-
- 29 Apr, 2021 1 commit
-
-
Jeremy Soller authored
-
- 26 Jan, 2021 1 commit
-
-
Jeremy Soller authored
-
- 02 Aug, 2020 1 commit
-
-
Jeremy Soller authored
-
- 30 Nov, 2019 1 commit
-
-
Jeremy Soller authored
-
- 03 Oct, 2019 1 commit
-
-
Jeremy Soller authored
-
- 08 Aug, 2019 1 commit
-
-
Jeremy Soller authored
-
- 17 Jun, 2019 1 commit
-
-
Jeremy Soller authored
-
- 15 Jun, 2019 1 commit
-
-
Jeremy Soller authored
-
- 14 May, 2019 1 commit
-
-
Jeremy Soller authored
-
- 07 Apr, 2019 1 commit
-
-
Jeremy Soller authored
-
- 28 Feb, 2019 1 commit
-
-
Jeremy Soller authored
Update Cargo.lock See merge request !41
-
- 27 Feb, 2019 1 commit
-
-
Robin Randhawa authored
AArch64 builds broke because of a stale syscall crate ref.
-
- 15 Oct, 2018 1 commit
-
-
Jeremy Soller authored
-
- 17 Aug, 2018 1 commit
-
-
Jeremy Soller authored
Update redox-users v0.2: Shadowfile support See merge request !39
-
- 25 Jul, 2018 1 commit
-
-
SamwiseFilmore authored
-
- 12 Jun, 2018 1 commit
-
-
Jeremy Soller authored
-
- 31 May, 2018 3 commits
-
-
Jeremy Soller authored
Support new edge-triggered model
-
jD91mZM2 authored
-
jD91mZM2 authored
-
- 23 May, 2018 1 commit
-
-
Jeremy Soller authored
-
- 20 May, 2018 2 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- 28 Mar, 2018 2 commits
-
-
Jeremy Soller authored
Use Redox_users from crates.io
-
SamwiseFilmore authored
-
- 12 Feb, 2018 2 commits
-
-
Jeremy Soller authored
Implement Unimplemented; Bugs
-
SamwiseFilmore authored
Fix a CLI bug with groupadd Implement everything that involves removing user from groups, mostly in userdel and usermod.
-
- 10 Feb, 2018 2 commits
-
-
Jeremy Soller authored
Remove ArgParser dep, whoami
-
SamwiseFilmore authored
Remove Arg parsing from sudo, (maybe in prep to deprecate in favor of rudo) Port login to clap-rs Remove ArgParser dep Remove whoami in favor of a link to id, and implemented linking in id.
-
- 09 Feb, 2018 2 commits
-
-
Jeremy Soller authored
Port to clap-rs
-
SamwiseFilmore authored
I did a number of things here: the *add, *mod, and *del utilities, as well as id recieved substantial changes, probably what you'd call a rewrite. This was of course using clap-rs. These should all be very stable at this point (except unimplemented features in usermod, grr) getty, passwd, and su are simply ported, using clap for arg parsing. I didn't change any of the logic, just swapped ArgParser for clap. Fixed a bug with passwd and unset passwords I'll open issues about the ones I didn't mention.
-
- 04 Feb, 2018 2 commits
-
-
Jeremy Soller authored
Implement usermod, groupmod, userdel, groupdel; Fix passwd and useradd
-
SamwiseFilmore authored
Here I've implemented the remainder of the core user utilities present on most unix systems. They aren't particularly pretty, but they do work for the most part. Note that for some reason attempting to move the home directory of a user via usermod -m does not work. Also removing user's that have been deleted from groups is not yet implemented, nor is updating /etc/passwd when a group id is changed. Note that redox_users as used by Cargo.lock as of this commit is broken, and may not work properly. If redox-os/users#11 is merged, cargo update should fix.
-
- 30 Jan, 2018 4 commits
-
-
Jeremy Soller authored
Fix #26
-
SamwiseFilmore authored
-
Jeremy Soller authored
Port to redox_users break-api
-
SamwiseFilmore authored
-
- 29 Jan, 2018 1 commit
-
-
SamwiseFilmore authored
All the utilities use the new API I defined in mu recent PR to redox_users. `su`'s behavior was also fixed. I also updated Cargo.toml (removing unused deps). This may require another commit after my first PR is merged in order to appropriately update Cargo.lock and make sure everything builds.
-
- 22 Jan, 2018 1 commit
-
-
Jeremy Soller authored
Document su's logic Return error code of shell from su
-