summaryrefslogtreecommitdiffstats
path: root/lib/libutil/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* Finally nuke auth.conf, nine years after it was deprecated. The onlydes2012-06-121-31/+5
| | | | | | | | | | | | | | | | | | 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
* Tidy up. Sort headers.markm2003-06-141-3/+3
|
* Add __FBSDID()s to libutildillon2001-09-301-4/+3
|
* Fix a mangled $Id stringpeter2000-11-251-1/+1
|
* o move path in libutil.h to paths.hjkh1998-10-091-5/+7
| | | | | o make property_read() take a fd instead to avoid stdio.h mess o update auth to new interface.
* Correct a build error that got past my build test somehow.jkh1998-10-081-0/+1
|
* Add a simple mechanism for reading property lists from files (whichjkh1998-10-071-0/+68
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
OpenPOWER on IntegriCloud