1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
CHANGES
-------
v1.1 25.02.01 (final) -> SuSE 7.1
* Added a #define which is needed for 2.4 kernels
v1.0 24.04.00 (final) -> SuSE 7.0
-> I think this tool is perfect now, just some more examples are
missing - maybe some people might send some in? See the end of
the README for an example for bind8 and squid!
* Added some more tips and information to the README
* Added squid2 example. See README
* --group was not working correctly, fixed.
v0.9 16.04.00 (final)
* Added a manpage!
* Enhanced/beautified the Makefile
v0.8 20.02.00 (public beta)
* Fixed bug: there was a parsing error with the --cap option
* Added --fork option (only forks if full pathname is given)
* Added bind8/named example. See README
v0.7 13.02.00 (public beta)
* Added "null"/"none" option to the -cap option to drop all capbits.
* Added runtime autodetection of uid_t size so the 2.4 kernel patch
for big uid's is supported.
* Disabled the generation of core files from the applications run.
v0.6 05.01.00 (public beta)
* Removed the initgroups() command and replaced it with
setgroups(0, NULL) which will remove *all* supplementary groups.
This is called if --user and/or --group is used.
* Setting the CLOSE_ON_EXEC Flag on the /dev/log fd, however, glibc
should do this. We just want to be sure ...
* Added suid/sgid warning
* Saving now 14kb memory while running by allocating/freeing memory
* added alarm(0) call to turn off a pending SIGALRM timer
* Fixed a small bug in the fd0-2 open check
* Fixed some typos and improved documentation and program help
-> thanks go to Solar Designer for comments & critics ...
v0.5 02.01.00 (public beta)
* Initial release
|