Releases: BiteDasher/homemgr
Releases · BiteDasher/homemgr
Release 1.8.3
- chmod 700 on home directory
Release 1.8.2
- chmod 700 changed to 600
- typo fix
- check_config now has chmod
Release 1.8.1
Just typo fix :)
Release 1.8
--create-wth-user
now can be used without UID (or use-
instead ofUID
if you want to enter a password)- Bugs fixed
FIX_ATTRS
argument check was removed
Release 1.7
- groups changed to id -n -G
- Removed e2fsprogs dependency
If you are upgrading to this version, don't forget to do
sudo FIX_ATTRS=1 homemgr
immediately after the update
to clear files from attributes
Release 1.6
- Configuration file now updates automatically after you imported home directory
- Code now gets smaller because config_update() was created
Release 1.5
- built-in getent implementaion
Release 1.4
I think this is finally stable release. Passwords and it's checks are finally works as expected.
If you are upgrading to this version, don't forget to do
sudo homemgr -u USERNAME
immediately after the update
to update the way passwords are stored
Release 1.3
- Passwords now stores as SHA512 sums.
Release 1.2
- Passwords now fixed.