git@daemon.de
|
97f4d14d3b
|
finally fixed all stream related problems, z85 transparent en/decoding works, unittests all ok.
|
2014-02-27 13:55:43 +01:00 |
|
git@daemon.de
|
504ff55a00
|
added buffer_get_chunk_tobuf() which copies some chunk from one buffer to the other without a temporary variable
|
2014-02-26 15:27:53 +01:00 |
|
git@daemon.de
|
3b1db06529
|
changed all occurrences of unsigned char to byte (defined in defines.h) to make the code more precise about sizes.
|
2014-02-25 11:09:58 +01:00 |
|
TLINDEN
|
9cbde1fb80
|
fix free() bug
|
2014-02-21 20:37:48 +01:00 |
|
git@daemon.de
|
f13f60bfc2
|
added buffer_new_buf() which makes it possible to back a Buffer with an existing pointer without copying
|
2014-02-20 15:36:12 +01:00 |
|
TLINDEN
|
1342fa2b45
|
fixes and stuff
|
2014-02-15 17:39:51 +01:00 |
|
git@daemon.de
|
1c46de629b
|
added string buffer support
|
2014-02-13 17:04:59 +01:00 |
|
TLINDEN
|
75cdbbe835
|
continue to implement 4880 exports and stuff...
|
2014-02-13 00:06:55 +01:00 |
|
git@daemon.de
|
a78dd9c6eb
|
added buffer_get_remainder() so I can fetch whatever is left in the buffer
|
2014-02-12 16:46:50 +01:00 |
|
TLINDEN
|
6d738ccbf8
|
changed public key export format to (slightly modified) RFC4880 style (openpgp format).
Current state is totally unstable, it's not yet ready.
|
2014-02-12 00:37:41 +01:00 |
|
TLINDEN
|
b5e8e0de03
|
enhanced a little
|
2014-02-10 11:33:20 +01:00 |
|
TLINDEN
|
6829ea6fbc
|
fixed catching of header string
|
2014-02-09 15:49:52 +01:00 |
|
TLINDEN
|
ce73950920
|
added buffer_get_str() which allows to retrieve buffer contents as char *
|
2014-02-09 13:51:35 +01:00 |
|
TLINDEN
|
b9841bfb06
|
continue new pk-expoert format
|
2014-02-08 20:35:34 +01:00 |
|
TLINDEN
|
2d7a0d834c
|
started with experimental pk export writer
|
2014-02-07 20:07:30 +01:00 |
|
git@daemon.de
|
5161e15c69
|
added Buffer "class" based on openssh/buffer.c, which is a really beautiful idea. I'll use this for file i/o and data handling
|
2014-02-07 16:58:02 +01:00 |
|