Skip to content

Releases: BiteDasher/homemgr

Release 1.8.3

23 Dec 15:25
Compare
Choose a tag to compare
  • chmod 700 on home directory

Release 1.8.2

12 Sep 21:40
Compare
Choose a tag to compare
  • chmod 700 changed to 600
  • typo fix
  • check_config now has chmod

Release 1.8.1

30 Aug 12:28
Compare
Choose a tag to compare

Just typo fix :)

Release 1.8

30 Aug 12:13
Compare
Choose a tag to compare
  • --create-wth-user now can be used without UID (or use - instead of UID if you want to enter a password)
  • Bugs fixed
  • FIX_ATTRS argument check was removed

Release 1.7

29 Aug 12:07
Compare
Choose a tag to compare
  • 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

28 Aug 16:30
Compare
Choose a tag to compare
  • Configuration file now updates automatically after you imported home directory
  • Code now gets smaller because config_update() was created

Release 1.5

27 Aug 15:55
Compare
Choose a tag to compare
  • built-in getent implementaion

Release 1.4

27 Aug 12:16
Compare
Choose a tag to compare

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

27 Aug 10:56
Compare
Choose a tag to compare
Release 1.3 Pre-release
Pre-release
  • Passwords now stores as SHA512 sums.

Release 1.2

27 Aug 01:00
Compare
Choose a tag to compare
Release 1.2 Pre-release
Pre-release
  • Passwords now fixed.