Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-08 | Make c_word const; from NetBSD (tron) | Todd C. Miller | |
2003-06-08 | Sanity check username length and convert to ANSI function headers. | Todd C. Miller | |
2003-06-08 | Instead of splitting a flat string into a list for system(), just | Todd C. Miller | |
pass it a list in the first place. Also fix up some spacing. | |||
2003-06-08 | Add check for group too long and made an invalid group a fatal error | Todd C. Miller | |
instead of just a warning which is consistent with the way an invalid user is treated. | |||
2003-06-08 | Use _PW_NAME_LEN not MAXLOGNAME since the latter does not include the NUL. | Todd C. Miller | |
2003-06-08 | use err/warn | Michael Shalayeff | |
2003-06-06 | WIDE uses 3-term now; itojun ok | Theo de Raadt | |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt | |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-04 | kill terms 3 & 4 | Jason Wright | |
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt | |
2003-06-04 | another UCB one that can be fixed obviously | Theo de Raadt | |
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 |