Age | Commit message (Expand) | Author |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist |
1996-07-29 | Remove random() prototype, as it's not needed. Besides it was wrong for the ... | Niklas Hallqvist |
1996-07-29 | Comment out all obscure networking support; XNS, in particular, is very | Jason Downs |
1996-07-29 | Fixed a bug causing a CPU loop if dist'ing a file whose parent | Todd C. Miller |
1996-07-29 | Bring forward alpha configuration files to 0722. Add OpenBSD | Niklas Hallqvist |
1996-07-29 | Now have a common message.c instead of two copies. | Todd C. Miller |
1996-07-29 | Only need one copy of message.c so use ../rdist/message.c | Todd C. Miller |
1996-07-29 | Added some missing rdist 6.1.3 changes. | Todd C. Miller |
1996-07-29 | comment on ptrace & P_SUGID | Theo de Raadt |
1996-07-29 | check callit() stuff like portmap5 does (ugh) | Theo de Raadt |
1996-07-29 | fix a few typos in error messages; from freebsd | Theo de Raadt |
1996-07-29 | careful of bad addr/port in dgram services | Theo de Raadt |
1996-07-29 | proto bindresvport() here | Theo de Raadt |
1996-07-29 | -Wall clean; careful buffer usage | Theo de Raadt |
1996-07-29 | Fix stupid logic error in bind(). | Jason Downs |
1996-07-29 | Zero out the port for RPC services; let bind() find one. | Jason Downs |
1996-07-29 | Reset port range if bind() fails. | Jason Downs |
1996-07-29 | Make TCP ISS increment by random amounts | Thorsten Lockert |
1996-07-29 | ensure bindresvport() is told to find a port | Theo de Raadt |
1996-07-29 | Use new bind() kernel semantics. | Jason Downs |
1996-07-29 | no cy* quite yet.. | Theo de Raadt |
1996-07-29 | grr | Theo de Raadt |
1996-07-29 | cy needs-count (for now) | Theo de Raadt |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | Theo de Raadt |
1996-07-29 | Remove some FreeBSD cruft. | Jason Downs |
1996-07-29 | Make 600, instead of 512, the lower limit for reserved ports. | Jason Downs |
1996-07-29 | links for supfilesrv/supscan | Theo de Raadt |
1996-07-29 | Fix a small bug and change the logic of the bind() port choosing: | Jason Downs |
1996-07-29 | from port 20, do not leak an fd | Theo de Raadt |
1996-07-29 | Add -h, causing passive mode connections to request the high port range. | Jason Downs |
1996-07-29 | ftpd -Ul | Theo de Raadt |
1996-07-29 | From FreeBSD (with slightly different sysctl names): | Jason Downs |
1996-07-29 | Add setenv for HOME (from FreeBSD). | Jason Downs |
1996-07-28 | Add daemon mode (from FreeBSD), moving a lot of things around. | Jason Downs |
1996-07-28 | Add anonymous statistics logging, based on FreeBSD but with the really | Jason Downs |
1996-07-28 | New mmap(2)-using send_data() from FreeBSD. | Jason Downs |
1996-07-28 | missed changes. | Michael Shalayeff |
1996-07-28 | sync 0722 | Theo de Raadt |
1996-07-28 | no automatic localhost | Theo de Raadt |
1996-07-28 | create pty component of /etc/ttys automatically | Theo de Raadt |
1996-07-28 | root for reload | Theo de Raadt |
1996-07-28 | fix BUGS | Theo de Raadt |
1996-07-28 | always give Login incorrect message | Theo de Raadt |
1996-07-28 | syslog always; inspired by freebsd | Theo de Raadt |
1996-07-28 | FreeBSD PR#1182: fix date wtmp log entries. | Jason Downs |
1996-07-28 | arthur (in)dent | Theo de Raadt |
1996-07-28 | Do not allow hosts to connect to servers from | joshd |
1996-07-28 | pccom and com are now mutually exclusive; pccom moves to major 8, the | Jason Downs |
1996-07-28 | silence gcc in super-pedantic mode; based on freebsd pr#1427 | Theo de Raadt |
1996-07-28 | fix vsnprintf return val | Theo de Raadt |