Age | Commit message (Expand) | Author |
2001-05-31 | Structure for NIC IPsec processing status reports. | Angelos D. Keromytis |
2001-05-31 | Add another tag for IPsec signalling. | Angelos D. Keromytis |
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller |
2001-05-31 | Some cleanups. | Artur Grabowski |
2001-05-31 | unsigned long, not u_int32_t | Artur Grabowski |
2001-05-31 | missing word | jasoni |
2001-05-31 | Typos. | Miod Vallat |
2001-05-31 | Match IPSEC output prototypes. | Angelos D. Keromytis |
2001-05-31 | If we're passed keys and certs to use, put them in the conf space. | Angelos D. Keromytis |
2001-05-31 | When trying to find the right certificate/key to use, first check in | Angelos D. Keromytis |
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 |
2001-05-31 | Match the information stored in the sa structure (or the other way | Angelos D. Keromytis |
2001-05-31 | Get rid of recv_certlen, add sent_* and keynote_key fields, | Angelos D. Keromytis |
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-31 | nuke errant ARGSTR that I osmehow missed in the last commit | Todd C. Miller |
2001-05-31 | knf | Theo de Raadt |
2001-05-31 | no longer need ARGSTR macro; sync usage() with man page | Todd C. Miller |
2001-05-31 | - remove erealloc() wrapper function | smart |
2001-05-31 | Two fixes from Stevens via davidg@freebsd, bug report by | Niels Provos |
2001-05-31 | - remove emalloc() and erealloc() wrapper functions that are only used once | smart |
2001-05-31 | spelling | Todd T. Fries |
2001-05-31 | Relocation types on alpha. | Artur Grabowski |
2001-05-31 | If DT_PROCNUM is not defined, assume it's 0 | Artur Grabowski |
2001-05-31 | correct prototype for dlerror. | Artur Grabowski |
2001-05-31 | Install link.h and dlfcn.h on alpha. | Artur Grabowski |
2001-05-31 | If we can't find atexit (because we linked against libc.a), | Artur Grabowski |
2001-05-31 | alpha needs JMPREL relocations. | Artur Grabowski |
2001-05-31 | Remove write protection from some memory segments when | Artur Grabowski |
2001-05-31 | random indentation fixes (needs much more work). | Artur Grabowski |
2001-05-31 | Simple guard against overflow. Better code to appear. | Marc Espie |
2001-05-31 | Correctly implement most linking for alpha. | Artur Grabowski |
2001-05-31 | group options and add some more comments | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-31 | Initialize b_dep if we malloc our own struct buf. | Artur Grabowski |
2001-05-31 | Initialize bp->b_dep if we malloc our own struct buf. | Artur Grabowski |
2001-05-31 | When opening the hints file, check for error return < 0, not -1. | Artur Grabowski |
2001-05-31 | more models supported; Henning Brauer, hostmaster@bsws.de | Theo de Raadt |
2001-05-31 | more typos | Theo de Raadt |
2001-05-31 | typos; first few spotted by heko@saitti.net | Theo de Raadt |
2001-05-31 | add libexec/auth/ | Todd C. Miller |
2001-05-30 | merge | Markus Friedl |
2001-05-30 | make it print in normal way w/o billion new lines | Michael Shalayeff |