Age | Commit message (Expand) | Author |
2001-06-02 | Support writing to the hardware clock for powerpc apple systems. | Dale Rahn |
2001-06-02 | On Cuda systems (imac Rev C at least), it seems that the adb data | Dale Rahn |
2001-06-02 | With recent changes to swapctl(8), replace the invocation of swapon | Miod Vallat |
2001-06-02 | Various swapctl(8) improvements: | Miod Vallat |
2001-06-02 | do not build mrouted until the license issues are worked out (a work in | Theo de Raadt |
2001-06-01 | CRIOGET is a _IOWR ioctl | Theo de Raadt |
2001-06-01 | whoohoo! New license for tcpwrappers, worked out over the phone with Wietse.x= | Theo de Raadt |
2001-06-01 | support BCM5221 | Theo de Raadt |
2001-06-01 | missing option in getopt vs cases | Michael Shalayeff |
2001-06-01 | sync | Theo de Raadt |
2001-06-01 | make listall immune to supuh long names; after deraadtification | Michael Shalayeff |
2001-06-01 | use pool allocation for ip fragement queue, from netbsd, | Niels Provos |
2001-06-01 | sync | Theo de Raadt |
2001-06-01 | BCM5221 | Theo de Raadt |
2001-06-01 | duh, main returns | Michael Shalayeff |
2001-06-01 | do not use strlen after strlcpy | Michael Shalayeff |
2001-06-01 | proto for dlerror() changed | Theo de Raadt |
2001-06-01 | do not mention ipnat | Theo de Raadt |
2001-06-01 | - Allocate space for the finishing NUL in the name of ld.so. | Artur Grabowski |
2001-06-01 | Merge two m_copydata() calls into one, and (hopefully) correct the | Angelos D. Keromytis |
2001-06-01 | ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers and | Angelos D. Keromytis |
2001-06-01 | Comment out ipnat(8) reference. | Federico G. Schwindt |
2001-06-01 | No more IPF/IPNAT. | Angelos D. Keromytis |
2001-06-01 | use default hoplimit when incoming interface is not known to icmp6_error. | Jun-ichiro itojun Hagino |
2001-06-01 | rcsid | Peter Valchev |
2001-06-01 | Don't let packets that need IPsec crypto processing at the NIC be | Angelos D. Keromytis |
2001-06-01 | What was cri_insert used for anyway ? | Angelos D. Keromytis |
2001-06-01 | The IPsec-aware NIC cards don't pass the ICV for later verification | Angelos D. Keromytis |
2001-06-01 | missing word | jasoni |
2001-05-31 | Apparently GLOB_DAT needs r_addend. | Artur Grabowski |
2001-05-31 | Structure for NIC IPsec processing status reports. | Angelos D. Keromytis |
2001-05-31 | Add another tag for IPsec signalling. | Angelos D. Keromytis |
2001-05-31 | Fix another case of CHDIR("..") pointed out by Bruce Evans | Todd C. Miller |
2001-05-31 | Some cleanups. | Artur Grabowski |
2001-05-31 | unsigned long, not u_int32_t | Artur Grabowski |
2001-05-31 | missing word | jasoni |
2001-05-31 | Typos. | Miod Vallat |
2001-05-31 | Match IPSEC output prototypes. | Angelos D. Keromytis |
2001-05-31 | If we're passed keys and certs to use, put them in the conf space. | Angelos D. Keromytis |
2001-05-31 | When trying to find the right certificate/key to use, first check in | Angelos D. Keromytis |
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 |
2001-05-31 | Match the information stored in the sa structure (or the other way | Angelos D. Keromytis |
2001-05-31 | Get rid of recv_certlen, add sent_* and keynote_key fields, | Angelos D. Keromytis |
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 |