Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-25 | After tree lock, undo a bullshit change that was obviously NOT tested. | Theo de Raadt | |
Come on guys! Will you ever learn to not put radical untested shit into the source tree in the last few weeks before a release? A few of you do this time after time! | |||
2001-04-24 | Last-minute fix for flavor deps. Very, very late. | Marc Espie | |
Thanks, Theo. | |||
2001-04-24 | remove unecessary code and data | Jason Wright | |
initialize more of the client state in client_mode() add sessionid check on incoming packets. Non-matching packets are just ignored (this allows multiple pppoe's to run on the same interface without freaking out). Thanks again to Russell T Hunt <alaric@MIT.EDU>. | |||
2001-04-24 | Remove unnecessary code; Russell T Hunt <alaric@MIT.EDU>. | Jason Wright | |
2001-04-24 | PPPOE_MTU should be (ETHERMTU - sizeof(struct pppoe_header)) not two bytes | Jason Wright | |
less. (This is the MTU between ppp and bpf, not to be confused with the link negotiated ppp mtu). Many thanks to Russell T Hunt <alaric@MIT.EDU> and Brian Somers <brian@Awfulhak.org> for finding this. | |||
2001-04-20 | update description of the -f option and reword the text about expire. | Jakob Schlyter | |
submitted by Brian Poole <raj@cerias.purdue.edu>. ok deraadt@. | |||
2001-04-19 | Remove redundant package name. | Marc Espie | |
2001-04-18 | We're talking about SHA1 here, not MD5; d.doroshenko@omnitel.net | Aaron Campbell | |
2001-04-18 | fix two bugs. | Marc Espie | |
- create a full path name to the package, so that the chdir of playpen won't confuse tar. - do a chdir dbdir in pkg_info -a mode, so that we only get installed packages, and not pick up whatever is around in the current directory instead. | |||
2001-04-18 | Correct IKE mode config printouts, ok ho@ | Niklas Hallqvist | |
2001-04-17 | Redundant package name. | Marc Espie | |
2001-04-15 | Fix several errors in the bpf program; bugs reported by | Jason Wright | |
Russell T Hunt <alaric@MIT.EDU>. | |||
2001-04-14 | activate wsmoused; the sooner the better | Theo de Raadt | |
2001-04-14 | Userland daemon for wscons console mouse features. | Aaron Campbell | |
2001-04-13 | Fix clean target so it really cleans - depending on if we have a | Bob Beck | |
seperate .OBJDIR or not, Now checks to see if .OBJDIR is seperate from CURDIR, and if so, blows away the lndir tree so that we don't get caught by stale stuff lying around. | |||
2001-04-13 | merge mod_ssl 2.8.2 | Brad Smith | |
-- Ok'd by: beck@ | |||
2001-04-13 | merge mod_ssl 2.8.2 | Brad Smith | |
-- Ok'd by: beck@ | |||
2001-04-13 | Remove debugging output, and some extra junk from the verbose output. | Marc Espie | |
Prefix verbose output with pkg: so that we get a better idea what we're dealing with... | |||
2001-04-12 | Todd says we should not doc depricated behaviour | Theo de Raadt | |
2001-04-12 | document shortcut; noted by bk@rt.fm | Theo de Raadt | |
2001-04-10 | Allow unnatural behavior. | Chris Cappuccio | |
Otherwise, some dhcp clients are not able to get a lease at all... ok beck@ | |||
2001-04-10 | Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt) | Hakan Olsson | |
decoding. Also some cleanup of attribute handling plus length checks. | |||
2001-04-10 | someone should bellow at people who spell below wrong | Theo de Raadt | |
2001-04-09 | Extend IKE knowledge so we can parse the rest (normally encrypted parts) | Hakan Olsson | |
of the IKE negotiation. Useful for isakmpd's new -L and -l options. Also some cleanup. (angelos@, niklas@ ok) | |||
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-04-08 | add support for printing cdp (Cisco Discovery Protocol), from tcpdump.org | Jakob Schlyter | |
2001-04-08 | Better error messages: pwarnx function, which works like pwarn, except | Marc Espie | |
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere... | |||
2001-04-07 | $OpenBSD$ here too. | Hakan Olsson | |
2001-04-07 | Add $OpenBSD$. | Hakan Olsson | |
2001-04-07 | Avoid a compiler warning. Add $OpenBSD$. (Suggestion and ok millert@) | Hakan Olsson | |
2001-04-05 | another euid mixup; wiz@danbala.ifoer.tuwien.ac.at | Theo de Raadt | |
2001-04-05 | When we change the interface MTU, run through the routing table and tweak | brian | |
all route MTUs too. | |||
2001-04-04 | missung euid swapout; j@ida.interface-business.de | Theo de Raadt | |
2001-04-03 | Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEM | brian | |
rather than dropping out immediately. | |||
2001-04-03 | Don't say ``PPP enabled'' if we're given the -quiet switch | brian | |
2001-04-02 | Satisfy boss. | Marc Espie | |
2001-04-02 | Handle for newdepend. | Marc Espie | |
- recognize the keyword, - pass all packing lists to `pkg dependencies solve' for rewriting. pkg dependencies solve is a no-op in the absence of newdepends. With newdepends, it rewrites @newdepends -> @pkgdep on the fly, depending on what's actually installed on the machine. | |||
2001-04-02 | style and fix cut & pasto from some previous commit. | Federico G. Schwindt | |
2001-04-02 | +pkg | Marc Espie | |
2001-04-02 | pkg command: perl frontend to pkg_{add,info,delete,create}, and hooks | Marc Espie | |
to handle new dependencies. | |||
2001-04-02 | More security fixes; check type before using it as tsptype index. | Federico G. Schwindt | |
2001-04-02 | Fix security problem correctly; use >=, not >; mea culpa. | Federico G. Schwindt | |
2001-04-02 | Use poll(2) instead of select(2). | Federico G. Schwindt | |
2001-04-02 | Use strlcpy where possible. | Federico G. Schwindt | |
2001-04-02 | Security fix; discard short packets. | Federico G. Schwindt | |
2001-04-01 | Don't assume challenges and responses don't contain embedded '\0's. | brian | |
Mschapv2 response generation may produce embedded NULs... causing us to send a bogus response to the radius server and end up failing the client's valid response. Problem pointed out by: Eugene Vigovskiy <vigov@com2com.ru> | |||
2001-03-31 | Log on short packets before discard'em; millert@ ok. | Federico G. Schwindt | |
2001-03-31 | Fix -Wall warnings; millert@ ok. | Federico G. Schwindt | |
2001-03-31 | Security fixes: check for short packets and bad types; from FreeBSD. | Federico G. Schwindt | |
millert@ ok. | |||
2001-03-29 | Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers | Bob Beck | |
and mod_expire |