Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-06 | NUL-terminate passphrase. | Angelos D. Keromytis | |
2001-06-05 | PF_KEY identity extensions are NUL-terminated. Now, also calculate | Hakan Olsson | |
the length properly. | |||
2001-06-05 | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv | Aaron Campbell | |
2001-06-05 | Remove BUGS section, as the only bug mentioned there was removed | Angelos D. Keromytis | |
earlier today :-) | |||
2001-06-05 | Correctly initialize remote ID when using prefix. | Angelos D. Keromytis | |
2001-06-05 | Print the correct expected Remote ID value | Angelos D. Keromytis | |
2001-06-05 | Oops, typo. | Angelos D. Keromytis | |
2001-06-05 | Use pf_key_v2_convert_id() instead of repeating code for the IDs; | Angelos D. Keromytis | |
log_error() cleanup. | |||
2001-06-05 | Style. | Angelos D. Keromytis | |
2001-06-05 | log_error() cleanup | Angelos D. Keromytis | |
2001-06-05 | Don't use log_error() in vain. | Angelos D. Keromytis | |
2001-06-05 | Don't use log_error() if it's an internal error. | Angelos D. Keromytis | |
2001-06-05 | Enforce Remote-ID specified in Phase 1 peer section (whether manually | Angelos D. Keromytis | |
or dynamically specified). | |||
2001-06-05 | SADB_IDENTTYPE_PREFIX support (only for fully-specified hosts), plus | Angelos D. Keromytis | |
punctuation. niklas@ ok | |||
2001-06-05 | Bad niklas, re-committed redundant code. | Angelos D. Keromytis | |
2001-06-05 | Style issues and commentary | Niklas Hallqvist | |
2001-06-05 | Add back check for found/not found public key to use for verification | Angelos D. Keromytis | |
(somehow was dropped during the previous commit). | |||
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-06-05 | Dynamically allocate conn, as this is given to the exchange; cleanup | Angelos D. Keromytis | |
conf space on failure to establish dynamic SA. ok niklas@ | |||
2001-06-05 | portability; unused function on non-openbsd platform | Jun-ichiro itojun Hagino | |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist | |
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | |||
2001-06-05 | Deal with an unclear license by replacing the file with a PD | Niklas Hallqvist | |
one, which also have a real implementation instead of stubs :-) | |||
2001-06-04 | Add wscons support for vax. -moj | Mats O Jansson | |
2001-06-04 | Add support for vax lk201 keyboard. Add code to check if new variants or | Mats O Jansson | |
encodings exists in kernel. If so suggest to rebuild kbd(1). -moj | |||
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-06-03 | remove comment on bim.. Missed in last commit. | Eric Jackson | |
2001-06-03 | remove 'bim', which was used for the now non-existant pc532 port. | Eric Jackson | |
deraadt@ OK | |||
2001-06-03 | kern.nprocs | Angelos D. Keromytis | |
2001-06-03 | Add kern.fscale and kern.ccpu | Angelos D. Keromytis | |
2001-06-02 | Various swapctl(8) improvements: | Miod Vallat | |
- don't print an error message when trying to enable swap on an already active swap point. - better handling of -t option. - silently ignores swap points which are neither block devices nor regular files, and don't consider swap points not starting with /dev/ as valid block devices, when invoked with -A. Work by deraadt@ and myself, ok millert@ | |||
2001-06-01 | missing option in getopt vs cases | Michael Shalayeff | |
return vs exit err vs perror+exit a few times spaces | |||
2001-06-01 | make listall immune to supuh long names; after deraadtification | Michael Shalayeff | |
2001-06-01 | duh, main returns | Michael Shalayeff | |
2001-06-01 | do not use strlen after strlcpy | Michael Shalayeff | |
2001-05-31 | If we're passed keys and certs to use, put them in the conf space. | Angelos D. Keromytis | |
Send back keys/certs the peer has sent us during Phase 1. | |||
2001-05-31 | When trying to find the right certificate/key to use, first check in | Angelos D. Keromytis | |
the conf space, as we may have been passed that information from the kernel. Likewise, store the peer's key and cert so we can send it back to the kernel when we establish the SA. | |||
2001-05-31 | Store/retrieve the right information in terms of keys. | Angelos D. Keromytis | |
2001-05-31 | Appropriately release the cert and key fields in the SA structure on free. | Angelos D. Keromytis | |
2001-05-31 | Copy the new information from the exchange to the sa at the end of the | Angelos D. Keromytis | |
exchange, and generalize certificate copying by taking advantage of the new routines in the cert handler. | |||
2001-05-31 | Match the information stored in the sa structure (or the other way | Angelos D. Keromytis | |
around) in terms of certificates and keys. | |||
2001-05-31 | Get rid of recv_certlen, add sent_* and keynote_key fields, | Angelos D. Keromytis | |
explanations added. | |||
2001-05-31 | Compile key.c | Angelos D. Keromytis | |
2001-05-31 | Expand the X509 and KeyNote cert handlers. | Angelos D. Keromytis | |
2001-05-31 | Routines for handling KeyNote cert representation. | Angelos D. Keromytis | |
2001-05-31 | New routines for handling X509 cert representation. | Angelos D. Keromytis | |
2001-05-31 | Add a some more routines for handling certs in the cert handler structure. | Angelos D. Keromytis | |
2001-05-31 | Key handling routines. | Angelos D. Keromytis | |
2001-05-31 | Prototypes for routines handling key representations. | Angelos D. Keromytis | |
2001-05-30 | ifdef out some of the things I inadvertently committed along with the | Angelos D. Keromytis | |
MBOX->USERFQDN commit earlier. | |||
2001-05-30 | Remove bogus printf | Angelos D. Keromytis | |