summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2002-07-07typos/grammar/better wordsJan-Uwe Finck
in comments.
2002-07-03KNFTheo de Raadt
2002-07-03ansi on a file which idiots believe is not here anymoreTheo de Raadt
2002-07-03 add a missing newline to an error message.Vincent Labrecque
from Jean-Francois Brousseau <krapht@secureops.com> ok deraadt@
2002-07-02* use lostconn() as the SIGALRM handler in receive_data() as originallyDan Harnett
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@
2002-06-30more care with utmp strings, and lseek fixes; moritz@jodeit.orgTheo de Raadt
2002-06-29screw the MLINKSTheo de Raadt
2002-06-29document /var/empty chrootTheo de Raadt
2002-06-29KNFTheo de Raadt
2002-06-28stupid bug written in the last minuteTheo de Raadt
2002-06-28correct uid handling; markusTheo de Raadt
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}Theo de Raadt
starts, do a chroot to /var/empty and change to user nobody. hi mom, i'm in jail!
2002-06-28minor indent cleanupTheo de Raadt
2002-06-28KNFTheo de Raadt
2002-06-28When gettytab doesn't exist, IM contains a #defined string so don'tTodd C. Miller
try to free() it in that case.
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-22ansiTheo de Raadt
2002-06-21o Use *_FILENO defines instead of numbersTodd C. Miller
o Kill sockt global, it is not needed o Use STDOUT_FILENO as the 1st arg to sendto(). Previously we used sockt in sendto() which only worked because a) globals are intialized to 0 and b) inetd sets up fds 0-2 dup'd to the same thing so it didn't matter that we were sending to stdin, not stdout.
2002-06-20fix patch; moritz@jodeit.orgTheo de Raadt
2002-06-20ansiTheo de Raadt
2002-06-19handle non-terminated things better; moritz@jodeit.orgTheo de Raadt
2002-06-19remove custom CFLAGS; ok deraadt, millert, beckPeter Valchev
2002-06-17Initialize SIGALRM handler once in main(), instead of in severalDan Harnett
different locations. This fixes a problem where the SIGALRM handler was being set to an uninitialized pointer in receive_data(). Originally reported to the misc@ list by Colin Harford. ok millert@
2002-06-17nat.conf(5) no longer exist, reference to pf.conf(5) insteadPeter Valchev
2002-06-16Some nat.conf(5) -> pf.conf(5) changes.Miod Vallat
Some nat.conf(5) references remain in the text, since it looks better than .Pa /etc/nat.conf and there is still a softlink.
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-13si_len should be u_int8_t, not socklen_t; form@form.openbsd.ruTodd C. Miller
2002-06-13i heard in the bar that this breaks thingsTheo de Raadt
2002-06-12use ELF_TOOLCHAIN instead of listing all ELF archs.Artur Grabowski
drahn@ ok.
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-06-10u_char -> {socklen_t, sa_family_t, in_port_t}. From form@.Mike Pechkin
millert@ ok
2002-06-09new copyright (explicitly public domain) - from netbsdJun-ichiro itojun Hagino
2002-06-09bit of KNFTheo de Raadt
2002-06-09some misc cleanupTheo de Raadt
2002-06-09no \n in syslog() callsTheo de Raadt
2002-06-09no newlines in syslogBob Beck
2002-06-09Sort .Xr'sHans Insulander
2002-06-09no more \n to syslog()Hans Insulander
2002-06-09no \n for syslog()Hans Insulander
2002-06-09do not present scopeid on wire format (as it is local to a node).Jun-ichiro itojun Hagino
2002-06-08add example using per-user pf rules to allow backchannel connectionsBob Beck
to the proxy.
2002-06-07support scoped IPv6 address.Jun-ichiro itojun Hagino
no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok
2002-06-07move load_offs out of the link_map area.Artur Grabowski
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-06-05Cleanup/remove duplicate code that checks STAT_RELOC_DONE.Artur Grabowski
2002-06-05Get rid of an unnecessary typedef (for future cleanup).Artur Grabowski
2002-06-04fix $OpenBSD$ tag.Mike Pechkin
millert@ ok
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-03Proper masks for 64 bit relocation types. ok art@Dale Rahn
2002-06-02minor KNFTheo de Raadt