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