Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-31 | spelling | Todd T. Fries | |
2001-05-30 | make it print in normal way w/o billion new lines | Michael Shalayeff | |
2001-05-30 | set the or_mask to TOKEN_ENABLED; ok millert@ | Markus Friedl | |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt | |
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope). | |||
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt | |
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope). | |||
2001-05-29 | build with BSD auth support | Todd C. Miller | |
2001-05-29 | build tokenadm and tokeninit | Todd C. Miller | |
2001-05-29 | Missing .El; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-29 | Initial work/mdoc'ification by <mpech@prosoft.org.lv> | Hakan Olsson | |
2001-05-29 | Wrong section header ordering. Pointed out by <mpech@prosoft.org.lv> | Hakan Olsson | |
2001-05-28 | Remove unneeded .Nm argument; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-24 | Correctly handle gif(4) interface passing down AF_LINK family frames | Angelos D. Keromytis | |
(which we treat as ethernet frames). itojun@ ok | |||
2001-05-24 | - Let '-' mean stdin. | Peter Valchev | |
- Correct usage message: -p and -d cannot be usefully used together. - Use __progname in usage() millert@ ok | |||
2001-05-23 | Fix up SYNOPSIS and option descriptions; bk@rt.fm | Aaron Campbell | |
2001-05-22 | More fixes. From <mpech@prosoft.org.lv> | Hakan Olsson | |
2001-05-22 | Some fixes. From <mpech@prosoft.org.lv> | Hakan Olsson | |
2001-05-22 | mdoc-ify. Add $OpenBSD$ | Hakan Olsson | |
2001-05-22 | mdoc-ify. Fix section headers. Some typos. | Hakan Olsson | |
2001-05-22 | Back out pkg_version. espie has better plans. | brian | |
2001-05-21 | Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff) | brian | |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell | |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff | |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff | |
2001-05-15 | the signal handlers can many illegal functions. try to at least be cautious. | Theo de Raadt | |
parts from mickey, parts from me. | |||
2001-05-14 | No need for setgid kmem anymore, we can use sysctl to get all the | Angelos D. Keromytis | |
relevant information. | |||
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | MAP_COPY -> MAP_SHARED (it's ok in this case (/dev/ksyms)) | Artur Grabowski | |
2001-05-05 | use err/warn, -Wall, trailing spaces | Michael Shalayeff | |
2001-05-05 | use strlcpy vs strncpy+a[n-1]='\0' | Michael Shalayeff | |
2001-05-05 | install other files too | Michael Shalayeff | |
2001-05-05 | add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd have | Michael Shalayeff | |
2001-05-05 | use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ ok | Michael Shalayeff | |
2001-05-03 | fix typo; isaki@par.odn.ne.jp | Theo de Raadt | |
2001-05-03 | fix bug where apache would segfault on startup if localhost wasn't | Bob Beck | |
defined for 127.0.0.1, thanks fgsch@ | |||
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-05-01 | Correct PCVT references. | Aaron Campbell | |
2001-05-01 | The old (pcvt) moused is gone in favor of the new (wscons) wsmoused. | Aaron Campbell | |
2001-05-01 | avodi null pointer dereference. sync with kame | Jun-ichiro itojun Hagino | |
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>. |