Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
- standard function prototypes - remove extraneous exit(1) after an err(1,...) Shrinks source by 11 lines and executable by 22 bytes on i386. deraadt@ ok | |||
2001-05-31 | Two fixes from Stevens via davidg@freebsd, bug report by | Niels Provos | |
armin@wolfermann.org - set the persist timer so that connections in CLOSING state timeout - honor keep-alive timer in CLOSING state. Fixes the problem in simulaneous close situation where connections would never leave the CLOSING state and stay arround indefinitly. | |||
2001-05-31 | - remove emalloc() and erealloc() wrapper functions that are only used once | smart | |
- standard function prototypes - replace an fprintf(stderr,...) with a warnx() Shrinks source by 25 lines and executable by 43 bytes on i386. deraadt@ ok | |||
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 | |
print a message instead of dereferencing a NULL pointer. | |||
2001-05-31 | alpha needs JMPREL relocations. | Artur Grabowski | |
various cleanups. | |||
2001-05-31 | Remove write protection from some memory segments when | Artur Grabowski | |
doing rel and rela relocations. XXX - we have to find out when and why we actually need it. | |||
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 | |
Remove a lot of code copied from powerpc. | |||
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 | |
_dl_open is not necessarily like the regular open(2). XXX - maybe we should check with _dl_check_error? | |||
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 | |
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 | sync | Theo de Raadt | |
2001-05-30 | ICS1892; Henning Brauer, hostmaster@bsws.de | Theo de Raadt | |
2001-05-30 | seeq 84220 support; Henning Brauer, hostmaster@bsws.de | Theo de Raadt | |
2001-05-30 | - Fix usage | smart | |
- Remove an instance of "'buf[sizeof(buf) - 1] = '\0'" - A few style nits deraadt@ ok | |||
2001-05-30 | set the or_mask to TOKEN_ENABLED; ok millert@ | Markus Friedl | |
2001-05-30 | When changing directory to '..', verify that we really are where | Todd C. Miller | |
we should be. This is similar to the old fts bug but happens when popping out of directories, as opposed to descending into them. Patch based on one by Kris Kennaway <kris@obsecurity.org>. Issue reported by Nick Cleaton <nick@cleaton.net> | |||
2001-05-30 | Preliminary UVM support. UVM kernels don't work for the moment, though. | Miod Vallat | |
2001-05-30 | Bring the root device selection code up-to-date with modern standards | Miod Vallat | |
(and other ports). | |||
2001-05-30 | Oops | Miod Vallat | |