Differences From Artifact [2d96eb4c21]:
- File cmdline.c — part of check-in [312df617cd] at 2006-02-19 06:05:12 on branch trunk — Introduce a new checkbox and command-line option to inhibit use of Pageant for local authentication. (This is a `don't use Pageant for authentication at session startup' button rather than a `pretend Pageant doesn't exist' button: that is, agent forwarding is independent of this option.) (user: simon size: 10936)
To Artifact [61ccee6e06]:
- File cmdline.c — part of check-in [7932188e51] at 2006-04-23 13:26:03 on branch trunk — Sprinkle some header comments in various files in an attempt to explain what they're for. (user: jacob size: 11029)
1 2 3 4 5 6 7 | #include <stdio.h> #include <assert.h> #include <stdlib.h> #include "putty.h" /* * Some command-line parameters need to be saved up until after | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * cmdline.c - command-line parsing shared between many of the * PuTTY applications */ #include <stdio.h> #include <assert.h> #include <stdlib.h> #include "putty.h" /* * Some command-line parameters need to be saved up until after |
| ︙ | ︙ |