summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
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
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
2001-05-30OopsMiod Vallat
2001-05-30Define msgbuf area size better, gets rid of occasionnal noise in dmesgMiod Vallat
2001-05-30do not access the database after tokendb_close() is called; ok millert@Markus Friedl
2001-05-30syncTheo de Raadt
2001-05-30Remove bogus printfAngelos D. Keromytis
2001-05-30Add comments on what the credential types are.Angelos D. Keromytis
2001-05-30The 'file' argument is optional since if one is not given the programssmart
2001-05-30Complain via syslog if login.conf does not exist. With the BSDTodd C. Miller
2001-05-30MBOX->FQDN, begining of passing some credentials to the kernel.Angelos D. Keromytis
2001-05-30MBOX->USERFQDNAngelos D. Keromytis
2001-05-30MBOX->USERFQDN, noticed by markus@Angelos D. Keromytis
2001-05-30IPSP_IDENTITY_MBOX -> IPSP_IDENTITY_FQDN, and print type of creds/authAngelos D. Keromytis
2001-05-30change misleading variable nameMarkus Friedl
2001-05-30merge functions, simplify.Markus Friedl
2001-05-30- gather statistics (ipackets, ierrors, collisions, etc) from txp itselfJason Wright
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-30Update for new prototypes.Angelos D. Keromytis
2001-05-30No need for last argument in ipip_output()Angelos D. Keromytis
2001-05-30Update to match prototypes.Angelos D. Keromytis
2001-05-30Forgot to update ipsec_output_done()Angelos D. Keromytis
2001-05-30Match prototype.Angelos D. Keromytis
2001-05-30Update to match prototype.Angelos D. Keromytis
2001-05-30With the tags, we don't need to abuse the IPsec API to do socket keying.Angelos D. Keromytis
2001-05-30Handle TDBF_SKIPCRYPTO on output, and PACKET_TAG_IPSEC_IN_CRYPTO_DONEAngelos D. Keromytis
2001-05-30Import/export authentication information for SA.Angelos D. Keromytis
2001-05-30Free remote authentication material on TDB free.Angelos D. Keromytis
2001-05-30Keep track of remote authentication material (like public key) as well.Angelos D. Keromytis
2001-05-30Correctly free information attached to the policy.Angelos D. Keromytis
2001-05-30Free local auth on TDB free.Angelos D. Keromytis
2001-05-30Fields to store local auth information in policy and TDB.Angelos D. Keromytis
2001-05-30Check the LOCAL_AUTH payload.Angelos D. Keromytis
2001-05-30Add AUTH payload.Angelos D. Keromytis