Differences From Artifact [de86fadcb9]:
- File x11fwd.c — part of check-in [9fe4ceb718] at 2001-12-30 09:58:17 on branch trunk — Pageant is now able to avoid asking for the passphrase when asked to load a key that is already loaded. This makes command lines such as `pageant mykey -c mycommand' almost infinitely more useful. (user: simon size: 8742)
To Artifact [fb453bd200]:
- File x11fwd.c — part of check-in [dea04539ac] at 2002-03-23 11:47:21 on branch trunk — Justin Bradford's proxy support patch. Currently supports only HTTP CONNECT, but contains an extensible framework to allow other proxies. Apparently SOCKS and ad-hoc-telnet-proxy are already planned (the GUI mentions them already even though they don't work yet). GUI includes full configurability and allows definition of exclusion zones. Rock and roll. (user: simon size: 8766)
| ︙ | |||
184 185 186 187 188 189 190 | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | - + |
pr->fn = &fn_table;
pr->auth_protocol = NULL;
pr->verified = 0;
pr->data_read = 0;
pr->throttled = pr->throttle_override = 0;
pr->c = c;
|
| ︙ |