<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pw/pw.8, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-02-11T17:48:52Z</updated>
<entry>
<title>MFC r343921:</title>
<updated>2019-02-11T17:48:52Z</updated>
<author>
<name>Benedict Reuschling</name>
<email>bcr@FreeBSD.org</email>
</author>
<published>2019-02-11T17:48:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d50817c51fbe14e12137af7b68984d80f3923be'/>
<id>urn:sha1:3d50817c51fbe14e12137af7b68984d80f3923be</id>
<content type='text'>
Add an example to pw.8 about how to add an existing user to a group.

Instead of using pw to modify group membership, users often edit
/etc/group by hand, which is discouraged.  Provide an example of
adding a user to the wheel group, which is a common use case.
I'm using a different user here as in the previous example as that
deleted the user (although the examples don't necessarily have to
be followed in order).

Reviewed by:	rgrimes,0mp
Approved by:    0mp
Differential Revision:	https://reviews.freebsd.org/D19123
</content>
</entry>
<entry>
<title>MFC r326738: pw(8): correct expiration period handling</title>
<updated>2017-12-14T13:06:41Z</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2017-12-14T13:06:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b1bb8689aa362e0f2153d46c30f6157cdeda507'/>
<id>urn:sha1:0b1bb8689aa362e0f2153d46c30f6157cdeda507</id>
<content type='text'>
  and command line overrides to preconfigured values for -e, -p and -w flags.

  Use non-negative symbols instead of magic values
  in passwd_val/pw_password functions.

PR:		223431
Submitted by:	Yuri Pankov (in part, patch for the manual)
Approved by:	mav (mentor)
Relnotes:	yes
</content>
</entry>
<entry>
<title>Add a single example of adding a user that roughly corresponds with the</title>
<updated>2016-04-23T22:57:54Z</updated>
<author>
<name>Warren Block</name>
<email>wblock@FreeBSD.org</email>
</author>
<published>2016-04-23T22:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b8a603ef07e98a7e37edc9495217cc21a647e70'/>
<id>urn:sha1:9b8a603ef07e98a7e37edc9495217cc21a647e70</id>
<content type='text'>
adduser example in the Handbook.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Adjust misleading wording of the -G option and simplify a few</title>
<updated>2016-03-28T02:05:35Z</updated>
<author>
<name>Warren Block</name>
<email>wblock@FreeBSD.org</email>
</author>
<published>2016-03-28T02:05:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=579a636f2ab0628d9dff1caac65649bdc6ee9f83'/>
<id>urn:sha1:579a636f2ab0628d9dff1caac65649bdc6ee9f83</id>
<content type='text'>
surrounding sentences.  From a discussion on -ports.

Reviewed by:	David Wolfskill &lt;david@catwhisker.org&gt;
</content>
</entry>
<entry>
<title>Clarify pw(8) manual w/respect to required arguments. Break long lines at</title>
<updated>2015-08-03T21:19:31Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2015-08-03T21:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e4d5cf1d6e08c7f2cbeac67e7dbd4768c057635'/>
<id>urn:sha1:1e4d5cf1d6e08c7f2cbeac67e7dbd4768c057635</id>
<content type='text'>
punctuation while here.

Differential Revision:	https://reviews.freebsd.org/D2700
Reviewed by:	wblock, bapt
MFC after:	3 days
X-MFC-to:	stable/10
</content>
</entry>
<entry>
<title>Change the documentation to reflect where the -V option should be used</title>
<updated>2015-06-14T21:50:38Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-06-14T21:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4369c82dc6fc0b30ae50f08a306d6383caaaf692'/>
<id>urn:sha1:4369c82dc6fc0b30ae50f08a306d6383caaaf692</id>
<content type='text'>
Suggested by:	kientzle
</content>
</entry>
<entry>
<title>backout remove of -q option for pw [user|group] next</title>
<updated>2015-06-08T05:27:34Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-06-08T05:27:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3bfc59e83b540cd527cffba13487e14e8d43e30b'/>
<id>urn:sha1:3bfc59e83b540cd527cffba13487e14e8d43e30b</id>
<content type='text'>
While the return code is broken, some corner case usage depends on the
functionnality, so backout until we get better regression tests covering those
corner case usage.
</content>
</entry>
<entry>
<title>Remove '-q' support for pw [user|group] next</title>
<updated>2015-06-07T21:57:20Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-06-07T21:57:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0958dffde2523619b86c928b634546f06ddd5180'/>
<id>urn:sha1:0958dffde2523619b86c928b634546f06ddd5180</id>
<content type='text'>
the intent of -q in this command is to return as exit status the value of the
next group/user id, which does not make sense given exit status are limited to
values between 0 and 255.
</content>
</entry>
<entry>
<title>Document pw(8) '-R' option, added in r283961.</title>
<updated>2015-06-03T19:17:45Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2015-06-03T19:17:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5b912ff43051ba3f6972a416c7fa25dbe19f869'/>
<id>urn:sha1:a5b912ff43051ba3f6972a416c7fa25dbe19f869</id>
<content type='text'>
MFC after:	1 week
X-MFC-after:	r283961
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Teach pw(8) about how to use pw/gr API to reduce code duplication</title>
<updated>2012-10-30T08:00:53Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-10-30T08:00:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb2db03194f64258e3b04f727380db43a99a2067'/>
<id>urn:sha1:fb2db03194f64258e3b04f727380db43a99a2067</id>
<content type='text'>
MFC after:	2 months
</content>
</entry>
</feed>
