2016-05-17 06:47 | Add a function to discard a signature | z3bra | 3 | +74 | -19 |
2016-05-16 21:11 | Comment out code and functions | z3bra | 2 | +75 | -8 |
2016-05-16 11:32 | Crawl $KEYRING if no key is provided | z3bra | 3 | +97 | -18 |
2016-05-16 10:28 | Rework mkfile | z3bra | 1 | +3 | -3 |
2016-05-16 10:17 | Add messages for verbose mode | z3bra | 1 | +25 | -8 |
2016-05-16 10:14 | Allow file to be given on the command line | z3bra | 1 | +11 | -11 |
2016-05-16 10:12 | Set error values explicitely | z3bra | 1 | +3 | -3 |
2016-05-16 08:29 | Make manpage more explicit about checks | z3bra | 1 | +1 | -1 |
2016-05-16 08:19 | Update README and manpage | z3bra | 2 | +79 | -5 |
2016-05-16 07:26 | Dump content if signature is verified | z3bra | 1 | +3 | -1 |
2016-05-16 07:09 | Use predifined error values | z3bra | 1 | +18 | -11 |
2016-05-15 18:08 | Fix segfault when no key is provided | z3bra | 1 | +10 | -0 |
2016-05-15 17:49 | Make check() the default action | z3bra | 1 | +4 | -1 |
2016-05-15 17:40 | Save return value of actions | z3bra | 1 | +3 | -3 |
2016-05-15 17:39 | Return directly after creating the key pair | z3bra | 1 | +2 | -2 |
2016-05-15 17:37 | check() verifies the signature of the message | z3bra | 1 | +28 | -0 |
2016-05-15 17:35 | extractsig() copies the signature to the buffer | z3bra | 1 | +39 | -0 |
2016-05-15 17:34 | extractmsg() copies the message only to the buffer | z3bra | 1 | +19 | -0 |
2016-05-15 17:33 | Close openned streams on exit | z3bra | 1 | +5 | -0 |
2016-05-15 17:30 | Use strlen() rather than sizeof() | z3bra | 1 | +2 | -2 |
2016-05-15 17:24 | Change bufferize() prototype | z3bra | 1 | +10 | -5 |
2016-05-15 17:22 | Fix incorrect write of public key | z3bra | 1 | +1 | -1 |
2016-05-15 17:19 | Add a verbose mode | z3bra | 1 | +4 | -0 |
2016-05-15 17:16 | Remove \n prefixing SIGBEGIN | z3bra | 1 | +2 | -2 |
2016-05-15 17:13 | base64.c: Make decoding cleaner | z3bra | 1 | +8 | -5 |
2016-05-11 21:44 | base64: return encoded size without \0 | z3bra | 1 | +8 | -6 |
2016-05-10 19:01 | Add a function to bufferize input stream | z3bra | 1 | +43 | -11 |
2016-05-10 19:00 | Put a new line before the signature | z3bra | 1 | +1 | -1 |
2016-05-10 17:47 | Add sign() prototype | z3bra | 1 | +1 | -0 |
2016-05-10 17:44 | Move base64_index() prototype to base64.c | z3bra | 2 | +2 | -1 |
2016-05-10 17:39 | Implement base64_decode() | z3bra | 2 | +32 | -3 |
2016-05-10 06:23 | Simplify base64_table[] declaration | z3bra | 1 | +1 | -7 |
2016-05-09 11:43 | Implement signing in base64 format | z3bra | 2 | +56 | -2 |
2016-05-09 06:44 | Add base64_format() to fold lines at a specified width | z3bra | 3 | +14 | -14 |
2016-05-07 22:01 | Declare base64_table[] in base64.c | z3bra | 3 | +18 | -16 |
2016-05-07 09:42 | base64_encode() working | z3bra | 2 | +82 | -0 |
2016-05-03 20:17 | Initial commit | z3bra | 9 | +236 | -0 |