Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Summary Period: 1999-04-26 to 1999-04-15 (Commits 1247-1296 of 10846)
added links
26 lines of code changed in:
improve code to DODGE_DH_MISSING_ZERO_BUG
31 lines of code changed in:
add fudge to recover from incompatablility of DH representations
77 lines of code changed in:
added link to /dev/random page in "random" entry of glossary
6 lines of code changed in:
tidy random number code (but no change to logic)
122 lines of code changed in:
changed a reference from pluto(8) to ipsec_pluto(8)
1 lines of code changed in:
correct message
4 lines of code changed in:
added more interop data from mailing list
31 lines of code changed in:
Add code to log whenever a DH representation has a leading zero byte.
This is to flag cases that won't interoperate with old Pluto.
11 lines of code changed in:
link to Helger Lipmaa's links page
4 lines of code changed in:
added boilerplate
9 lines of code changed in:
Boilerplate pointers to index.html and web site
Other small changes
59 lines of code changed in:
- many changes to simplify and factor state transition functions
- DH values now represented with number of bits specified for group
(not totally compatible with previous plutos)
523 lines of code changed in:
re-arranging to fit better on web site
131 lines of code changed in:
added links & re-organised a section in WWWref
added text to manpages.html
41 lines of code changed in:
notes re alternate location
6 lines of code changed in:
note on location updated to match Makefile changes
4 lines of code changed in:
added Debian info
19 lines of code changed in:
added links to man2html output in doc/manpage.d
100 lines of code changed in:
avoid mawk syntax error
2 lines of code changed in:
next used inappropriately instead of return (mawk caught it)
2 lines of code changed in:
automatically try two different RCDIR settings
10 lines of code changed in:
omit /var/lock/subsys lockfile if that directory doesn't exist
9 lines of code changed in:
top-level definition for RCDIR, to override util/Makefile
7 lines of code changed in:
added a mirror site
6 lines of code changed in:
added a script to create html versions of manpages
modified makefile to call it with 'make manpages'
It currently puts them in doc/manpage.d
I haven't added that directory since
HS for distribution or HD for web may want them elsewhere
I don't know how to add a directory to CVS
5 lines of code changed in:
use chunks to represent DH components that are mostly needed as octet strings
138 lines of code changed in:
introduce and exploit chunk abstraction
270 lines of code changed in:
handle lack of record boundaries in UNIX domain sockets
58 lines of code changed in:
gave all files link to web site at end
36 lines of code changed in:
shorten new_state
6 lines of code changed in:
move HDR creation out of state transition functions
146 lines of code changed in:
adopt little fixups from abandoned code for aggressive mode.
27 lines of code changed in:
if --client is present, force --tunnel
2 lines of code changed in:
make roadwarrior connection default client properly
26 lines of code changed in:
added link to Hong Kong mirror
6 lines of code changed in:
Minor bugfix to avoid including DES if only AH is used.
4 lines of code changed in:
Bump up macro to 4 ipsec I/Fs.
5 lines of code changed in:
Fix already fixed unbalanced #endif.
5 lines of code changed in:
Minor rearrangement of freeing code to avoid memory leaks with impossible or
rare situations.
7 lines of code changed in:
Fix cut-and-paste error causing a memory leak in IPIP TDB freeing.
5 lines of code changed in:
added link to Enskip
3 lines of code changed in:
program names in error messages reflect ipsec prefix command
34 lines of code changed in:
accept --start etc.
add our lib directory to PATH
7 lines of code changed in:
added Slackware info from list
21 lines of code changed in:
remove debugging accidentally left in
1 lines of code changed in:
Add klips/patch/include.linux.socket.h.
3 lines of code changed in:
Add RCSID labels.
112 lines of code changed in:
Forward check changes from POST1_00 branch.
3596 lines of code changed in:
more delinting
57 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Generated by StatCVS 0.2.2