root/openpgpsdk/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 07/11/05 15:38:45 @200 [200] rachel Documentation for read_new_length()
(edit) 07/11/05 15:18:14 @199 [199] rachel fixed error with return codes in read_new_length() …
(edit) 07/01/05 11:23:08 @198 [198] ben Another test.
(edit) 07/01/05 09:13:22 @197 [197] ben More test targets.
(edit) 07/01/05 09:11:35 @196 [196] ben Subpacket 28.
(edit) 06/30/05 09:40:33 @195 [195] ben Add some tests.
(edit) 06/29/05 23:16:21 @194 [194] ben Handle subpacket type 10.
(edit) 06/29/05 15:39:15 @193 [193] ben More headers needed.
(edit) 06/29/05 15:36:11 @192 [192] ben 64-bit port, find socket libraries.
(edit) 06/29/05 12:18:48 @191 [191] ben More widespread casting nonsense.
(edit) 06/29/05 12:12:12 @190 [190] ben 64-bit fernickitiness.
(edit) 06/29/05 08:03:21 @189 [189] ben Make default log file /dev/null. Reported by: Matthias Bauer
(edit) 06/28/05 16:16:10 @188 [188] ben Make zlib configurable, add tracing.
(edit) 06/28/05 14:47:31 @187 [187] ben Handle errors better.
(edit) 06/28/05 10:43:41 @186 [186] rachel make sure generated headers are remade before compiling src
(edit) 06/28/05 10:12:57 @185 [185] ben Missing file.
(edit) 06/27/05 16:00:00 @184 [184] rachel put back in the #include <string.h> else this won't compile on all …
(edit) 06/27/05 15:05:16 @183 [183] ben Clean up validation.
(edit) 06/27/05 14:04:20 @182 [182] ben Remove redundant code.
(edit) 06/27/05 13:48:10 @181 [181] ben Update ignores.
(edit) 06/27/05 13:32:11 @180 [180] rachel removed doxygen-structure.c from LIBOBJS, no reason for it to be there
(edit) 06/27/05 12:25:47 @179 [179] rachel removed unused and duplicated validate_cb()
(edit) 06/27/05 12:21:01 @178 [178] rachel documentation changes
(edit) 06/23/05 14:41:47 @177 [177] rachel more documentation changes
(edit) 06/23/05 13:09:49 @176 [176] rachel Even better documentation for ops_parse() and ops_parse_and_accumulate() …
(edit) 06/22/05 17:37:42 @175 [175] rachel A better description of how the calling function uses the Parse functions.
(edit) 06/22/05 17:33:18 @174 [174] rachel Add file to define Documentation structure
(edit) 06/15/05 19:13:04 @173 [173] ben Missing file.
(edit) 06/15/05 16:19:40 @172 [172] ben Document the pointlessness of these casts.
(edit) 06/15/05 16:04:38 @171 [171] ben Don't leave object files behind - make caster work again.
(edit) 06/15/05 15:37:54 @170 [170] ben Make caster more useful, perhaps. But also perhaps it should be discarded …
(edit) 06/15/05 14:08:40 @169 [169] ben Make headers properly.
(edit) 06/15/05 13:39:09 @168 [168] ben Avoid overflows.
(edit) 06/15/05 13:35:38 @167 [167] ben Determine correct format for time_t.
(edit) 06/15/05 10:44:14 @166 [166] rachel Doxygen markup added to all functions used by current example programs. …
(edit) 06/01/05 14:50:36 @165 [165] rachel renamed one function I missed last time
(edit) 06/01/05 13:55:45 @164 [164] rachel renamed
(edit) 06/01/05 13:15:57 @163 [163] rachel some file and function renaming
(edit) 06/01/05 09:37:36 @162 [162] rachel new files to implement Ben's type safety requirements
(edit) 05/31/05 16:26:47 @161 [161] rachel made typedef map_t and char *str_from_map() public
(edit) 05/31/05 16:15:35 @160 [160] rachel first shot at using Ben's definition compiler for type safety
(edit) 05/26/05 14:38:48 @159 [159] rachel Tidied up the unnecessary MAXSTR definition
(edit) 05/25/05 17:46:04 @158 [158] rachel minor reformatting: removed unwanted spaces after *
(edit) 05/25/05 16:58:43 @157 [157] rachel text_t name changed to ops_text_t
(edit) 05/25/05 15:52:13 @156 [156] rachel packet-to-text.[ch] public function names now prefixed with ops_
(edit) 05/25/05 15:12:44 @155 [155] rachel Unknown types in maps will return "Unknown" by default, …
(edit) 05/25/05 14:54:11 @154 [154] rachel All Public Key Algorithms now in text map
(edit) 05/25/05 14:47:47 @153 [153] ben Print the actual subpacket type, not the internal type.
(edit) 05/25/05 14:46:30 @152 [152] ben Subpacket ends are implicit, as is the fact we're looking at a subpacket.
(edit) 05/25/05 14:39:05 @151 [151] ben Missing break.
(edit) 05/25/05 14:37:44 @150 [150] ben Add Elgamal, makew dangerous strings safe.
(edit) 05/25/05 14:25:58 @149 [149] rachel Signatures with subpackets now printed out in the packet order.
(edit) 05/25/05 13:48:03 @148 [148] rachel Print hexdump of data without length information, …
(edit) 05/25/05 13:37:34 @147 [147] rachel First cut of new indentation format …
(edit) 05/25/05 12:52:01 @146 [146] rachel Must include string.h for memset, memcpy definitions
(edit) 05/25/05 11:59:09 @145 [145] ben Namespace.
(edit) 05/25/05 11:58:00 @144 [144] ben Tags.
(edit) 05/21/05 18:15:14 @143 [143] ben Initialise, finalise, clean up (not quite completely yet).
(edit) 05/21/05 16:28:14 @142 [142] ben Working signature, apart from the unresolved "leading zero" issue.
(edit) 05/21/05 15:24:17 @141 [141] ben New version of the draft.
(edit) 05/20/05 22:20:24 @140 [140] ben Don't die.
(edit) 05/20/05 18:17:11 @139 [139] ben A step closer to signing, still not there yet.
(edit) 05/20/05 17:45:32 @138 [138] ben Closer to signing, and parse secret key.
(edit) 05/20/05 15:10:24 @137 [137] ben Refactor public key packet construction.
(edit) 05/20/05 13:44:25 @136 [136] ben Partial signature code, prior to refactor for verification.
(edit) 05/19/05 17:59:48 @135 [135] rachel Basic doxygen header added Unwanted $Id$ headers removed …
(edit) 05/19/05 17:24:33 @134 [134] rachel First stab at sorting out the user documentation. …
(edit) 05/17/05 14:00:30 @133 [133] ben Clean properly.
(edit) 05/17/05 13:43:13 @132 [132] ben Find out we should rerun configure before we compile everything.
(edit) 05/17/05 13:06:48 @131 [131] rachel trust packet type modified to use data_t structure
(edit) 05/17/05 12:53:58 @130 [130] rachel ss_preferred_ska, ss_preferred_compression, ss_key_flags, …
(edit) 05/17/05 09:52:30 @129 [129] rachel added correct dependency for create-key
(edit) 05/16/05 17:22:36 @128 [128] ben Move all the examples across.
(edit) 05/16/05 17:17:07 @127 [127] ben Better behaviour: a) Say where make is happening …
(edit) 05/16/05 16:37:30 @126 [126] rachel packet-decode renamed to packet-to-text
(edit) 05/16/05 16:18:34 @125 [125] rachel added force_depend to top level Makefile
(edit) 05/16/05 16:16:52 @124 [124] rachel Moved remaining header files to ./include
(edit) 05/16/05 16:03:31 @123 [123] rachel minor change
(edit) 05/16/05 16:02:09 @122 [122] rachel --
(edit) 05/16/05 15:59:23 @121 [121] rachel new Makefile at top
(edit) 05/16/05 15:58:42 @120 [120] rachel first cut at reorganising the directory structure
(edit) 05/16/05 14:22:47 @119 [119] rachel new directories
(edit) 05/16/05 14:17:55 @118 [118] rachel We need to include string.h on Linux (at least we do on Ubuntu Linux)
(edit) 05/16/05 14:13:23 @117 [117] ben Make generated files read-only.
(edit) 05/16/05 14:09:49 @116 [116] ben Add creation code.
(edit) 05/13/05 16:10:43 @115 [115] ben Don't try to compile headers for dependencies!
(edit) 05/13/05 15:19:11 @114 [114] ben Create public key.
(edit) 05/12/05 18:40:06 @113 [113] ben First cut of creation.
(edit) 05/12/05 16:28:37 @112 [112] rachel SS Regular Expression added
(edit) 05/12/05 16:18:19 @111 [111] rachel SS Preferred Key Server added
(edit) 05/12/05 16:11:55 @110 [110] rachel SS Policy URL
(edit) 05/12/05 15:23:10 @109 [109] rachel SS Notation Data
(edit) 05/12/05 13:21:38 @108 [108] rachel SS key expiration time added
(edit) 05/12/05 12:45:26 @107 [107] rachel User Attribute packet added
(edit) 05/12/05 11:57:33 @106 [106] ben Check return properly.
(edit) 05/12/05 11:52:42 @105 [105] ben Use the right byte for second byte of new-style length.
(edit) 05/12/05 11:42:18 @104 [104] ben Actually read the length of new format packets.
(edit) 05/11/05 18:38:51 @103 [103] ben Optional headers.
(edit) 05/11/05 18:14:47 @102 [102] ben Allow zlib location to be specified.
(edit) 05/11/05 18:05:50 @101 [101] ben Make openssl location configurable.