Age | Commit message (Expand) | Author |
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat |
2003-06-02 | I'm a dork, I removed the 4th clause of the UCB license instead of | Todd C. Miller |
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 |
2003-05-29 | mdoc versions; | Jason McIntyre |
2003-05-26 | install mod_ssl headers | Henning Brauer |
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 |
2003-05-17 | Fix typo in last commit, spotted by Brian Poole. That'll teach me | Todd C. Miller |
2003-05-17 | Cannot use strlcpy() for strings in struct utmp since they are not guaranteed | Todd C. Miller |
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 |
2003-05-14 | "error" was typed double, which is not suitable for getaddrinfo(3). | Jun-ichiro itojun Hagino |
2003-05-14 | libpcap and tcpdump now understand the new pflog datalink type. | Can Erkin Acar |
2003-05-14 | Mention that without a password being specified, the account is disabled | Jason Peel |
2003-05-14 | move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice. | Jun-ichiro itojun Hagino |
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 |
2003-05-13 | - document -V | Camiel Dobbelaar |
2003-05-13 | don't -I/usr/include/ssl, it's from old openssl distribution. | Jun-ichiro itojun Hagino |
2003-05-13 | Sync valid username check w/ user(1). Patch from Brian Poole, | Todd C. Miller |
2003-05-13 | Don't allow usernames to begin with a dash since pwd_mkdb(8) | Todd C. Miller |
2003-05-12 | Fix a bug where pkg_add would fail when dependencies got a few levels deep | Peter Valchev |
2003-05-12 | sprintf -> snprintf. ok krw@ deraadt@ | Ted Unangst |
2003-05-12 | Do vis()-cleaning when displaying the print queue. | Paul Janzen |
2003-05-12 | feof() can only be used after you actually hit EOF so the check | Todd C. Miller |
2003-05-12 | Sync to 0.6.2 | Camiel Dobbelaar |
2003-05-12 | cut crap, use strdup instead of malloc + strlcpy, use err() | Henning Brauer |
2003-05-12 | extend copyright to 2003 | Henning Brauer |
2003-05-12 | no point in strncmp here; seen after question from | Henning Brauer |
2003-05-12 | explicit != NULL for pointer | Henning Brauer |
2003-05-12 | typo (mine) from Martin Reindl; | Jason McIntyre |
2003-05-12 | sync man page with marcus's recent upgrade; | Jason McIntyre |
2003-05-11 | comma splice. | Paul Janzen |
2003-05-10 | typos; | Jason McIntyre |
2003-05-10 | Be polite about leaving invalid data around in globals, just in case | Chad Loder |
2003-05-10 | catch up with pfctl changes | Henning Brauer |
2003-05-09 | No longer need -lcompat | Todd C. Miller |
2003-05-08 | replace strcpy with strlcpy and some strdup. | Ted Unangst |