summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-29Now have a common message.c instead of two copies.Todd C. Miller
1996-07-29Only need one copy of message.c so use ../rdist/message.cTodd C. Miller
1996-07-29Added some missing rdist 6.1.3 changes.Todd C. Miller
1996-07-29comment on ptrace & P_SUGIDTheo de Raadt
1996-07-29check callit() stuff like portmap5 does (ugh)Theo de Raadt
1996-07-29fix a few typos in error messages; from freebsdTheo de Raadt
1996-07-29careful of bad addr/port in dgram servicesTheo de Raadt
1996-07-29proto bindresvport() hereTheo de Raadt
1996-07-29-Wall clean; careful buffer usageTheo de Raadt
1996-07-29Fix stupid logic error in bind().Jason Downs
1996-07-29Zero out the port for RPC services; let bind() find one.Jason Downs
1996-07-29Reset port range if bind() fails.Jason Downs
1996-07-29Make TCP ISS increment by random amountsThorsten Lockert
1996-07-29ensure bindresvport() is told to find a portTheo de Raadt
1996-07-29Use new bind() kernel semantics.Jason Downs
1996-07-29no cy* quite yet..Theo de Raadt
1996-07-29grrTheo de Raadt
1996-07-29cy needs-count (for now)Theo de Raadt
1996-07-29rresvport() in terms of bind() & bindresvport()Theo de Raadt
1996-07-29Remove some FreeBSD cruft.Jason Downs
1996-07-29Make 600, instead of 512, the lower limit for reserved ports.Jason Downs
1996-07-29links for supfilesrv/supscanTheo de Raadt
1996-07-29Fix a small bug and change the logic of the bind() port choosing:Jason Downs
Use a random starting point the first time through the loop.
1996-07-29from port 20, do not leak an fdTheo de Raadt
1996-07-29Add -h, causing passive mode connections to request the high port range.Jason Downs
Also a few other changes.
1996-07-29ftpd -UlTheo de Raadt
1996-07-29From FreeBSD (with slightly different sysctl names):Jason Downs
"... Allow the user to nominate one of three ranges of port numbers as candidates for selecting a local address to replace a zero port number. The ranges are selected via a setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &arg) call. The three ranges are: default, high (to bypass firewalls) and low (to get a port below 1024). The default and high port ranges are sysctl settable under sysctl net.inet.ip.portrange.* [net.inet.ip.portfirst, net.inet.ip.portlast, net.inet.ip.porthifirst, and net.inet.ip.porthilast currently in OpenBSD.] This code also fixes a potential deadlock if the system accidently ran out of local port addresses. It'd drop into an infinite while loop. The secure port selection (for root) should reduce overheads and increase reliability of rlogin/rlogind/rsh/rshd if they are modified to take advantage of it."
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-28missed changes.Michael Shalayeff
copyright changed.
1996-07-28sync 0722Theo de Raadt
1996-07-28no automatic localhostTheo de Raadt
1996-07-28create pty component of /etc/ttys automaticallyTheo de Raadt
1996-07-28root for reloadTheo de Raadt
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-28FreeBSD PR#1182: fix date wtmp log entries.Jason Downs
1996-07-28arthur (in)dentTheo de Raadt
1996-07-28Do not allow hosts to connect to servers fromjoshd
source ports < IPPORT_RESERVED/2. This is for ftp bounce attacks,
1996-07-28pccom and com are now mutually exclusive; pccom moves to major 8, theJason Downs
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed.
1996-07-28silence gcc in super-pedantic mode; based on freebsd pr#1427Theo de Raadt
1996-07-28fix vsnprintf return valTheo de Raadt
1996-07-27Fix typos on install of include filesThorsten Lockert
1996-07-27refresh screen better; freebsd pr#1425; from fnTheo de Raadt
1996-07-27close all pipes in child; netbsd pr#2575Theo de Raadt
1996-07-27slight clarification.Jason Downs
1996-07-27proto ppp_restartTheo de Raadt