User Details
User Details
- User Since
- Jul 7 2020, 10:11 PM (238 w, 1 d)
Aug 30 2020
Aug 30 2020
shubh requested review of D26236: Capsicumize file(1).
Aug 18 2020
Aug 18 2020
shubh updated the diff for D25917: Capsicumize fsdb.
- Fixed indents
- Added 2 comments
shubh requested review of D26094: Capsicumize fsck_ffs.
Aug 17 2020
Aug 17 2020
shubh updated the diff for D25905: Capsicumize fsck_msdosfs.
Minor fix
shubh updated the diff for D25905: Capsicumize fsck_msdosfs.
- Code for opening the filesystem has been shifted to main.c so that different cases for HAVE_CAPSICUM could use a similar call to checkfilesys()
- Added caph_enter_caspe() instead of caph_enter()
- Other minor fixes
Aug 5 2020
Aug 5 2020
shubh updated the diff for D25604: Capsicumize traceroute6.
- Removed #ifndef HAVE_GETIPNODEBYNAME block completely and added a comment near the usage of getipnodebyname()
- Used nitems inside cap_dns_type_limit() and cap_dns_family_limit()
- Moved the logic for opening cap_dns to a new function capdns_open()
shubh added inline comments to D25917: Capsicumize fsdb.
Aug 3 2020
Aug 3 2020
shubh added inline comments to D25917: Capsicumize fsdb.
Aug 2 2020
Aug 2 2020
shubh requested review of D25917: Capsicumize fsdb.
Aug 1 2020
Aug 1 2020
shubh updated the diff for D25905: Capsicumize fsck_msdosfs.
- Added cap_fileargs for multiple filesystems as arguments.
- 2 instances of cap_fileargs have been used to imitate the open() calls for different flag cases
- Wrapped the sandboxing logic under HAVE_CAPSICUM flag
Jul 31 2020
Jul 31 2020
shubh updated the diff for D25905: Capsicumize fsck_msdosfs.
- Minor fix to let all cases of open() calls work
shubh updated the diff for D25905: Capsicumize fsck_msdosfs.
- Added #ifdef HAVE_CAPSICUM
shubh requested review of D25905: Capsicumize fsck_msdosfs.
Jul 27 2020
Jul 27 2020
shubh updated the diff for D25604: Capsicumize traceroute6.
Minor fixes
Jul 20 2020
Jul 20 2020
shubh updated the diff for D25604: Capsicumize traceroute6.
- Removed unnecessary ifdefs
- Added some capsicum helper functions
shubh updated the diff for D25603: traceroute6: Fix most of the warnings at the default WARNS level.
Fixed indents and changed all instances of
Jul 17 2020
Jul 17 2020
shubh updated the diff for D25604: Capsicumize traceroute6.
Updated with context and removed a bug where it didn't work with the -I flag in the fist diff
shubh updated the diff for D25603: traceroute6: Fix most of the warnings at the default WARNS level.
- Renamed the new variables, and wrapped them in #if defined
- Removed the variable definitions in the source selection code, and reuse the top-level variables
- added a freeaddrinfo(res) which was missing
- Removed unnecessary comments
shubh updated the diff for D25604: Capsicumize traceroute6.
- Added MK_CASPER check to the Makefile
- Added WITH_CASPER defines instead of HAVE_LIBCASPER
- Checked for errno after cap_enter() call
- Removed cansandbox variable
Jul 9 2020
Jul 9 2020
shubh updated the diff for D25603: traceroute6: Fix most of the warnings at the default WARNS level.
Updated diff with context
shubh updated the diff for D25604: Capsicumize traceroute6.
Updated the diff with context
shubh requested review of D25604: Capsicumize traceroute6.
shubh updated the summary of D25603: traceroute6: Fix most of the warnings at the default WARNS level.
shubh updated the summary of D25603: traceroute6: Fix most of the warnings at the default WARNS level.