Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-11 | the start of stateful TCP scrubbing. dynamically determine the highest TTL of | Mike Frantzen | |
each side of the TCP connection and prevent it from being reduced ok pb@ dhartmei@ | |||
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl | |
2003-05-11 | Put the generated asn1 files in the tree, so that the asn1_compile | Hans Insulander | |
dependency no longer bites. Idea by art@ ok deraadt@ | |||
2003-05-11 | don't run off end of strings and use bad pointers | Marcus Watts | |
iterate boot list at most once allow kernel names with - in them complain about option strings that do not start with - distinguish between short read & bad read don't quit if a file can be opened but can't be booted | |||
2003-05-11 | Shrink & clarify code around ftp/http proxy identification. | Kenneth R Westerback | |
Eliminate unnecessary _proxy_host variable that merely kept a copy of the value of ftp_proxy and http_proxy. | |||
2003-05-11 | sync | Theo de Raadt | |
2003-05-11 | finish compat swapon cleanup | Theo de Raadt | |
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-05-11 | nuke debugging stuff | Jason Wright | |
2003-05-11 | Use asprintf instead of malloc,strcpy,strcat | Hans Insulander | |
ok deraadt@ mho@ | |||
2003-05-11 | when doing sparse writes, we must write the last byte or the file will | Ted Unangst | |
be shortened. problem found by wcobb and naddy. ok millert@ | |||
2003-05-11 | Don't reject a perfectly valid absolute path to sets just because the | Kenneth R Westerback | |
user was observant enough to see where the filesystems are mounted. Suggested by espie@. | |||
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl | |
rsa1 private or rsa1 public and ssh2 keys. this makes ssh-keygen -e fail for ssh1 keys more gracefully for example; report from itojun (netbsd pr 20550). | |||
2003-05-11 | Document \s | Paul Janzen | |
2003-05-11 | CNET CNF301, Lucas Maneos <openbsd@subs.maneos.org> | Henning Brauer | |
2003-05-11 | sync | Henning Brauer | |
2003-05-11 | CNet CNF301, Lucas Maneos <openbsd@subs.maneos.org> | Henning Brauer | |
2003-05-11 | More. | Dale Rahn | |
2003-05-11 | remove two remnants of an imaginary in-kernel AFS support | Ted Unangst | |
2003-05-11 | Remove duplicate prototype. | Paul Janzen | |
2003-05-11 | Corrections from FreeBSD via NetBSD. | Paul Janzen | |
2003-05-11 | comma splice. | Paul Janzen | |
2003-05-11 | get the offset of the config space correct, now to figure out why the rtc is ↵ | Jason Wright | |
unhappy. | |||
2003-05-11 | Crank minor | Hans Insulander | |
2003-05-11 | merge with heimdal | Hans Insulander | |
2003-05-11 | Fix a few merge mistakes | Hans Insulander | |
2003-05-11 | These files do not belong in kadmin client | Hans Insulander | |
2003-05-11 | set_progname removed | Hans Insulander | |
2003-05-11 | define SYSCONFDIR | Hans Insulander | |
2003-05-11 | New file needed by heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Stuff needed for heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Small changes needed for heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Merge 0.6rc1 | Hans Insulander | |
2003-05-11 | revert part of previous. if mfs gets a signal, it doesn't attempt to | Ted Unangst | |
force the unmount, so there's no need to mess with resetting processes' working dirs. | |||
2003-05-11 | sync | Theo de Raadt | |
2003-05-11 | check done for NULL before dereferencing. ok drahn@ | Ted Unangst | |
2003-05-11 | fix ID-type for ipv6; ok niklas; report fries | Markus Friedl | |
2003-05-11 | Import of heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Regress tests for explicit nat translation port. | Ryan Thomas McBride | |
2003-05-11 | Don't ntohs() the translation port for nat as it is already in host byte order. | Ryan Thomas McBride | |
Makes nat ... -> $ext_if port 500 rules work correctly again. ok henning@ dhartemi@ frantzen@ | |||
2003-05-11 | use LK_EXCLUSIVE like all other file systems. | Ted Unangst | |
use LK_RETRY in kernfs_root(). "just in case" stuff. | |||
2003-05-11 | Use sizeof(struct icmp6_hdr) instead of ICMP_MINLEN for IPv6, both are | Daniel Hartmeier | |
8 bytes, but the former is more appropriate. ok frantzen@ | |||
2003-05-10 | Pass ICMP error messages referring to non-TCP/UDP/ICMP packets statefully, | Daniel Hartmeier | |
instead of just dropping them. ok frantzen@, henning@, pb@ | |||
2003-05-10 | 'return' now causes an ICMP unreachable for non-TCP/UDP/ICMP protocols. | Daniel Hartmeier | |
2003-05-10 | Support return-icmp for 'other' protocols (non-TCP/UDP/ICMP), for instance | Daniel Hartmeier | |
stock OpenBSD stack returns 'protocol unreachable'. ok frantzen@, henning@, pb@ | |||
2003-05-10 | "enought to" -> "enough to" comment typo | Daniel Hartmeier | |
2003-05-10 | document PACKET_TAG_PF_QID | Henning Brauer | |
ok jmc@ | |||
2003-05-10 | uppercase all non-literals in BNF.. might make some stuff more clear ;) | Philipp Buehler | |
commitski henning@ | |||
2003-05-10 | Prepare pf_change_icmp() for parameter ip == NULL use. | Daniel Hartmeier | |
ok frantzen@, henning@, pb@ | |||
2003-05-10 | typos; | Jason McIntyre | |