0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In gen_syscalls.pl:
Shlomi Fish
as shlomif
More... over 22 years ago
2002-05-19 11:01:02 Muli Ben-Yehuda <[email protected]>
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Fixed the bug Muli reported me.
Shlomi Fish
as shlomif
More... over 22 years ago
Merged four duplicate push lines into one.
Shlomi Fish
as shlomif
More... over 22 years ago
More cleanups of gen_syscalls.pl, courtesy of Shlomi Fish.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
fix thinko with last cell in the array
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Misc cleanups and small fixes, mostly in preparation for the "get rules" patch.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
* doc/Version-1.0-features: added a few comments and clarifications.
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
* sct_config/conditional.cpp: miscelanous cleanups and small (potential) bug fixes. * sct_config/conditional.h: comment the header file.
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
remove out of date sct_config/TODO
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
2002-03-26 22:13:47 mulix <[email protected]>
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
* ChangeLog.overview: remove empty lines. * sct_config/parse_exception.cpp: if the file name is '-', for stdin, print 'stdin' instead of '-'. * sct_config/rule.cpp: disable the rule name validity check - anonymous rules are useful and we dont use the rule name anywhere. * sct_config/syscalls.cpp: disable debug output. * sct_rules_module/gen_syscalls.pl: if a system call's kernel_function name begins with '!', dont autogenerate it.
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
Commit Focus: small fixes using lint. More... almost 23 years ago
* doc/Version-1.0-features: * sct_config/Makefile: if the control library or the rules library changed, relink the executable. * tests/Makefile: likewise. * sct_ctrl_lib/dev_file_private.c: (dev_file_do_protocol): add a retry mechanism, in case we get EBUSY from the device file. * sct_rules/rule_engine.c: (sct_tracker_perform_action): print a debug message if KILL_PROCESS or SUSPEND_PROCESS is passed. * sct_rules_module/device_file.c: (sct_open), (sct_release): add locking to the release function, set the module owner directly in the file_operations struct. * sct_rules_module/module_main.c: (init_module): no need to set the module owner here. * sct_rules_module/syscall_hijack.c: (init_module): add a module parameter to allow unloading the module (enabled by default for debugging). * tests/compile_test.py: small cleanups. * tests/tester.c: add <string.h>
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
fixed wrong date in changelog entry (damned cut & paste)
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
2001-12-29 Eli Shemer <[email protected]>
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
updated entry More... almost 23 years ago
* doc/sct_config_manual.html: added info about support for octal/hex numbers. added a section in the 'macros' section about constants (e.g. O_RDONLY). More... almost 23 years ago
Commit Focus: support for octal/hex numbers in filter expressions. More... almost 23 years ago
Commit Focus: added support for parameter-less macros (aka constants) mecahnism, and the various flags macros for the 'open' syscall (O_RDONLY, O_EXCL, etc.) More... almost 23 years ago
Commit Focus: syntax cleanup for config file. only use '=' to seperate tokens, not ':'. for instance: 'syscall_name = unlink' instead of 'syscall_name: unlink' also added spaces around '=' chars, to make them more readable. More... almost 23 years ago
2002-02-26 mulix <[email protected]>
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
* doc/Version-1.0-features: added an entry regarding speed impact benchmarking, as suggester by Amir S. More... almost 23 years ago
2002-02-26 mulix <[email protected]>
Muli Ben-Yehuda
as mulix
More... almost 23 years ago
added entry More... almost 23 years ago
small cleanups More... almost 23 years ago
added note about invalid mixing of compilers for the module and the kernel. More... almost 23 years ago
updated errors seen when loading only the 2nd module More... almost 23 years ago
updated of 'unresolved symbols' messages getting if loading only the 2nd module More... almost 23 years ago
added info about version 0.7 More... almost 23 years ago