Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-09 | We already did a closelog(); no need for it here. | Todd C. Miller | |
2002-07-08 | minor cosmetic change to reduce diffs | Todd C. Miller | |
2002-07-08 | Merge in some changes from Paul Vixie's tree; most are cosmetic | Todd C. Miller | |
o ANSI function headers o return (foo) not return foo o add -oi to sendmail flags o update email address in man pages o make some strings const o completely remove globbing cruft from popen.c o whitespace changes o add DOW_STAR to flags for "monthly", "weekly", and "daily" cron entries | |||
2002-07-08 | ANSI | Theo de Raadt | |
2002-07-08 | don't install Apache bench. | Brad Smith | |
-- Idea from: Chad Loder <cloder@acm.org> via PR 2800 Ok'd by: deraadt@ | |||
2002-07-08 | actual signals; seb@todesplanet.de | Theo de Raadt | |
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-07-04 | Back out the previous revision | brian | |
Objected to by: Andre Oppermann <oppermann@pipeline.ch> After Andre's objection, I've re-examined rfc 2759 and noted that it says that the domain name shouldn't be used when generating the NT-Response field. So it looks like the bug is in freeradius rather than in ppp. | |||
2002-07-04 | support non-"objdir" build. From: David Krause <openbsd@davidkrause.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | correct udp-from-broadcast check. from <andre@ae-35.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | minor KNF | Theo de Raadt | |
2002-07-04 | Fix off by one error found by aaron@; my fix | Todd C. Miller | |
2002-07-03 | missing or incorrect checks for malloc failure; cloder@acm.org | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | If we've given a domain name prefix as the authentication name, strip | brian | |
it off before passing it on to the RADIUS server for authentication. | |||
2002-07-02 | Check malloc() return value; Chad Loder | Todd C. Miller | |
2002-07-02 | Remove whitespace at eol | brian | |
2002-07-02 | Don't trust the MPPE key lengths passed back from the RADIUS server. | brian | |
Instead, use the correct values based on the number of bits actually negotiated. | |||
2002-07-02 | Remove some misleading/wrong diagnostics | brian | |
2002-07-01 | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | Theo de Raadt | |
pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story. | |||
2002-07-01 | Fix a FreeBSD specific latency problem. | brian | |
2002-07-01 | typo | brian | |
2002-07-01 | Don't allow the use of MPPE with RADIUS unless the RADIUS server has provided | brian | |
keys. | |||
2002-07-01 | Handle mis-formatted messages from RADIATOR (now fixed in RADIATOR) | brian | |
2002-07-01 | Spelling | brian | |
2002-07-01 | typo. | Brad Smith | |
-- PR 2781 | |||
2002-07-01 | Add a call to tzset() so we don't need /etc/localtime in the chroot jail. | Todd C. Miller | |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt | |
2002-06-29 | make -I and -P exclusive; constrain -p and -P to their respective maximums; | Theo de Raadt | |
itojun ok | |||
2002-06-29 | check -p out of range. sync w/kame, hint from deraadt | Jun-ichiro itojun Hagino | |
2002-06-29 | ansi | Theo de Raadt | |
2002-06-28 | minor KNF | Theo de Raadt | |
2002-06-28 | Don't use SignalBundle if it's not set | brian | |
Submitted by: Federico G. Schwindt <fgsch@olimpo.com.br> | |||
2002-06-27 | Document why it's static. | Artur Grabowski | |
2002-06-27 | %d/%u mixup | Jun-ichiro itojun Hagino | |
2002-06-27 | boundary check in IPv4/v6 mapped address case (affects dig(1)). | Jun-ichiro itojun Hagino | |
from jimpa@tla.se | |||
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. | |||
2002-06-25 | Minor fixes, including duplicate and missing words; Brian Poole | Todd C. Miller | |
2002-06-25 | hooks for options. | Henning Brauer | |
we don't support setting pf options via authpf, but need the hooks here, too. ok dhartmei@, kjell@ | |||
2002-06-24 | Fix more example rules | Daniel Hartmeier | |
2002-06-24 | When the man page contains such obvious stupid TRIVIAL bugs as this | Theo de Raadt | |
which I am fixing, it makes me wonder why the hell is the shown example not something that someone has actually TRIED? Is it not possible people are yammering so much about it on the mailing lists about problems because the people who wrote this don't even check if the man page is CORRECT? But No! Instead of fixing it, the they get email replies on the damned mailing list, and 8 hours later, someone ELSE pipes up with another problem! Why don't you lame asses take responsibility for the problem at hand, CHECK IF THE MAN PAGE IS RIGHT, and instead of replying to the people who post, instead JUST FIX THE DOCUMENTATION PROBLEMS? Or should I remove authpf before you get the idea? | |||
2002-06-24 | "quick log" -> "log quick" in example rules, from Rudolfo Munguia | Daniel Hartmeier | |
2002-06-24 | correct ftp relay functionality. | Jun-ichiro itojun Hagino | |
2002-06-23 | fix off by one error; submited by Jedi/Sector One <j@pureftpd.org> | Federico G. Schwindt | |
via pr/2767. | |||
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt | |
2002-06-21 | Correctly close the writing end of the pipe when dup'ing the fd to | Todd C. Miller | |
stdout. This was a pasto/thinko on my part. Problem found by jean-philippe wan-hoi. | |||
2002-06-21 | kill gratuitous hex; millert ok | Theo de Raadt | |
2002-06-21 | bye bye, use netstat -inalv; itojun ok | Theo de Raadt | |
2002-06-21 | o change some 0-2 to *_FILENO | Todd C. Miller | |
o don't #ifdef RLIMIT_NOFILE o dup2() safety o some NULL vs. 0 changes deraadt@ OK |