summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2002-07-20Exit on setusercontext() failure; noticed by deraadt@Todd C. Miller
2002-07-17whoops, wrong typeTheo de Raadt
2002-07-16typos / double wordsJan-Uwe Finck
2002-07-16remove more junkTheo de Raadt
2002-07-16by now, this README is way out of dateTheo de Raadt
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16ERROR2() is not usedTheo de Raadt
2002-07-16let BSS work to our advantageTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15atrun is now part of cron(8)Todd C. Miller
2002-07-15don't built atrunTodd C. Miller
2002-07-14Rewrite with more (and correct!) info, based on login_passwd.8.Todd C. Miller
Thanks to Jose Nazario for pointing out some inaccuracies which prompted me to do this.
2002-07-14make ftpd always listen to a high tcp port for passive data connections.Jakob Schlyter
deprecate and ignore the -h option. ok deraadt@.
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
run destructors on dlclose() Move more symbols into _dl_ private space, so that the proper (libc) version of the function will be used. Add readdir() functionality to perform the proper library searching. Support DL_PRELOAD Do not relocate symbols if ld.so is being traced (and will exit). Misc lint cleanup. ok art@
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