1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More code cleanup More... about 17 years ago
Move generic chroot functions to chroot.cpp More... about 17 years ago
Update the version number to 0.11 More... about 17 years ago
Initialize context_state[0] for fork and vfork For vfork, mark as shared mem to avoid unnecessary memory allocation More... about 17 years ago
Remove unnecessary includes More... about 17 years ago
Remove (no longer?) needed includes from PPC port More... about 17 years ago
Add stdlib.h to parent.cpp to solve compilation errors on gcc 4.3 More... about 17 years ago
Update changelog, README and NEWs Update version number to 1.10 More... about 17 years ago
Add chroot support for utime, utimes and inotify_add_watch More... about 17 years ago
Add chroot support for the get/set/list/remove xattr More... about 17 years ago
Add chroot support to the setxattr and lsetxattr functions Split the generic chroot support functions to those that resolve that last link and those that don't More... about 17 years ago
Unify the chroot parameter replacing code More... about 17 years ago
Add chroot support for truncate64 More... about 17 years ago
Add chroot support for statfs and truncate. move the chown chroot support to use the shared memory More... about 17 years ago
Add chroot support to uselib (Deprecated Linux specific syscall - go figure) More... about 17 years ago
Add chroot support to readlink Remove no longer necessary explicit memory allocation from sys_stat, and transform it to use shared memory More... about 17 years ago
Rewrite sys_symlink to use shared mem when doing chroot fix bug where new symlink did not register an override More... about 17 years ago
Add support for rmdir: chroot and removal from override database More... about 17 years ago
Switch the mkdir support for chroot to use readonly shared memory More... about 17 years ago
Add rename for chroot support Solve a minor warning when compiling on Debian Etch More... about 17 years ago
Add chroot support for the access syscall More... about 17 years ago
Add chroot support for chmod More... about 17 years ago
Add chroot support to mknod More... about 17 years ago
Add chroot support to execve More... about 17 years ago
Implement unlink (properly) More... about 17 years ago
Translate use of direct method to ptlib_get_cwd Make sure the link returned is null terminated More... about 17 years ago
Add to ptlib command to query where cwd and fd for a process point More... about 17 years ago
sys_unlink and chroot More... about 17 years ago
Activate the handling of "link" More... about 17 years ago
Translate all use of "state->memory" for ptlib_generate_syscall to "state->shared_memory" (more secure + according to new schema) Move sys_open to use the shared memory in case of a chroot Implement chroot in "link" More... about 17 years ago