|
* Allow the option of parsing multiple post-connection commands.
* Initial change for multiple commands via stdin
* Use MSG_MAX as the max length of additional commands
* Include + 1 to MSG_MAX to account for newline characters
* Rework loop to process commands to avoid seg fault, use strnlen
* Remove swap file
* Restore previous formatting, restore man description for -x for now
* Enable additional commands via both stdin and option argument
* Move misplaced malloc check to where it belongs
* Simplify logic to read commands from stdin
* Retain functionality to accept server command as option argument
* Maintain same functionality as before when sending inic
|