summaryrefslogtreecommitdiffstats
path: root/lib/libutil/property.3
Commit message (Collapse)AuthorAgeFilesLines
* Finally nuke auth.conf, nine years after it was deprecated. The onlydes2012-06-121-2/+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
* Remove unnecessary includes from these libutil man pages.ghelmer2012-01-161-1/+0
| | | | Requested by bde (as was the previous commit).
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
|
* Spelling fixes.joel2010-08-031-1/+1
|
* 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-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
|
* The .Fn functioncharnier2003-03-241-2/+4
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Remove whitespace at EOL.dd2001-07-151-6/+6
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+3
|
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h somurray2000-11-081-1/+3
| | | | | | | that applications know how large of a buffer they must allocate before calling property_find(). Also added a $FreeBSD$ tag while I'm here. Approved by: jkh
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+1
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-6/+2
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-4/+4
| | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net>
* Fixed bitrot in synopsis (some const poisoning had not reached here).bde1999-03-051-2/+2
|
* Better document the file format, add in support for nested {}'s in multi-linejkh1998-11-221-4/+17
| | | | property values.
* correct prototype.jkh1998-10-141-2/+2
|
* Update docs to match interface change.jkh1998-10-091-4/+4
|
* Add some rudimentary documentation for my new functions.jkh1998-10-081-0/+84
OpenPOWER on IntegriCloud