summaryrefslogtreecommitdiff
path: root/lib/libutil/auth.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-121-35/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=236965
* Reflect the reality; only crypt(3) uses /etc/auth.confRuslan Ermilov2005-01-211-1/+1
| | | | | | | for the time being. Notes: svn path=/head/; revision=140574
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131504
* Add a missing cross-ref.Ceri Davies2002-04-161-1/+2
| | | | | | | | Approved by: murray MFC after: 1 week Notes: svn path=/head/; revision=94829
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68945
* mdoc(7)'fyAlexey Zelkin1999-09-211-2/+3
| | | | | | | Reviewed by: mpp Notes: svn path=/head/; revision=51518
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add some rudimentary documentation for my new functions.Jordan K. Hubbard1998-10-081-0/+32
Notes: svn path=/head/; revision=40054