0
I Use This!
Inactive

Commits : Listings

Analyzed 7 minutes ago. based on code collected about 6 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Add -m and -n option for specifing nfsd and mountd ports - Use default ports for nfsd and mountd (fallback to old behaviour) - Change mountd default port to 785 More... over 16 years ago
Choose an ephemeral port for mountd and nfsd instead of hardcoded ports. More... about 17 years ago
Improve error message when running in case sensitive mode, and a mount request comes in for the wrong case in the exports file. More... over 17 years ago
Remove unused function.
Ed Maste
as emaste
More... over 17 years ago
Update usage. -i is now obsolete (insensitive is the default), use -s to turn on case sensitivity More... over 17 years ago
Provide a more useful error message in the case that bind() fails.
Ed Maste
as emaste
More... over 17 years ago
Contains the following major changes: - If run as a service, report errors to event log - Improved error/debug messages to include relevant details - Removed commonly tripped asserts and replaced with more sane behaviour - Obsoleted -i flag, made default behaviour consistant with previous versions (case insensitive) and added -s flag to enable case sensitivity. More... almost 18 years ago
Be case sensitive by default.
Ed Maste
as emaste
More... about 18 years ago
Get rid of near/far bcopy functions.
Ed Maste
as emaste
More... about 18 years ago
Switch printfs to error()/debug() and fix format specifiers to match arguments.
Ed Maste
as emaste
More... about 18 years ago
Switch fprintf(stderr, ...) to use error()/debug() functions.
Ed Maste
as emaste
More... about 18 years ago
change to lastinodeno instead of maxinodes in asserts More... about 18 years ago
Convert some debug output to new functions.
Ed Maste
as emaste
More... about 18 years ago
Return NULL from inattrget also for out of range inodes. This will cause ESTALE to be returned to the client, instead of having the server die on an assert.
Ed Maste
as emaste
More... about 18 years ago
Garbage collect nonfunctional Novell support.
Ed Maste
as emaste
More... about 18 years ago
Add debugging, and produce stripped and unstripped binaries.
Ed Maste
as emaste
More... about 18 years ago
Silence compiler warnings.
Ed Maste
as emaste
More... about 18 years ago
Add missing file name to error printf.
Ed Maste
as emaste
More... about 18 years ago
ANSIfy, add return type.
Ed Maste
as emaste
More... about 18 years ago
Remove unused variable
Ed Maste
as emaste
More... about 18 years ago
Whitespace fix: get rid of <CR> line endings.
Ed Maste
as emaste
More... about 18 years ago
Remove 128000 inode limit. inodes are now dynamically grown until we run out of ram. The array starts @ 32K, and doubles each time it hits the limit. The 'name' entry in the 'Dir_t' entry has been made a pointer, and malloc'd to the actual path len needed, rather than being MAXPATHLEN. More... about 18 years ago
Cleanup and use new error/debug code.
Ed Maste
as emaste
More... about 19 years ago
Cleanup, use new error/debug code.
Ed Maste
as emaste
More... about 19 years ago
Provide consistent usage information.
Ed Maste
as emaste
More... about 19 years ago
Add new debug() facility (inspired by ssh) to allow runtime selection of verbosity level. Include workaround for Cygwin rxvt + native Windows stdio bug.
Ed Maste
as emaste
More... about 19 years ago
Make line endings consistent. Remove CVS Log keyword. 'cvs log' works just fine.
Ed Maste
as emaste
More... about 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago