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: 1998-07-14 to 1998-06-23 (Commits 197-246 of 10846)
Add a routine to clear eroute table.
Added #ifdef __KERNEL__ directives to restrict scope of header.
8 lines of code changed in:
Add a routine to clear the eroute tree.
10 lines of code changed in:
Added #ifdef __KERNEL__ directives to restrict scope of header.
27 lines of code changed in:
Add a command to clear the eroute table.
Clean up some error codes.
12 lines of code changed in:
Add #ifdef __KERNEL__ to protect kernel-only structures.
101 lines of code changed in:
Add dependancies on linux config files.
8 lines of code changed in:
Added error checking to IP's and keys.
Made most error messages more specific rather than spamming usage text.
Added more descriptive kernel error return codes and messages.
Converted all spi translations to unsigned.
Removed all invocations of perror.
528 lines of code changed in:
Comment out references to module loading.
Split keys.
Convert addrt's to eroute add's.
Delete sleeps.
Update references to /proc/net/ipsec-*.
30 lines of code changed in:
Harmonise routine names with its complementary script.
23 lines of code changed in:
Update IP's/subnets.
Remove module loading/unloading instructions.
Convert old references to setsa and addrt to spi and eroute.
Delete references to sleep.
Update/split keys.
Add delete routines.
136 lines of code changed in:
Clarify algorithm not available message.
13 lines of code changed in:
Added 'clean' and 'tags' targets.
Added TOPDIR macro.
Change module back from symbol exporting to not.
12 lines of code changed in:
Added a 'goals' section.
Rash of changes ralated to klips utils error reporting.
19 lines of code changed in:
fix silly typos
7 lines of code changed in:
INSTALL now does static linking
2 lines of code changed in:
change to static linking
38 lines of code changed in:
notes on running Klips as a module
21 lines of code changed in:
- break debugging messages into selectable classes
- allow pluto arguments to control debugging messages
- allow whack to adjust debugging message selection on the fly
- improve README
878 lines of code changed in:
in certain Make recipes, avoid failure instead of ignoring it
3 lines of code changed in:
misc. improvements
16 lines of code changed in:
Rearrangement/prioritisation after speaking with HD.
7 lines of code changed in:
Make module as containing exportables.
6 lines of code changed in:
Comment out references to htonq.
9 lines of code changed in:
Fix compiler warning: couldn't find 'struct option' prototype.
16 lines of code changed in:
Fix patch application path.
12 lines of code changed in:
Major change note about static linking.
9 lines of code changed in:
Make patches from linux source root directory, add patches for static
linking.
47 lines of code changed in:
Minor update noting recent work completed.
3 lines of code changed in:
Cleanup for public use.
108 lines of code changed in:
Document procedure and include path in diff.
34 lines of code changed in:
New patches to support static linking of klips into the kernel.
26 lines of code changed in:
Static linking is behind us!
2 lines of code changed in:
Updates to test static link and hmac-md5.
39 lines of code changed in:
Create empty /proc/sys/net/ipsec entry.
3 lines of code changed in:
Cleanup #endif comments. Debug output for rj_init.
28 lines of code changed in:
Make prototypes available for ipsec_init and ipsec proc_dir_entries
for static linking.
14 lines of code changed in:
Clean up #endif comments.
Rename dev_ipsec to dev_ipsec0 for consistency.
Document ipsec device fields.
Make ipsec_tunnel_probe visible from rest of kernel for static linking.
Get debugging report for *every* ipsec device initialisation.
Comment out redundant code.
91 lines of code changed in:
Code cosmetic changes only.
7 lines of code changed in:
Clean up #endif comments.
Shift debugging comment control for procfs to debug_tunnel.
Make proc_dir_entries visible to rest of kernel for static link.
Replace hardwired fileperms with macros.
Use macros for procfs inode numbers.
Rearrange initialisations between ipsec_init and module_init as appropriate
for static loading.
93 lines of code changed in:
Add prototype for protocol receive function.
Rearrange for more logical layout.
52 lines of code changed in:
Rearrange to support static linking and objects with exported symbol
tables.
33 lines of code changed in:
Script used to generate 'all', a collection of kernel patches to support
klips (module and static).
12 lines of code changed in:
support 3DES encryption of Oakley messages (OAKLEY_3DES_CBC)
251 lines of code changed in:
fix bug in long attribute handling
2 lines of code changed in:
greater robustness when things already exist
6 lines of code changed in:
improved wording, firm requests for maximum detail
8 lines of code changed in:
oops, minor goof
1 lines of code changed in:
improved wording
13 lines of code changed in:
placeholder "zeroth draft" for export-law writeup
1 lines of code changed in:
add /etc/redhat-release to the output, if present
4 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