Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Previously, it wouldn't check 1-byte-input. Now it does.
Also, nospam/out should contain the 8-digit hexadecimal number
instead of just the raw string passed to the in-fifo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It allows changing and reading the current nospam-value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and fill up the missing cases.
|
|
|
|
|
|
Don't use 3 printf's when 1 is possible.
|
|
and use it to create FIFOs by not closing the passed fd when it is
-1.
To prevent stdin from being closed, we could think about changing
the condition to if(*fd > 0).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A umask of 022 gives us 0755.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|