~bcgss/ltsp/+git/ldm-rhel7:master

Last commit made on 2018-01-06
Get this branch:
git clone -b master https://git.launchpad.net/~bcgss/ltsp/+git/ldm-rhel7
Only Kim B. Heino can upload to this branch. If you are Kim B. Heino please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~bcgss/ltsp/+git/ldm-rhel7

Recent commits

4750159... by Kim B. Heino

ldminfod: fix UnicodeDecodeError if "locale -a" outputs non-UTF-8 sequence

Commit d3ab0dc8674e5 broke this by adding .decode() without specifying
'ignore' for errors.

ab50662... by Vagrant Cascadian

Merge 'https://git.launchpad.net/~bcgss/ltsp/+git/ldm-rhel7 -b master'

Fixes:

LDM libdir/libexecdir merge request, other fixes
LP: #1698523

LDM_PASSWORD_HASH=True doesn't work on Redhat
LP: #1738447

e73ee8b... by Kim B. Heino

ssh: make LDM_PASSWORD_HASH=True to replace also "*" or existing pasword

adab7ae... by Kim B. Heino

ssh: fix LDM_PASSWORD_HASH=True to work in Redhat

Redhat uses ":!!:" for no password, Debian/Ubuntu uses ":!:".
Fix sed command to work with both of them. Fixes lp #1738447.

b74f50b... by Vagrant Cascadian

Version 2.2.19

712999a... by Vagrant Cascadian

Makefile.am: Do not install /var/cache/ldm anymore, it does not appear
to be used by anything.

74f5568... by Vagrant Cascadian

rc.d: nbd-checkupdate: Use /run/ltsp instead of /var/cache/ltsp.

441ce0b... by Vagrant Cascadian

plugins/ssh: Switch to use /run/ltsp instead of /var/cache/ltsp.

d3ab0dc... by Vagrant Cascadian

ldminfod: Support python3 and python2.

291bc23... by Vagrant Cascadian

generate_locale_list: Ensure the output is sorted.