Age | Commit message (Expand) | Author |
2004-04-27 | typo from Michael Knudsen; | Jason McIntyre |
2004-04-27 | typo and remove some Ns hacks no longer needed; | Jason McIntyre |
2004-04-27 | irregardless -> irrespective; | Jason McIntyre |
2004-04-27 | various small fixes; | Jason McIntyre |
2004-04-27 | regress test for environment passing, SendEnv & AcceptEnv options; ok markus@ | Damien Miller |
2004-04-27 | bz #815: implement ability to pass specified environment variables from the | Damien Miller |
2004-04-27 | do not link ssltest.c into libssl, stops main/doit symbols from being | Anil Madhavapeddy |
2004-04-27 | crud stripping; henning ok | Theo de Raadt |
2004-04-27 | do the errno ERANGE dance around a strtol; henning ok | Theo de Raadt |
2004-04-27 | announce route refresh capability, and parse announced route refresh capa | Henning Brauer |
2004-04-27 | print route refresh capability if present | Henning Brauer |
2004-04-27 | initial route refresh support per RFC2918 | Henning Brauer |
2004-04-27 | Fix typo in ifstated.conf. Reported by matthew zeier, then forgotten... | Ryan Thomas McBride |
2004-04-27 | Recalculation of memory footprint of ASC/ASCQ table since I was in here anywa... | Marco Peereboom |
2004-04-27 | make separate functions to enable/disable altq, and call them when we | Kenjiro Cho |
2004-04-27 | curpeer must be set back to curgroup, not NULL | Henning Brauer |
2004-04-26 | need more checks on the keys | Henning Brauer |
2004-04-26 | drop tcp connections using sysctl(2) | Markus Friedl |
2004-04-26 | sf works now (for reasonable amounts of ram at least). ok deraadt@ | Ted Unangst |
2004-04-26 | Use a common source file for all the hash helper functions that | Todd C. Miller |
2004-04-26 | add -n flag (do not reverse-lookup). pb and deraadt ok | Jun-ichiro itojun Hagino |
2004-04-26 | unbreak | Henning Brauer |
2004-04-26 | vaddr_t casts for vtophys, works on amd64. ok deraadt@ | Ted Unangst |
2004-04-26 | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll | Todd C. Miller |
2004-04-26 | bzero hint before use. | Jun-ichiro itojun Hagino |
2004-04-26 | change tcpdrop to require newp instead of oldp; suggested by otto | Markus Friedl |
2004-04-26 | - allow the user to force the TCP mss below the fail-safe 216 with a low | Mike Frantzen |
2004-04-26 | oh we need to model check and not crank > 256 for older cards... do that later | Theo de Raadt |
2004-04-26 | isalnum() does not match '_' so check it explicitly. This allows cron | Todd C. Miller |
2004-04-26 | Fix RCSID | Miod Vallat |
2004-04-26 | Oops, unbreak m88k; spotted by aoyama@ | Miod Vallat |
2004-04-26 | Start factorizing luna88k and mvme88k common parts. | Miod Vallat |
2004-04-26 | load ipsec SAs into the kernel and enable them. | Markus Friedl |
2004-04-26 | don't forget to set keylen, markus | Henning Brauer |
2004-04-26 | - make the k field in struct bpf_insn unsigned, as promised in the | Otto Moerbeek |
2004-04-26 | parser support for setting ipsec keys and such, markus ok | Henning Brauer |
2004-04-26 | this driver had 256 clusters for receive buffers. move to 512, to increase | Theo de Raadt |
2004-04-26 | fix route with explicit -gateway modifier. ok deraadt@ itojun@ | Cedric Berger |
2004-04-26 | sync | Theo de Raadt |
2004-04-26 | Before enqueueing the packet, copy the contents of incoming clusters | Ryan Thomas McBride |
2004-04-26 | start with minimum recieve rings. when we ifconfig up, allocate more. | Theo de Raadt |
2004-04-26 | hide nonstandard struct from userland | Jun-ichiro itojun Hagino |
2004-04-26 | fix printing template neighbors | Henning Brauer |
2004-04-26 | need keylen too, markus | Henning Brauer |
2004-04-26 | Allocate rx buffer mbuf clusters at ifconfig time, release them when the | Ryan Thomas McBride |
2004-04-26 | do more careful altq bandwidth checking. | Kenjiro Cho |
2004-04-26 | Howe eye wysh eye cud spel. | Ryan Thomas McBride |
2004-04-26 | Prevent biases in arc4random() from disclosing the byte order of the firewall. | Ryan Thomas McBride |
2004-04-26 | The rule_number parameter for pf_get_pool() needs to be 32 bits, not 8 - | Ryan Thomas McBride |
2004-04-26 | double check that the carp* interfaces exist before knocking them down, | Theo de Raadt |