some tools
Latest commits
| Commit | Message | Author | Date |
|---|---|---|---|
| 6a7eabbfee | some fixes | Toni Uhlig | 4 years ago |
| e7bacdee09 | MAX_TERMINAL_LEN -> MAX_TERMINAL_WIDTH seems more precise | Toni Uhlig | 6 years ago |
| 7b3611a0d3 | inform the user if we did not saw the file was fully read/written but the pid is not available anymore | Toni Uhlig | 6 years ago |
| e490f5f4ef | support for writing files (means that fd offset > previously stat'ed file) | lns | 6 years ago |
| ab65f33409 | fixed suerfluous length check, fixed incorrect progressbar calculation | lns | 6 years ago |
Branches
| Name | Target | Subject | Date |
|---|---|---|---|
| master | 6a7eabbfee | some fixes | 4 years ago |
Tags
| Name | Target | Subject | Date |
|---|---|---|---|
| v1.1 | d7adb84634 | print features, added argcount to cmd struct, safe_exec accepts max argument param | 9 years ago |
| v1.0 | d05106d796 | better suidcmd | 9 years ago |
README
some tools
aes.c
A minimal working CLI based aes implementation.
ascii85
A C&P'ed ASCII-85 converter.
asciihexer.c
Magic ascii-2-hex app.
dummyshell.c
A minimalistic restricted system-usage/messaging/command-exec shell.
gol.c
Conway's GameOfLife - written by Steffen Vogel / bugfixed,improved by myself.
progressbar.c
A simple progressbar cmdline viewer - view the current fd position of a given path.
suidcmd.c
multi-call-setuid-binary: Run arbitrary commands (useful for running non-suid programs on non-suid fs).
xidle.c
Report XServer idle time (no cursor movement).
xdiff.c
Report X11 root window pixel diff (without cursor).
Thats all folks.