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: 2002-04-24 to 2002-04-03 (Commits 4397-4446 of 10846)
Moved from ./klips/doc/func_tree.txt,v
6 lines of code changed in:
Moved from ./klips/doc/TODO,v
210 lines of code changed in:
Moved from ./klips/doc/ji_setup.txt,v
140 lines of code changed in:
Moved from ./klips/doc/DONE,v
178 lines of code changed in:
Added disabled espiv attack fix.
3 lines of code changed in:
Added esp IV CBC attack fix, disabled.
0 lines of code changed in:
Fixed typo in var name to chain sed filters.
0 lines of code changed in:
added documentation on NETJIGDEBUG and CONSOLEDIFFDEBUG.
10 lines of code changed in:
added POLICY_UP to track will of sysadmin
0 lines of code changed in:
sample script to send encrypted email to the entire team
27 lines of code changed in:
an example script for running under cron
58 lines of code changed in:
make script live (uncomment rm), add some debugging, fix string comparison and process directories in forward fashion
17 lines of code changed in:
the file space cleanup must be done before we checkout, or we might not have space to checkout
3 lines of code changed in:
added new variables to sample
26 lines of code changed in:
tools adapted for use on abigail
141 lines of code changed in:
tools as of Henry Spencer
680 lines of code changed in:
add leftrsasigkey2 and rightrsasigkey2 to support key rollover
6 lines of code changed in:
added text about problems on stock (unpatched) RedHat 7.1.
5 lines of code changed in:
fixed typo in commented out leftid= and fixed descriptive text.
0 lines of code changed in:
redirect input of make oldconfig to avoid problems with being
prompted for ipsec options.
remove include/asm symlink so that it may be created properly
during kernel build process.
added missing $$ to goo variable.
7 lines of code changed in:
three parameter version of ip_select_ident appears first
in 2.4.2 (RH7.1) not 2.4.4.
0 lines of code changed in:
reset default Makefile.inc to RH stock location for kernel source
added comment.
9 lines of code changed in:
added check for proper setting of RH_KERNELSRC
renamed rh_configeach to "make rpm"
4 lines of code changed in:
added %post to make ipsec start, and %post to shut it down.
added %changelog as well.
11 lines of code changed in:
oops - that function is killklips not klipskill!
0 lines of code changed in:
save the ipchains only if this is redhat.
0 lines of code changed in:
changed me-to-anyone conn.
Added leftid=@ example for initiator only OE.
Changed status of OE from experimental.
6 lines of code changed in:
log to authpriv.info as, it seems that $wherelog has weird contents
at this point.
2 lines of code changed in:
ipsec newhostkey writes directly to the file, do not redirect.
2 lines of code changed in:
if _plutostart or _klipstart fail, then remove the lock file
and kill off klips (if pluto fails to start).
35 lines of code changed in:
code added to open up port 500 in ipchains if there is
an /etc/sysconfig/ipchains config file.
15 lines of code changed in:
must run "make dep" on kernels to get ksyms setup right.
6 lines of code changed in:
put all modules in /lib/modules/ipsec using cp instead of
modules_install.
5 lines of code changed in:
removed ipsec.secrets from distribution.
package up /lib/modules/ipsec full of modules.
1 lines of code changed in:
added --verbose option.
made being quiet the default.
if --output is not specified, and /etc/ipsec.secrets does not exist,
then assume /etc/ipsec.secrets.
0 lines of code changed in:
if ${IPSEC_CONF}/ipsec.secrets does not exist, then
ipsec newhostkey will be called to create it, in the background.
pluto is then asked to re-load secrets.
13 lines of code changed in:
added maintenance of stats.txt file.
4 lines of code changed in:
added experimental echo request/reply constants.
8 lines of code changed in:
switch license to straight GPL.
5 lines of code changed in:
comments from PHB.
757 lines of code changed in:
RGBs changes to rev6.
81 lines of code changed in:
update references to RFCs
7 lines of code changed in:
make-uml script was building statically linked FreeSWAN kernels
only by fluke - turns out that "make oldconfig" blows away
any options in .config that weren't defined. Thus, the initial
build of a non-SWAN kernel before building FreeSWAN would
blow away the CONFIG_IPSEC options- specifically the CONFIG_IPSEC=y
(vs =m). This worked before because "make insert" put the
options back in, but now that the default has changed to modules,
the it defaults the wrong way.
Solution: copy the .config file in again after the plain build.
14 lines of code changed in:
modifications to _startklips to pick proper module at boot time.
0 lines of code changed in:
added '%' to percentage.
1 lines of code changed in:
fixed missing d in sprintf() format.
2 lines of code changed in:
when setting up root file systems, see if we built an ipsec.o
as part of the kernel build, and if so, copy it to /ipsec.o for
later use.
12 lines of code changed in:
when providing an argument, in perl ARGV starts at 0 not 1
2 lines of code changed in:
force copy of swan kernel config file to get right IPSEC=y options.
redirect some build output to a local file.
10 lines of code changed in:
extra ' removed from script.
1 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