summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
1996-08-02local_domain/topdomain unneededTheo de Raadt
1996-07-31do not gethostbyname() of #.#.#.#Theo de Raadt
1996-07-31ah heck, impliment -a flag and turn it on by default. kills netbsd pr#1295Theo de Raadt
1996-07-31-a is dead; normal sized host buffer, de-constipateTheo de Raadt
1996-07-30*** empty log message ***Jason Downs
1996-07-30closelog() before exec.Jason Downs
1996-07-29Remove some FreeBSD cruft.Jason Downs
1996-07-29Add -h, causing passive mode connections to request the high port range.Jason Downs
Also a few other changes.
1996-07-29Add setenv for HOME (from FreeBSD).Jason Downs
1996-07-28Add daemon mode (from FreeBSD), moving a lot of things around.Jason Downs
Also change the advertised version to '6.1/OpenBSD'; using the old version number from 4.4BSD seems rather silly at this point.
1996-07-28Add anonymous statistics logging, based on FreeBSD but with the reallyJason Downs
obvious bugs fixed.
1996-07-28New mmap(2)-using send_data() from FreeBSD.Jason Downs
1996-07-28fix BUGSTheo de Raadt
1996-07-28always give Login incorrect messageTheo de Raadt
1996-07-28syslog always; inspired by freebsdTheo de Raadt
1996-07-27wrap local change in SS_CONNECTOUTTheo de Raadt
1996-07-27No more ftpd bounce attacks.joshd
1996-07-27bounds check on argv and gargvjoshd
1996-07-25openbsdTheo de Raadt
1996-07-25only report SS_CONNECTOUT socketsTheo de Raadt
1996-07-25mv to openbsd.cTheo de Raadt
1996-07-23require stderr to be > IPPORT_RESERVED/2 (hope this does not break anything...)Theo de Raadt
1996-07-22do not chdir as rootTheo de Raadt
1996-07-22seteuid for chdirTheo de Raadt
1996-07-20rpc.lockdTheo de Raadt
1996-07-20compiles...Theo de Raadt
1996-07-20rpc.lockd from freebsd; has a problem yetTheo de Raadt
1996-07-19race thee no more; fix from travis@evtech.com with some additional stuff from meTheo de Raadt
1996-07-19Patch to catch non-printables in the announce stringTodd C. Miller
(ala the 'flash' hack) from FreeBSD (cleanup of patch from Dima Ruban <dima@demos.su>). Also fixes a syslog() message--we use recvfrom now.
1996-07-18param.hTheo de Raadt
1996-07-18\007 instead of ^G; from phk@freebsd.orgTheo de Raadt
1996-07-18full hostnames; from cstruble@singularity.bevc.blacksburg.va.usTheo de Raadt
1996-07-17buffer overflow from dholland@hcs.HARVARD.EDU; could do with some cleanup?Theo de Raadt
1996-07-17buffer overflowTheo de Raadt
1996-07-16Updated to 4.4BSD fingerd + Theo's @@@@ optimization and someTodd C. Miller
added options to further restrict the info given out.
1996-07-15fix time differencies computations (orig from alan@parsys.co.uk, butMichael Shalayeff
don't use difftime(3), it returns double) use <sys/queue.h> for queue maintanance
1996-07-13print flag options at top, nicerTheo de Raadt
1996-07-04setuid is bad, spotted by bitbltTheo de Raadt
1996-07-02sequence space math hates meTheo de Raadt
1996-07-022 bugs: would not have worked near epoch, copied ttyname in wrong caseTheo de Raadt
1996-07-01new lfs_cleanerd from Lite2.Jason Downs
1996-06-26Copyright fixes and cleaned up after move to use of libutil. /mojMats O Jansson
1996-06-25fix last change.Michael Shalayeff
1996-06-24add -s flag; if specified in inetd, does not allow forwarding @ requestsTheo de Raadt
1996-06-24show talk request on the most non-idle tty (if there is more than one).Michael Shalayeff
1996-06-18my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.Jason Downs
1996-05-30optimize something like "finger @@@@@@@@@@@@@cvs@@@@@@cvs@@@@@@cvs' to hitTheo de Raadt
fewer hosts. Basically, chew @ signs when possible.
1996-05-26setlogin(); netbsd pr#1292; jimj@miller.cs.uwm.eduTheo de Raadt
1996-05-22syncTheo de Raadt
1996-05-22libutilTheo de Raadt