aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.h
AgeCommit message (Collapse)Author
2013-03-08Start using per-library config filesPetr Machata
We have one global cache, initialized in init_global_config. output.c was adjusted to load per-library config files on demand from that cache.
2013-03-08Add code for protolib cachePetr Machata
This doesn't yet handle autoloading of /etc/ltrace.conf, but the algorithms are all in.
2013-03-08In read_config_file, pass around locus instead of using globalsPetr Machata
2013-03-08Add destroy_global_config. Call it on shutdownPetr Machata
This is for symmetry with init_global_config.
2012-10-26Update copyright information and license headersPetr Machata
2012-08-29New interface init_global_configPetr Machata
2006-02-20run Lindent over source to get everything looking about the sameIan Wienand
1998-04-12Version 0.2.9Juan Cespedes
* Bug#20616 wasn't completely fixed; it didn't work with some programs (Fixed) * Stopping ltrace with ^C DIDN'T WORK if -p option is not used!! (Fixed) * Option -f caused program to segfault; fixed * Fixed nasty bug about executing set[ug]id binaries: When executing a program fails, don't left the program STOPPED. * Make ltrace work with all setuid and setgid binaries when invoked as root