Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0 | Alan Dunn | 2014-02-06 | 1 | -0/+6 |
| | | | | | | | | | | Right now the behavior of packet_{en,de}crypt on len == 0 depends on the behavior of malloc. Instead, make these consistently fail based on what I assume the desired behavior is due to the first error message in each. Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | build: Fix missing struct in_addr warning. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | packet: cleaner logs with less redundant info | Aris Adamantiadis | 2011-10-03 | 1 | -12/+0 |
| | |||||
* | crypt: Rename to packet_crypt. | Andreas Schneider | 2011-09-18 | 1 | -0/+197 |