summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-06-04kill clause 3 & 4Jason Wright
2003-06-04toast some 3 & 4 for espieTheo de Raadt
2003-06-03remove term 3, with permission from Chris Kuethe for pathnames.hBob Beck
2003-06-03Don't need 'all right reserved'; brings this into line with my otherTodd C. Miller
ISC-style copyrights.
2003-06-03Nuke terms 3 & 4 on my code.Tobias Weingartner
2003-06-03last bit of clause 3 & 4 nuking for me.Jason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-06-02three four kill ...Michael Shalayeff
2003-06-02Relax licence by removing the 3rd clause on all files whereI was stillMiod Vallat
using a 3 clause licence.
2003-06-02I'm a dork, I removed the 4th clause of the UCB license instead ofTodd C. Miller
the 3rd one.
2003-06-02Update old UCB license w/ new one based on /sys/net/slcompress.[ch]Todd C. Miller
2003-06-02more term cleanup by meTheo de Raadt
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-30string cleaning; ok jakob, teduTodd T. Fries
2003-05-29Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. ThereTodd 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-29mdoc versions;Jason McIntyre
ok deraadt@
2003-05-26install mod_ssl headersHenning Brauer
from a discussion with and ok by naddy@
2003-05-26IPv6 support.Jun-ichiro itojun Hagino
2003-05-23moved swapgeneric.cTed Unangst
2003-05-22remove -Werror; ok millertPeter Valchev
2003-05-21typos from pjanzen@Jason McIntyre
2003-05-19No longer complain about printing a.out files; this sort of detection reallyPaul Janzen
belongs in lpd filters.
2003-05-17Fix typo in last commit, spotted by Brian Poole. That'll teach meTodd C. Miller
to commit on an empty stomach.
2003-05-17Cannot use strlcpy() for strings in struct utmp since they are not guaranteedTodd C. Miller
to be NUL-terminated. Fixes a bug introduced in rev 1.37; noticed by deraadt@
2003-05-17sync to reduce diffsHenning Brauer
2003-05-17bye byeHenning Brauer
2003-05-15assume presense of getifaddrs(3).Jun-ichiro itojun Hagino
2003-05-15make getifaddrs(3) a default, as all BSD has it by nowJun-ichiro itojun Hagino
2003-05-15kill unusedJun-ichiro itojun Hagino
2003-05-15simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-readyJun-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-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
old datalink type is still recognized. ok henning@ dhartmei@ frantzen@
2003-05-14Mention that without a password being specified, the account is disabledJason Peel
by default. Idea from Ross.Richardson@utas.edu.au, discussed with millert@; closes PR 3257.
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
deraadt ok
2003-05-14remove the last of the MI commonsJason Wright
2003-05-13Don't reformat output beyond a minimum terminal width (60).Paul Janzen
millert@ ok
2003-05-13- document -VCamiel Dobbelaar
- add license (/me wrote it) ok jmc@
2003-05-13don't -I/usr/include/ssl, it's from old openssl distribution.Jun-ichiro itojun Hagino
markus ok
2003-05-13Sync valid username check w/ user(1). Patch from Brian Poole,Todd C. Miller
problem reported by juncus on misc
2003-05-13Don'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-12Fix a bug where pkg_add would fail when dependencies got a few levels deepPeter 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-12sprintf -> snprintf. ok krw@ deraadt@Ted Unangst
2003-05-12Do vis()-cleaning when displaying the print queue.Paul Janzen
ok deraadt@, ian@
2003-05-12feof() can only be used after you actually hit EOF so the checkTodd 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-12Sync to 0.6.2Camiel Dobbelaar
- UIDL digest calculation has been improved - minor bug fixes - -V switch to show version
2003-05-12cut crap, use strdup instead of malloc + strlcpy, use err()Henning Brauer