User Details
User Details
- User Since
- Jan 25 2019, 4:06 PM (293 w, 2 d)
Nov 17 2021
Nov 17 2021
yocalebo_gmail.com added a comment to D32993: Fix mountd parsing of user/group info in /etc/exports.
yocalebo_gmail.com added a comment to D32993: Fix mountd parsing of user/group info in /etc/exports.
yocalebo_gmail.com updated the diff for D32993: Fix mountd parsing of user/group info in /etc/exports.
Nov 16 2021
Nov 16 2021
yocalebo_gmail.com updated the diff for D32993: Fix mountd parsing of user/group info in /etc/exports.
yocalebo_gmail.com added a comment to D32993: Fix mountd parsing of user/group info in /etc/exports.
Okay, I've tried to fix the style to be consistent with what freeBSD expects. I've removed the call to cr->cr_uid = atoi(name) because it's a no-op and could never be reached with or without my logic changes. Lastly, I've ensured that if strsep_quote returns NULL that we account for that so we don't crash by passing a NULL value to the various getpw* or getgr calls.
yocalebo_gmail.com updated the diff for D32993: Fix mountd parsing of user/group info in /etc/exports.
Nov 15 2021
Nov 15 2021
yocalebo_gmail.com added inline comments to D32993: Fix mountd parsing of user/group info in /etc/exports.
yocalebo_gmail.com added inline comments to D32993: Fix mountd parsing of user/group info in /etc/exports.
yocalebo_gmail.com added inline comments to D32993: Fix mountd parsing of user/group info in /etc/exports.
yocalebo_gmail.com updated the diff for D32993: Fix mountd parsing of user/group info in /etc/exports.
Uploading new diff addressing Rick Macklem's review.
yocalebo_gmail.com requested review of D32993: Fix mountd parsing of user/group info in /etc/exports.
Mar 24 2021
Mar 24 2021
yocalebo_gmail.com added inline comments to D18958: align nfsdumpstate column output.
yocalebo_gmail.com updated the diff for D18958: align nfsdumpstate column output.
yocalebo_gmail.com updated the summary of D18958: align nfsdumpstate column output.
yocalebo_gmail.com updated the summary of D29415: fix lockd daemon().
yocalebo_gmail.com updated the diff for D18958: align nfsdumpstate column output.
yocalebo_gmail.com requested review of D29415: fix lockd daemon().
Jan 25 2019
Jan 25 2019
yocalebo_gmail.com added a comment to D18958: align nfsdumpstate column output.
I don't believe it will need a man page change because the dump_lockstate function already prints a blank for this column when a call back address isn't found.