summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-31Store/retrieve the right information in terms of keys.Angelos D. Keromytis
2001-05-31Appropriately release the cert and key fields in the SA structure on free.Angelos D. Keromytis
2001-05-31Copy the new information from the exchange to the sa at the end of theAngelos D. Keromytis
exchange, and generalize certificate copying by taking advantage of the new routines in the cert handler.
2001-05-31Match the information stored in the sa structure (or the other wayAngelos D. Keromytis
around) in terms of certificates and keys.
2001-05-31Get rid of recv_certlen, add sent_* and keynote_key fields,Angelos D. Keromytis
explanations added.
2001-05-31Compile key.cAngelos D. Keromytis
2001-05-31Expand the X509 and KeyNote cert handlers.Angelos D. Keromytis
2001-05-31Routines for handling KeyNote cert representation.Angelos D. Keromytis
2001-05-31New routines for handling X509 cert representation.Angelos D. Keromytis
2001-05-31Add a some more routines for handling certs in the cert handler structure.Angelos D. Keromytis
2001-05-31Key handling routines.Angelos D. Keromytis
2001-05-31Prototypes for routines handling key representations.Angelos D. Keromytis
2001-05-31nuke errant ARGSTR that I osmehow missed in the last commitTodd C. Miller
2001-05-31knfTheo de Raadt
2001-05-31no longer need ARGSTR macro; sync usage() with man pageTodd C. Miller
2001-05-31- remove erealloc() wrapper functionsmart
- 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-31Two fixes from Stevens via davidg@freebsd, bug report byNiels 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 oncesmart
- 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-31spellingTodd T. Fries
2001-05-31Relocation types on alpha.Artur Grabowski
2001-05-31If DT_PROCNUM is not defined, assume it's 0Artur Grabowski
2001-05-31correct prototype for dlerror.Artur Grabowski
2001-05-31Install link.h and dlfcn.h on alpha.Artur Grabowski
2001-05-31If we can't find atexit (because we linked against libc.a),Artur Grabowski
print a message instead of dereferencing a NULL pointer.
2001-05-31alpha needs JMPREL relocations.Artur Grabowski
various cleanups.
2001-05-31Remove write protection from some memory segments whenArtur Grabowski
doing rel and rela relocations. XXX - we have to find out when and why we actually need it.
2001-05-31random indentation fixes (needs much more work).Artur Grabowski
2001-05-31Simple guard against overflow. Better code to appear.Marc Espie
2001-05-31Correctly implement most linking for alpha.Artur Grabowski
Remove a lot of code copied from powerpc.
2001-05-31group options and add some more commentsMarkus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-31Initialize b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-31Initialize bp->b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-31When 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-31more models supported; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-31more typosTheo de Raadt
2001-05-31typos; first few spotted by heko@saitti.netTheo de Raadt
2001-05-31add libexec/auth/Todd C. Miller
2001-05-30mergeMarkus Friedl
2001-05-30make it print in normal way w/o billion new linesMichael Shalayeff
2001-05-30ifdef out some of the things I inadvertently committed along with theAngelos D. Keromytis
MBOX->USERFQDN commit earlier.
2001-05-30syncTheo de Raadt
2001-05-30ICS1892; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30seeq 84220 support; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30- Fix usagesmart
- Remove an instance of "'buf[sizeof(buf) - 1] = '\0'" - A few style nits deraadt@ ok
2001-05-30set the or_mask to TOKEN_ENABLED; ok millert@Markus Friedl
2001-05-30When changing directory to '..', verify that we really are whereTodd 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-30Preliminary UVM support. UVM kernels don't work for the moment, though.Miod Vallat
2001-05-30Bring the root device selection code up-to-date with modern standardsMiod Vallat
(and other ports).
2001-05-30OopsMiod Vallat