<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/auth.c, branch releng/10.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Finally nuke auth.conf, nine years after it was deprecated.  The only</title>
<updated>2012-06-12T17:02:53+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2012-06-12T17:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c5a9216994bf301a6cb4585b2ff20449effeb43'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up. Sort headers.</title>
<updated>2003-06-14T18:42:37+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-14T18:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485'/>
<id>0ebec5d3c836a1a8ba2d3b4b06c57c5ecb104485</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libutil</title>
<updated>2001-09-30T22:35:07+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8719c58fefefd5ceebb076be7e40b2a2be317c36'/>
<id>8719c58fefefd5ceebb076be7e40b2a2be317c36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a mangled $Id string</title>
<updated>2000-11-25T09:10:55+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-11-25T09:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f6b2bce2858e3bce71bd69dc879bc196c17ec759'/>
<id>f6b2bce2858e3bce71bd69dc879bc196c17ec759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o move path in libutil.h to paths.h</title>
<updated>1998-10-09T07:32:38+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-09T07:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=50dfa596d3f83c7de5fde6b5e54b8a8b9484dcb6'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o make property_read() take a fd instead to avoid stdio.h mess
o update auth to new interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct a build error that got past my build test somehow.</title>
<updated>1998-10-08T01:56:49+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-08T01:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=69761016be942dc4c291e264d32b49f997644539'/>
<id>69761016be942dc4c291e264d32b49f997644539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple mechanism for reading property lists from files (which</title>
<updated>1998-10-07T17:32:49+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-07T17:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b704025f3ccc7748201a509f3fc10563ce61971e'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
