svn commit: r323337 - stable/10/usr.sbin/bsdinstall/scripts

2017-09-08 Thread Ed Maste
Author: emaste Date: Sat Sep 9 01:23:30 2017 New Revision: 323337 URL: https://svnweb.freebsd.org/changeset/base/323337 Log: MFC r322374: bsdinstall: record DHCP config after obtaining lease Previously we added an ifconfig_$INTERFACE line to rc.conf for each unsuccessful DCHP attempt.

svn commit: r323333 - in stable/10/usr.sbin/pw: . tests

2017-09-08 Thread Ed Maste
Author: emaste Date: Fri Sep 8 21:16:23 2017 New Revision: 32 URL: https://svnweb.freebsd.org/changeset/base/32 Log: MFC r322677: pw usermod: handle empty secondary group lists (-G '') "pw usermod someuser -G ''" is supposed make sure that someuser doesn't have any secondary grou

svn commit: r323332 - in stable/10/usr.sbin/pw: . tests

2017-09-08 Thread Ed Maste
Author: emaste Date: Fri Sep 8 21:02:15 2017 New Revision: 323332 URL: https://svnweb.freebsd.org/changeset/base/323332 Log: MFC r322678: pw useradd: Validate the user name before creating the entry Previouly it was possible to create users with spaces in the name with: pw useradd -u 123

svn commit: r323331 - stable/10/sys/cddl/contrib/opensolaris/common/zfs

2017-09-08 Thread Ed Maste
Author: emaste Date: Fri Sep 8 20:41:49 2017 New Revision: 323331 URL: https://svnweb.freebsd.org/changeset/base/323331 Log: MFC r323002: zfs: do not advertise unsupported hash algorithms illumos 4185 ("add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R") was intentionally me