Age | Commit message (Expand) | Author |
2001-06-03 | kern.nprocs | Angelos D. Keromytis |
2001-06-03 | Add kern.fscale and kern.ccpu | Angelos D. Keromytis |
2001-06-02 | Various swapctl(8) improvements: | Miod Vallat |
2001-06-01 | missing option in getopt vs cases | Michael Shalayeff |
2001-06-01 | make listall immune to supuh long names; after deraadtification | Michael Shalayeff |
2001-06-01 | duh, main returns | Michael Shalayeff |
2001-06-01 | do not use strlen after strlcpy | Michael Shalayeff |
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 |
2001-05-31 | Key handling routines. | Angelos D. Keromytis |
2001-05-31 | Prototypes for routines handling key representations. | Angelos D. Keromytis |
2001-05-30 | ifdef out some of the things I inadvertently committed along with the | Angelos D. Keromytis |
2001-05-30 | Remove bogus printf | Angelos D. Keromytis |
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 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-05-28 | Fix directory state tracking. | Grigoriy Orlov |
2001-05-24 | Add isakmpd.pid to the FILES section. | Hakan Olsson |
2001-05-24 | Match the IDs without checking the ASN1 length field, similar to how | Angelos D. Keromytis |
2001-05-21 | More verbose error message (what's the actual sysctl that failed) | Angelos D. Keromytis |
2001-05-21 | Better FEATURE handling for dnssec | Hakan Olsson |
2001-05-19 | When zeroing out the parition table, make 'c' the entire disk, not just | Todd C. Miller |
2001-05-18 | oops | Michael Shalayeff |
2001-05-18 | treat two exits for a return | Michael Shalayeff |
2001-05-18 | why exit if returns | Michael Shalayeff |
2001-05-18 | why exit if returns | Michael Shalayeff |
2001-05-18 | a few harmless cleanups | Michael Shalayeff |
2001-05-15 | do not permit emalloc/erealloc of 0 sized objects | Theo de Raadt |
2001-05-15 | do the same as _ffs | Michael Shalayeff |
2001-05-15 | error out if failed to malloc memory for inode cache entry; deraadt@ ok | Michael Shalayeff |
2001-05-15 | report on another calloc() failure | Theo de Raadt |
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller |
2001-05-14 | Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats. | Angelos D. Keromytis |
2001-05-14 | Update. | Angelos D. Keromytis |
2001-05-14 | Xr bridgename.if and hostname.if in section 5, not 8; spotted by James Cronin... | Jason Wright |
2001-05-12 | Better argument checking for kmemstats. | Angelos D. Keromytis |
2001-05-12 | size_t -> u_int32_t (mcmahill@mtl.mit.edu) | Angelos D. Keromytis |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff |