summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-01 - Allocate space for the finishing NUL in the name of ld.so.Artur Grabowski
2001-06-01Merge two m_copydata() calls into one, and (hopefully) correct theAngelos D. Keromytis
2001-06-01ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers andAngelos D. Keromytis
2001-06-01Comment out ipnat(8) reference.Federico G. Schwindt
2001-06-01No more IPF/IPNAT.Angelos D. Keromytis
2001-06-01use default hoplimit when incoming interface is not known to icmp6_error.Jun-ichiro itojun Hagino
2001-06-01rcsidPeter Valchev
2001-06-01Don't let packets that need IPsec crypto processing at the NIC beAngelos D. Keromytis
2001-06-01What was cri_insert used for anyway ?Angelos D. Keromytis
2001-06-01The IPsec-aware NIC cards don't pass the ICV for later verificationAngelos D. Keromytis
2001-06-01missing wordjasoni
2001-05-31Apparently GLOB_DAT needs r_addend.Artur Grabowski
2001-05-31Structure for NIC IPsec processing status reports.Angelos D. Keromytis
2001-05-31Add another tag for IPsec signalling.Angelos D. Keromytis
2001-05-31Fix another case of CHDIR("..") pointed out by Bruce EvansTodd C. Miller
2001-05-31Some cleanups.Artur Grabowski
2001-05-31unsigned long, not u_int32_tArtur Grabowski
2001-05-31missing wordjasoni
2001-05-31Typos.Miod Vallat
2001-05-31Match IPSEC output prototypes.Angelos D. Keromytis
2001-05-31If we're passed keys and certs to use, put them in the conf space.Angelos D. Keromytis
2001-05-31When trying to find the right certificate/key to use, first check inAngelos D. Keromytis
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
2001-05-31Match the information stored in the sa structure (or the other wayAngelos D. Keromytis
2001-05-31Get rid of recv_certlen, add sent_* and keynote_key fields,Angelos D. Keromytis
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
2001-05-31Two fixes from Stevens via davidg@freebsd, bug report byNiels Provos
2001-05-31- remove emalloc() and erealloc() wrapper functions that are only used oncesmart
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
2001-05-31alpha needs JMPREL relocations.Artur Grabowski
2001-05-31Remove write protection from some memory segments whenArtur Grabowski
2001-05-31random indentation fixes (needs much more work).Artur Grabowski
2001-05-31Simple guard against overflow. Better code to appear.Marc Espie