Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-04 | kill clause 3 & 4 | Jason Wright | |
2003-06-04 | toast some 3 & 4 for espie | Theo de Raadt | |
2003-06-03 | remove term 3, with permission from Chris Kuethe for pathnames.h | Bob Beck | |
2003-06-03 | Don't need 'all right reserved'; brings this into line with my other | Todd C. Miller | |
ISC-style copyrights. | |||
2003-06-03 | Nuke terms 3 & 4 on my code. | Tobias Weingartner | |
2003-06-03 | last bit of clause 3 & 4 nuking for me. | Jason Wright | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | three four kill ... | Michael Shalayeff | |
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat | |
using a 3 clause licence. | |||
2003-06-02 | I'm a dork, I removed the 4th clause of the UCB license instead of | Todd C. Miller | |
the 3rd one. | |||
2003-06-02 | Update old UCB license w/ new one based on /sys/net/slcompress.[ch] | Todd C. Miller | |
2003-06-02 | more term cleanup by me | Theo de Raadt | |
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-05-30 | string cleaning; ok jakob, tedu | Todd T. Fries | |
2003-05-29 | Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. There | Todd C. Miller | |
are commonly used dhcp servers (like Comcast in the US) that do this. Turns out later versions of ISC dhcp dropped this check as well. It is better to be liberal in what you accept... deraadt@ OK | |||
2003-05-29 | mdoc versions; | Jason McIntyre | |
ok deraadt@ | |||
2003-05-26 | install mod_ssl headers | Henning Brauer | |
from a discussion with and ok by naddy@ | |||
2003-05-26 | IPv6 support. | Jun-ichiro itojun Hagino | |
2003-05-23 | moved swapgeneric.c | Ted Unangst | |
2003-05-22 | remove -Werror; ok millert | Peter Valchev | |
2003-05-21 | typos from pjanzen@ | Jason McIntyre | |
2003-05-19 | No longer complain about printing a.out files; this sort of detection really | Paul Janzen | |
belongs in lpd filters. | |||
2003-05-17 | Fix typo in last commit, spotted by Brian Poole. That'll teach me | Todd C. Miller | |
to commit on an empty stomach. | |||
2003-05-17 | Cannot use strlcpy() for strings in struct utmp since they are not guaranteed | Todd C. Miller | |
to be NUL-terminated. Fixes a bug introduced in rev 1.37; noticed by deraadt@ | |||
2003-05-17 | sync to reduce diffs | Henning Brauer | |
2003-05-17 | bye bye | Henning Brauer | |
2003-05-15 | assume presense of getifaddrs(3). | Jun-ichiro itojun Hagino | |
2003-05-15 | make getifaddrs(3) a default, as all BSD has it by now | Jun-ichiro itojun Hagino | |
2003-05-15 | kill unused | Jun-ichiro itojun Hagino | |
2003-05-15 | simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-ready | Jun-ichiro itojun Hagino | |
getaddrinfo). | |||
2003-05-14 | "error" was typed double, which is not suitable for getaddrinfo(3). | Jun-ichiro itojun Hagino | |
from tobias | |||
2003-05-14 | libpcap and tcpdump now understand the new pflog datalink type. | Can Erkin Acar | |
old datalink type is still recognized. ok henning@ dhartmei@ frantzen@ | |||
2003-05-14 | Mention that without a password being specified, the account is disabled | Jason Peel | |
by default. Idea from Ross.Richardson@utas.edu.au, discussed with millert@; closes PR 3257. | |||
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino | |
deraadt ok | |||
2003-05-14 | remove the last of the MI commons | Jason Wright | |
2003-05-13 | Don't reformat output beyond a minimum terminal width (60). | Paul Janzen | |
millert@ ok | |||
2003-05-13 | - document -V | Camiel Dobbelaar | |
- add license (/me wrote it) ok jmc@ | |||
2003-05-13 | don't -I/usr/include/ssl, it's from old openssl distribution. | Jun-ichiro itojun Hagino | |
markus ok | |||
2003-05-13 | Sync valid username check w/ user(1). Patch from Brian Poole, | Todd C. Miller | |
problem reported by juncus on misc | |||
2003-05-13 | Don't allow usernames to begin with a dash since pwd_mkdb(8) | Todd C. Miller | |
will reject such a name; from Brian Poole | |||
2003-05-12 | Fix a bug where pkg_add would fail when dependencies got a few levels deep | Peter Valchev | |
in the recursive install by removing the code which looks under All/ for more packages as this is not used on OpenBSD From Barry Scott <bscott@ridgewaysystems.com> | |||
2003-05-12 | sprintf -> snprintf. ok krw@ deraadt@ | Ted Unangst | |
2003-05-12 | Do vis()-cleaning when displaying the print queue. | Paul Janzen | |
ok deraadt@, ian@ | |||
2003-05-12 | feof() can only be used after you actually hit EOF so the check | Todd C. Miller | |
for no output from the at command was busted. Instead of using feof(), just fread() a buffer's worth and check to see if we got anything back. Closes PR 3252. | |||
2003-05-12 | Sync to 0.6.2 | Camiel Dobbelaar | |
- UIDL digest calculation has been improved - minor bug fixes - -V switch to show version | |||
2003-05-12 | cut crap, use strdup instead of malloc + strlcpy, use err() | Henning Brauer | |