<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/auth.c, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-26T02:00:33Z</updated>
<entry>
<title>lib: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-26T02:00:33Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-26T02:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e53a4f90f82c4345f277dd87cc9292f26e04a29'/>
<id>urn:sha1:5e53a4f90f82c4345f277dd87cc9292f26e04a29</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
</entry>
<entry>
<title>Finally nuke auth.conf, nine years after it was deprecated.  The only</title>
<updated>2012-06-12T17:02:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-06-12T17:02:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c5a9216994bf301a6cb4585b2ff20449effeb43'/>
<id>urn:sha1:7c5a9216994bf301a6cb4585b2ff20449effeb43</id>
<content type='text'>
thing it was still used for was to set the "global default" password
hash.  Since the stock auth.conf contained nothing but comments, the
global default was actually the first algorithm in crypt(3)'s list,
which happens to be DES; I take the fact that nobody noticed as proof
that it was not used outside of crypt(3).

The only other use in our tree was in the Kerberos support code in
in tinyware's passwd(1).  I removed that code in an earlier commit;
it would not have compiled anyway, as it only supported Kerberos IV.

The auth_getval() function is now a stub that always returns NULL,
which has the same effect as a functional auth_getval() with an
empty auth.conf.

MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Tidy up. Sort headers.</title>
<updated>2003-06-14T18:42:37Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-14T18:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485'/>
<id>urn:sha1:0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libutil</title>
<updated>2001-09-30T22:35:07Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8719c58fefefd5ceebb076be7e40b2a2be317c36'/>
<id>urn:sha1:8719c58fefefd5ceebb076be7e40b2a2be317c36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a mangled $Id string</title>
<updated>2000-11-25T09:10:55Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-11-25T09:10:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6b2bce2858e3bce71bd69dc879bc196c17ec759'/>
<id>urn:sha1:f6b2bce2858e3bce71bd69dc879bc196c17ec759</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o move path in libutil.h to paths.h</title>
<updated>1998-10-09T07:32:38Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-09T07:32:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50dfa596d3f83c7de5fde6b5e54b8a8b9484dcb6'/>
<id>urn:sha1:50dfa596d3f83c7de5fde6b5e54b8a8b9484dcb6</id>
<content type='text'>
o make property_read() take a fd instead to avoid stdio.h mess
o update auth to new interface.
</content>
</entry>
<entry>
<title>Correct a build error that got past my build test somehow.</title>
<updated>1998-10-08T01:56:49Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-08T01:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69761016be942dc4c291e264d32b49f997644539'/>
<id>urn:sha1:69761016be942dc4c291e264d32b49f997644539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a simple mechanism for reading property lists from files (which</title>
<updated>1998-10-07T17:32:49Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-07T17:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b704025f3ccc7748201a509f3fc10563ce61971e'/>
<id>urn:sha1:b704025f3ccc7748201a509f3fc10563ce61971e</id>
<content type='text'>
I'll convert sysinstall to use shortly) and a simple call which uses
this mechanism to implement an /etc/auth.conf file.  I'll let Mark Murray
handle the format and checkin of the sample auth.conf file.
Reviewed by:	markm
</content>
</entry>
</feed>
