aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/property.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Fix ambiguous handling of empty strings, clarify manpage.Murray Stokely2000-11-221-9/+13
| | | | Notes: svn path=/stable/4/; revision=69020
* Better document the file format, add in support for nested {}'s in multi-lineJordan K. Hubbard1998-11-221-4/+11
| | | | | | | property values. Notes: svn path=/head/; revision=41291
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-1/+2
| | | | Notes: svn path=/head/; revision=40117
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-091-3/+2
| | | | | | | | 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/+2
| | | | Notes: svn path=/head/; revision=40050
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-10-071-0/+215
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