summaryrefslogtreecommitdiffstats
path: root/lib/libutil/auth.3
Commit message (Collapse)AuthorAgeFilesLines
* Finally nuke auth.conf, nine years after it was deprecated. The onlydes2012-06-121-56/+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
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* Sort sections.ru2005-01-201-4/+4
|
* english(4) police.schweikh2002-12-271-1/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+0
|
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-7/+3
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* mdoc(7)'fyphantom1999-09-211-1/+1
| | | | Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed bitrot in synopsis (some const poisoning had not reached here).bde1999-03-051-2/+2
|
* Add some rudimentary documentation for my new functions.jkh1998-10-081-0/+61
OpenPOWER on IntegriCloud