<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil, branch releng/9.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-10T17:50:19Z</updated>
<entry>
<title>MFC r247534 (by ru): Fixed documented prototype of kinfo_getproc(3).</title>
<updated>2013-03-10T17:50:19Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2013-03-10T17:50:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b179c4a87c88682cbafadde58c35f703a83dde83'/>
<id>urn:sha1:b179c4a87c88682cbafadde58c35f703a83dde83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: r240391</title>
<updated>2012-09-19T06:18:42Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-09-19T06:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f668c3c4f762ac6a366cc015b65fb3bf75de836b'/>
<id>urn:sha1:f668c3c4f762ac6a366cc015b65fb3bf75de836b</id>
<content type='text'>
Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3)

PR:		bin/171487
Submitted by:	matthew
</content>
</entry>
<entry>
<title>MFH r237269: switch default password hash to sha512.</title>
<updated>2012-07-15T12:00:47Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-07-15T12:00:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2da22d745eaf9425e9fb9ef9f3baa23c7547168'/>
<id>urn:sha1:c2da22d745eaf9425e9fb9ef9f3baa23c7547168</id>
<content type='text'>
Approved by:    re
</content>
</entry>
<entry>
<title>MFH r236751: document sha256 / sha512 support</title>
<updated>2012-07-15T11:39:35Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-07-15T11:39:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=655530070f2e3de0ccbb6b3cb3fa1559a8eb87d0'/>
<id>urn:sha1:655530070f2e3de0ccbb6b3cb3fa1559a8eb87d0</id>
<content type='text'>
MFH r236892: remove mention of auth.conf from programs that don't use it
MFH r236963: remove dead code relating to auth.conf
MFH r236965 r236966 r236967 r237005 r237006 r237011: retire auth.conf

Approved by:    re
</content>
</entry>
<entry>
<title>MFC: r237268</title>
<updated>2012-06-29T13:00:28Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-06-29T13:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1b90793e4a3ca2e7199dda6a613107934b60f8c0'/>
<id>urn:sha1:1b90793e4a3ca2e7199dda6a613107934b60f8c0</id>
<content type='text'>
early MFC to get this important bugfix into 9.1

Revert user comparison back to user names as some user can share uids (root/toor
for example)

get the username information from old_pw structures to still allow renaming of a
user.

Reported by:	Claude Buisson &lt;clbuisson@orange.fr&gt;
Approved by:	des (mentor)
</content>
</entry>
<entry>
<title>MFC r233648:</title>
<updated>2012-06-18T04:55:07Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-06-18T04:55:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1be2e5bd8cc6faf5b25f9b39445ed5e3d1b6d5f5'/>
<id>urn:sha1:1be2e5bd8cc6faf5b25f9b39445ed5e3d1b6d5f5</id>
<content type='text'>
	Remove trailing whitespace per mdoc lint warning

Approved by:	cperciva (implicit)
</content>
</entry>
<entry>
<title>MFC: 228545,229572</title>
<updated>2012-06-02T15:13:28Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-06-02T15:13:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb295c6700097a4ca3796a143b8f4f6318b38ffd'/>
<id>urn:sha1:cb295c6700097a4ca3796a143b8f4f6318b38ffd</id>
<content type='text'>
Modify pw_copy:
- if pw is NULL and oldpw is not NULL then the oldpw is deleted
- if pw-&gt;pw_name != oldpw-&gt;pw_name but pw-&gt;pw_uid == oldpw-&gt;pw_uid
then it renames the user

add new gr_* functions so now gr_util API is similar to pw_util API,
this allow to manipulate groups in a safe way.

Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd

Approved by:	des (mentor)
</content>
</entry>
<entry>
<title>MFC r235337:</title>
<updated>2012-05-18T01:51:12Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2012-05-18T01:51:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=119c43733f58de97f84add39451c4b148d10081c'/>
<id>urn:sha1:119c43733f58de97f84add39451c4b148d10081c</id>
<content type='text'>
General mdoc(7) and typo fixes.

PR:		167804
</content>
</entry>
<entry>
<title>MFC r232157, r232158:</title>
<updated>2012-04-26T20:11:57Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2012-04-26T20:11:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2082345d1e9c8ea29ecb1f51e635def437fefbe0'/>
<id>urn:sha1:2082345d1e9c8ea29ecb1f51e635def437fefbe0</id>
<content type='text'>
r232157:
  Fix various typos in manual pages.

  Submitted by: amdmi3
  PR:           165431

r232158:
  Whitespace cleanup:
    o Wrap sentences on to new lines
    o Cleanup trailing whitespace
</content>
</entry>
<entry>
<title>MFC: 229942, 231938</title>
<updated>2012-04-03T21:10:30Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2012-04-03T21:10:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8cce99e0267e4fba05cd02f6db46755b6b62167c'/>
<id>urn:sha1:8cce99e0267e4fba05cd02f6db46755b6b62167c</id>
<content type='text'>
229942: Style fixes courtesy of pjd.

231938: Set the O_CLOEXEC flag when opening the pidfile to avoid leaking the
file descriptor via exec(3).

Now that daemon(8) has been fixed to resolve the issue noted by trociny,
the consensus is that this change should be OK.
</content>
</entry>
</feed>
