summary refs log tree commit diff
path: root/bin/aes.c (follow)
Commit message (Collapse)AuthorAge
* Cast %lc parameter to wint_tJune McEnroe2019-08-27
| | | | | I hadn't realized that's what type %lc takes and suddenly started seeing warnings about it for some reason.
* Fix DEL in aesJune McEnroe2019-02-05
|
* Add aesJune McEnroe2019-02-05
Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe