Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper @ 23f62254

Name Size
  tasks
AUTHORS 116 Bytes
COPYING 17.7 kB
Makefile.am 723 Bytes
autogen.sh 302 Bytes
common.sh 14.8 kB
configure.ac 1.2 kB
decode-properties.py 2.5 kB
inject-files.py 3.3 kB
snf-image-helper.in 3.9 kB
snf-passtohash.py 2.5 kB
unattend.xml 4.8 kB

Latest revisions

# Date Author Comment
23f62254 11/05/2013 12:28 pm Nikos Skalkotos

Fix a bug in ChagePassword task

In some cases the task removed some shadow/master.passwd entries by
accident because the grep pattern it used was more general than it
should be

666b80ee 11/04/2013 01:08 pm Nikos Skalkotos

The value of DO_SYNC property should be "yes"

In order to reenable fsync() the DO_SYNC image property should be
defined like this:
DO_SYNC=yes

f3bc7bef 11/01/2013 01:41 pm Nikos Skalkotos

Add a new PASSWORD_HASHING_METHOD image property

This can be used to override the hashing function ChangePassword
task uses. By default for linux and freebsd images, sha512 is used.
For OpenBSD blowfish and for NetBSD sha1.

63a3904a 11/01/2013 11:29 am Nikos Skalkotos

Fix a minor bash variable expansion error

It only affects the printing of an information string

748282cb 10/31/2013 06:29 pm Nikos Skalkotos

Make snf-passtohash.py comply with pep8

d1628244 10/31/2013 04:43 pm Nikos Skalkotos

Add support for sha1 hashing method

This is the default password hashing method for NetBSD.

9e8db27f 10/31/2013 11:04 am Nikos Skalkotos

Fix a function name typo in AssignHostname task

b0e6727c 10/30/2013 06:21 pm Nikos Skalkotos

Add support for Blowfish passwd hashing algorithm

This is not supported by the Linux version of crypt and is needed
for NetBSD and OpenBSD. Add a new python-bcrypt packet in the helper
that implements the OpenBSD Blowfish password hashing algorithm.

b3c48174 10/30/2013 04:55 pm Nikos Skalkotos

Define {open,net}bsd_shadow vars in ChangePassword

Those variables are needed to make ChangePassword work

62e97e7f 10/30/2013 10:40 am Nikos Skalkotos

Fix DeleteSSHKeys to work on non-linux systems

View revisions

Also available in: Atom