Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly report errors in readline() function | kwc@citi.umich.edu | 2006-07-04 | 1 | -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.edu | 2006-07-04 | 1 | -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/automake | neilbrown | 2006-03-27 | 1 | -0/+289 |