summaryrefslogtreecommitdiff
path: root/lib/libutil/auth.c
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up. Sort headers.Mark Murray2003-06-141-3/+3
| | | | Notes: svn path=/head/; revision=116344
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-4/+3
| | | | Notes: svn path=/head/; revision=84225
* Fix a mangled $Id stringPeter Wemm2000-11-251-1/+1
| | | | Notes: svn path=/head/; revision=69156
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-091-5/+7
| | | | | | | | o make property_read() take a fd instead to avoid stdio.h mess o update auth to new interface. Notes: svn path=/head/; revision=40109
* Correct a build error that got past my build test somehow.Jordan K. Hubbard1998-10-081-0/+1
| | | | Notes: svn path=/head/; revision=40050
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-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 Notes: svn path=/head/; revision=40040