Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-05 | ipf 3.2.10; work by kjell | Theo de Raadt | |
1999-02-04 | allow higher uids. | Niels Provos | |
1999-02-04 | Change the timer routines so that they interrupt when the next | brian | |
item is scheduled rather than interrupting 10 times per second and finding that there's nothing to do most of the time. This change reduces interrupt overheads but will expose any (previously small) latency problems. Be more careful about building VJ compression requests - we can't htonl/ntohl the entire four bytes ! Also, when we get a NAK, try to get as close as possible to what the peer NAKs with when sending our next REQ. Similarily when we send a NAK, pick values as close as possible to what the peer REQd. Fix a couple of man page typos (compliments of billf@FreeBSD.org) | |||
1999-02-04 | Use ether_ntoa() instead of doing the equivalent by hand | Todd C. Miller | |
1999-02-03 | Add more debugging info via -d; m4@umn.edu | Todd C. Miller | |
1999-02-03 | The necessary defs are in paths.h now. | Angelos D. Keromytis | |
1999-02-02 | Don't allow root to specify non-existent labels on | brian | |
the command line. Revise the error diagnostics so that invalid labels are reported immediately. | |||
1999-02-02 | Reimplement the previous fix (no response to PAP requests) | brian | |
at the authentication layer rather than at the PAP layer so that it also applies to CHAP (no response to CHAP challenges). | |||
1999-02-01 | Hmmm... why not fixed before? | Per Fogelstrom | |
1999-02-01 | If we receive no answer from the server when sending PAP | brian | |
requests, give up (don't sit there indefinitely). | |||
1999-01-31 | Mention the error when we fail to connect(). | brian | |
1999-01-25 | Don't SEGV when ``set proctitle'' is used in the default | brian | |
section. Submitted by: Dan Lukes <dan@obluda.cz> | |||
1999-01-24 | -q was not in usage() | Bruno Rohee | |
1999-01-21 | official fix for sendmail header length DoS | Todd C. Miller | |
1999-01-21 | this was missed in the 8.9.2 update | Todd C. Miller | |
1999-01-20 | Recurse when we've switched state via LoginDone(). If we've | brian | |
got an open link, we want it to be select()d on - otherwise we get a freeze when ``openmode'' is passive. | |||
1999-01-19 | Change the maximum number of filters from 20 to 40. | brian | |
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com> | |||
1999-01-19 | Suggest that ``set proctitle'' is used in ppp.linkup when | brian | |
USER is expected to be expanded. | |||
1999-01-19 | Send the peer-decided PSTN address with the CBCP Ack, | brian | |
otherwise windows clients will keep resending the response :-/ It'd be nice if M$ would document this sort of thing ! Problem reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> | |||
1999-01-19 | Avoid a DoS caused by messages containing a huge number of mail header ↵ | Todd C. Miller | |
lines; lcamtuf@IDS.PL | |||
1999-01-19 | Retry sane probe ordering, i.e. ordered like the attachments | Niklas Hallqvist | |
found in the various config files. | |||
1999-01-18 | add 'old' as a synonym for 'des' | Todd C. Miller | |
1999-01-16 | Fix PR# 692. evanc@concer.to | Tobias Weingartner | |
1999-01-13 | If we've configured CBCP *and* another not-so-important | brian | |
CALLBACK protocol and end up agreeing CBCP, DTRT and go into CBCP phase rather than mistakenly terminating as if CBCP wasn't agreed. Problem reported by: Alexander Dubinin <alex@nstl.nnov.ru> | |||
1999-01-11 | Correct some formatting errors (one is a groff bug) | brian | |
Noted & partially submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> | |||
1999-01-10 | Only call isatty() when we open our descriptor, and remember | brian | |
the answer. If we later get a descriptor exception from select(), we know that it's a tty (isatty() returns 0 after the exception on a tty) and remember to call modem_LogicalClose(). The upshot of it all is that descriptor exceptions dont leave the tty locked any more. | |||
1999-01-10 | If we can't open alias.log, don't try to write to the | brian | |
resulting NULL FILE *. | |||
1999-01-08 | Don't use the next phone number after the ``|'' if the | brian | |
dial & login are successful. Submitted by: Toshiomi Moriki <Toshiomi.Moriki@ma1.seikyou.ne.jp> | |||
1999-01-06 | Typo: The idle timer is ignored in -ddial and -dedicated | brian | |
mode, not in -ddial and -direct. Pointed out by: Chris Timmons <skynyrd@opus.cts.cwu.edu> | |||
1999-01-06 | Don't warn when ``add xxxx HISADDR'' fails because HISADDR | brian | |
is 0.0.0.0. This isn't a problem as the sticky route is still added. Suggested by: Chris Timmons <skynyrd@opus.cts.cwu.edu> | |||
1999-01-05 | careful about sunx.sun_path termination; matter@research.suspicious.org | Theo de Raadt | |
1999-01-04 | PIDs does not always fit in short | Niklas Hallqvist | |
1999-01-04 | use pid_t | Theo de Raadt | |
1999-01-03 | fix overflow; bde | Theo de Raadt | |
1999-01-01 | sendmail 8.9.2 | Todd C. Miller | |
1998-12-31 | Fix broken htdocs/manual install that was missing files. | Bob Beck | |
1998-12-29 | do batch in encrypted mode by default; ibo@val-axs.net | Theo de Raadt | |
1998-12-28 | use getcwd(3) | Theo de Raadt | |
1998-12-28 | document -D | Hugh Graham | |
1998-12-20 | Don't assume /bsd if no system given, let the kvm routines pick a default ↵ | Todd C. Miller | |
(and thus use kvm_bsd.db if possible). Also minor manpage fixup. | |||
1998-12-20 | o make sure C-style strings in packet are NUL-terminated and increase size of | Todd C. Miller | |
buf in report() for 256; W.H.J.Pinckaers@CPEDU.RUG.NL o kill sprintf in favor of snprintf everywhere (paranoia...) | |||
1998-12-19 | back out recently added sanity check for data and bss as ksyms has neither | Todd C. Miller | |
1998-12-18 | merge freebsd version of accton | Theo de Raadt | |
1998-12-18 | fix 64-bit unaligned problems | Theo de Raadt | |
1998-12-18 | indent | Theo de Raadt | |
1998-12-17 | Don't return stack-based data. This may have caused | brian | |
server-side CHAP authentication problems in the past :-/ | |||
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-12-16 | Typo police | brian | |
Submitted by: Bill Fumerola <billf@FreeBSD.org> | |||
1998-12-15 | Fix a potentially bad latency problem. | brian | |
Problem reported by: Christopher Hall <hsw@acm.org> | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |