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-12-14 to 1999-12-09 (Commits 1847-1896 of 10846)
forgot rsasigkey
4 lines of code changed in:
1.2
62 lines of code changed in:
minor edits
12 lines of code changed in:
RSA signature support
24 lines of code changed in:
primitive RSA support
37 lines of code changed in:
first version
349 lines of code changed in:
added RSA mention in compatibility
15 lines of code changed in:
add dependency
2 lines of code changed in:
Removed any and all references to insecure or experimental ciphers and
hashes to remove any temptation for people prone to self-defeat.
Added PF_KEYv2 descriptive help text.
42 lines of code changed in:
better support of ids
668 lines of code changed in:
I've now added text for eveything in Henry's old email
Continuing to edit
93 lines of code changed in:
Added more text to pfkey message receive reports to avoid alarming
users.
3 lines of code changed in:
Added a default switch case to catch bogus encalg values.
11 lines of code changed in:
Removed all references to insecure/experimental ciphers/hashes to avoid
tempting those prone to shooting themselves in the feet.
4 lines of code changed in:
editing toward release
174 lines of code changed in:
updates for new release, based on Henry's mail
more to come
52 lines of code changed in:
sigh, the nexthops aren't gone yet...
5 lines of code changed in:
update
3 lines of code changed in:
added some links
fixed serious glitch in index.html: no link to compatibility.html
79 lines of code changed in:
Manual said bug fix.
3 lines of code changed in:
Quick fix to argument size to Update bugs.
0 lines of code changed in:
Changed MTU reports and HW address reporting back to debug only.
7 lines of code changed in:
new %defaultroute version, in SG addresses, not nexthops
137 lines of code changed in:
update for new %defaultroute stuff (loss of old, mostly)
3 lines of code changed in:
override LC_ALL for Exuberant Ctags
5 lines of code changed in:
ditch trailing whitespace
127 lines of code changed in:
feed %defaultroute nexthop into Pluto, if available
7 lines of code changed in:
PFKEY changes from RGB & Peter Onion
507 lines of code changed in:
add HTML manpages to build
1 lines of code changed in:
make parameter type reflect assumption of the code -- like sha1.[ch] change!
0 lines of code changed in:
another bug, discovered when comparing code with md5.
0 lines of code changed in:
a bit left out of last fix
1 lines of code changed in:
make parameter type reflect assumption of the code.
1 lines of code changed in:
pointer to doc/examples
4 lines of code changed in:
major update for new features, simplification
28 lines of code changed in:
update to match new features, new sample ipsec.conf
78 lines of code changed in:
revise order of discussion to emphasize barfs
30 lines of code changed in:
warn of rp_filter being on
19 lines of code changed in:
Added address debugging.
26 lines of code changed in:
Added address debugging.
Fixed undetected spi followed by said sanity check bug.
Fixed unset spi and edst using said bug.
54 lines of code changed in:
updates
8 lines of code changed in:
"Unpatch" announcement.
2.0 socket fixes.
pfkey_sa_build() change.
8 lines of code changed in:
Added commands to remove old patches.
16 lines of code changed in:
Added check to pfkey_sa_process() to do eroutes.
Converted to DIVUP() macro.
Converted if() to switch() in pfkey_register_parse().
Use new pfkey_extensions_init() instead of memset().
40 lines of code changed in:
Added more instrumentation for debugging 2.0 socket
selection/reading.
Removed erroneous 2.0 wait==NULL check bug in select.
27 lines of code changed in:
Added argument to pfkey_sa_build() to do eroutes.
8 lines of code changed in:
Added macro for BITS_PER_OCTET.
Added argument to pfkey_sa_build() to do eroutes.
12 lines of code changed in:
Removed unused cruft.
Added argument to pfkey_sa_build() to do eroutes.
Fixed exttype check in as yet unused pfkey_lifetime_build().
60 lines of code changed in:
Ditched <string.h> include since we no longer use memset().
Use new pfkey_extensions_init() instead of memset().
Added check for SATYPE in pfkey_msg_build().
Tidy up comments and debugging comments.
50 lines of code changed in:
comments improved
5 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