summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
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
1996-05-22libutilTheo de Raadt
1996-05-17exit dark ages; enable crt erase & kill by defaultTheo de Raadt
1996-04-29add missed satosin().Michael Shalayeff
1996-04-28Add this stuff to keep compilers happy.Michael Shalayeff
1996-04-28Fix the bugs w/ that osockaddr.Michael Shalayeff
minor cleanups. this was tested w/: OpenBSD, Kleenux, BSDi (in all combinations).
1996-04-24fix errors, change description of non-existant command yppasswd, point at yp(8)Theo de Raadt
1996-04-23sync with netbsd 960418Theo de Raadt
1996-04-17Make encrypted remote logins work againThorsten Lockert
1996-04-17Make encrypted kerberos remote shell work again. Note that this is notThorsten Lockert
a supported configuration, and no port number is defined for it.
1996-03-28From NetBSD: merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
add -Dunix to CFLAGS
1996-02-22From NetBSD:Niklas Hallqvist
Make sure that the user name cannot ever be interpreted as an option to login(8). Note: This does *not* fix any security holes.