summaryrefslogtreecommitdiffstats
path: root/utils/gssd/cacheio.c
Commit message (Collapse)AuthorAgeFilesLines
* Error check messages sent to the kernel.Neil Brown2007-01-111-2/+4
| | | | | | And make sure that if we fail to export a filesystem in mountd, then we don't try to get a filehandle on it, or a deadlock might occur.
* Properly report errors in readline() functionkwc@citi.umich.edu2006-07-041-3/+7
| | | | | | Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Change message priorities for errors and debug messages.
* Change default buffer size increment for readline()kwc@citi.umich.edu2006-07-041-3/+5
| | | | | | | | Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> The readline routine expects much smaller messages than we are passing. Change the default initial allocation and increment value from 128 to 2048. This saves many calls to realloc().
* Fix up the svcgss mess I made, and run autoconf/automakeneilbrown2006-03-271-0/+289