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: 2001-12-05 to 2001-11-26 (Commits 3797-3846 of 10846)
Post-1.93 bug fixes for version.c botch, %hold and IKE bug, klips utils
programs target missing, error check in klips makefile.
11 lines of code changed in:
Moved the UDP/500 IKE check just above the %hold/%trap checks to avoid
IKE packets being stolen by the %hold (and returned to the sending KMd
in an ACQUIRE, ironically ;-).
27 lines of code changed in:
Fixed extraneous #include "version.c" bug causing modular KLIPS failure.
4 lines of code changed in:
pull 1.93 updates back in
10 lines of code changed in:
slightly more paranoid checking in a couple of unimportant loops
3 lines of code changed in:
only run updown up-* for a tunnel eroute
12 lines of code changed in:
be a bit more careful about selecting connection for an ACQUIRE
58 lines of code changed in:
typo fix 2.2 -> 2.4
1 lines of code changed in:
added a link to user site with Cisco interop config files
3 lines of code changed in:
quoted some list discussion of tcpdump techniques
added links to ethereal and sniffit as alternatives to tcpdump
48 lines of code changed in:
added uninstall section
moved re-install to end of doc with un-install
172 lines of code changed in:
fix bug in bare shunt table maintenance
29 lines of code changed in:
uninstall
9 lines of code changed in:
Fix bug in copying Phase 1 IDs during Phase 2 instantiation
13 lines of code changed in:
add "check:" target as this makefile gets run from the top as well.
3 lines of code changed in:
- restrict DNS lookup for RSA keys during negotiation to Opportunism
- improve logging and status context to reflect Opportunistic connection
78 lines of code changed in:
added text about RPM and module-only builds
53 lines of code changed in:
moved some text out of FAQ
interop with older FreeS/WAN version section
21 lines of code changed in:
version.c depends on ../Makefile.ver
2 lines of code changed in:
fixes for more build-specific debug output.
27 lines of code changed in:
added new "checkprograms" target to deal with programs that
are required for "make check", but that may not be ready to
build for every user due to external dependancies.
8 lines of code changed in:
added new "checkprograms" target to deal with programs that
are required for "make check", but that may not be ready to
build for every user due to external dependancies.
71 lines of code changed in:
added new "checkprograms" target to deal with programs that
are required for "make check", but that may not be ready to
build for every user due to external dependancies.
7 lines of code changed in:
do not include errno.h in the kernel.
3 lines of code changed in:
added rcsids.
fixed submission address to be freeswan-bugs@freeswan.org
use new ipsec --versioncode to get version info.
0 lines of code changed in:
added "uml" and "check" targets.
change calls to klips to invoke klips/Makefile instead of
klips/utils/Makefile.
22 lines of code changed in:
just look for a kernel in build directory. This
type of "optomization" is dumb - it should be a makefile.
6 lines of code changed in:
invert order of expect/send so that we can terminate
the init script after a send. This is needed when we
really want to look at console output to see PFKEY messages such as
for lifetime checks.
4 lines of code changed in:
seems that sh doesn't like doing for loops 0 times
(if SUBDIRS is empty). so I'll comment that out
for now instead of using the boiler plate. There is a
better solution, but this works for now.
5 lines of code changed in:
added dummy "check:" target which we will fill in
at a future time.
14 lines of code changed in:
ignore version.c as it is now generated.
1 lines of code changed in:
initial set of debug strings for pfkey debugging.
this will eventually only be included for debug builds.
123 lines of code changed in:
pfkey parses are now maintained by a structure
that includes their name for debug purposes.
DEBUGGING() macro changed so that it takes a debug
level so that pf_key() can use this to decode the
structures without innundanting humans.
Also uses pfkey_v2_sadb_ext_string() in messages.
388 lines of code changed in:
Shut off -Werror until we figure out a graceful way of quieting down the
pfkey_ops defined but not used complaint in the case of SMP in
pfkey_v2.c.
5 lines of code changed in:
pfkey parses are now maintained by a structure
that includes their name for debug purposes.
28 lines of code changed in:
added #defines for pfkey_lib_debug levels.
14 lines of code changed in:
added pfkey_v2_debug.c.
2 lines of code changed in:
list $SRCS files instead of $OBJS.
generate OBJS from $SRCS.
Use $SRCS in makedepend -Y
added list of dependancies to bottom of file.
61 lines of code changed in:
added reference to uml-rhroot, but commented out.
This proceedure is not yet ready for prime time.
21 lines of code changed in:
documentation on the testing/utils/uml-rhroot.sh script.
207 lines of code changed in:
added extra newline between packets.
set pfkey_lib_debug to enum rather than just to "1".
7 lines of code changed in:
fixups of regress tests for klips2 lifetime merge
(due to tdb->ipsec_sa renaming)
34 lines of code changed in:
turn off the worst of the per-packet debugging.
12 lines of code changed in:
Added -Ilibdes and removed lib/des* symlinks.
5 lines of code changed in:
Added stdlib *again*.
5 lines of code changed in:
catch up with small Pluto changes
8 lines of code changed in:
strip vestigial junk
0 lines of code changed in:
document gatherdeps
3 lines of code changed in:
note about Pluto restart logging
7 lines of code changed in:
distinguish between Pluto starts and restarts (at the cost, temporarily,
of an extra log message)
12 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