aboutsummaryrefslogtreecommitdiffstats
path: root/small-codes
Commit message (Collapse)AuthorAgeFilesLines
* add umask call to dictate rights for unix socketvg2024-02-231-3/+5
|
* fix message outputvg2024-02-231-6/+6
| | | | | | | | | | | - avoid buffer overflow if received message is taking up to maximum buffer size, then latest char assign would have been set after the table length. - avoid using printf for quicker simple string output, write can be used since length is already known. - removed debug prefix from the output.
* add new syslog-listen program to repositoryvg2024-02-231-0/+47