Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-18 | correct strtol() mess around rpc version numbers | Theo de Raadt | |
1998-11-18 | paramters -> parameters (but this whole page needs to be redone, hopefully soon) | Aaron Campbell | |
1998-11-15 | put userdir back; "disabled" keyword is to be used instead | Theo de Raadt | |
1998-11-14 | put bootpd.dump in /var/run, not /tmp, to avoid /tmp race | Todd C. Miller | |
1998-11-13 | put p option in getopt(); garath@code.ridgefield.org | Theo de Raadt | |
1998-11-12 | make dirs in /usr/share/sendmail owned by group wheel to match mtree | Todd C. Miller | |
1998-11-10 | hash & cache hostnames; garath@code.ridgefield.org | Theo de Raadt | |
1998-11-10 | fix htdocs path; evanc@concer.to | Theo de Raadt | |
1998-11-10 | Don't forget to initialise dbuff when debugging. | brian | |
1998-11-08 | Explain what the command line switches do and what the | brian | |
various prompts signify. | |||
1998-11-08 | Fix a few typos | brian | |
Submitted by: Forgotten (sorry) | |||
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell | |
1998-11-07 | Nasty hack to add execute permission to helper scripts if they don't | Todd C. Miller | |
have it. I don't think hacking apache's configure mechanism is the correct approach for us, since it would just have to be redone for every import (and it requires more than just changing Configure). I don't think the read-only case is an issue since on a CD-ROM the permissions should be correct (I believe it is only ctm that doesn't update modes). | |||
1998-11-06 | Set PATH before running Configure | Todd C. Miller | |
1998-11-05 | Don't delete the primary interface address when | brian | |
``iface clean'' is used in auto mode while there are no active links. | |||
1998-11-03 | Back out previous change, the problem is Linux-specific. To quote Wietse ↵ | Todd C. Miller | |
'On UNIX systems with a BSD TCP/IP protocol stack, the accept() call does not return until the three-way handshake completes.' | |||
1998-10-31 | If the CBCP callee offsers no callback, send our configured | brian | |
response anyway. This is what Win95 does, despite it not being documented in the cbcp spec.... Reported by: Bill <petheram@acm.org> | |||
1998-10-31 | Allow multiple systems (config labels) on the command | brian | |
line and in the ``load'' & ``dial'' commands. The last label loaded becomes the current label name. Only require a label for -auto mode. | |||
1998-10-31 | Catch other cases where the accept(2) can fail. | Todd C. Miller | |
Works around a DOS attack noted by Michal Zalewski <lcamtuf@IDS.PL>. Patch by Nick Andrew <nick@ZETA.ORG.AU>. | |||
1998-10-30 | fix usage() | Michael Shalayeff | |
1998-10-29 | Don't call PacketAliasIn() when we turn around packets destined | brian | |
for our interface address. We're about to call ip_Input() anyway, and ip_Input() does the PacketAliasIn(). Stack trace provided by: Cameron Grant <gandalf@vilnya.demon.co.uk> | |||
1998-10-29 | provide an option to retreive battery life estimate in minutes | Michael Shalayeff | |
from Martin Forseen <maf@firedoor.se> some corrections from me. | |||
1998-10-29 | fix for those boxens like hppa which do not supply boot file name | Michael Shalayeff | |
so we have to decide for 'em, like open the first file from the list in the config. kids tested mother approved. | |||
1998-10-29 | Catch up with the latest ppp updates/fixes: | brian | |
- Add enable/disable proxyall to proxy arp an entire subnet (smaller than class C) - Add ``set {send,recv}pipe for controlling socket buffers. - Fix the infamous ``first connection'' problem where the process that causes an auto dial to an ISP that assigns a dynamic IP never connects (due to the bound socket IP being changed on the tun iface). See ``enable/disable iface-alias'' and ``iface ...'' in the man page. - Add PROCESSID as a substitution string when running commands. - Add ``set proctitle'' for changing argv0. You can use all the command substitutions here too (eg ``set proctitle ppp: USER INTERFACE''). - Add a missing untimeout as soon as the chat expect string is received rather than waiting for the next expect to happen. - Be less restrictive about when auth{name,key}, enddisc, shortseq and mrru can be changed. - Improve some diagnostics. - Don't send a DELAY field with CBCP_NONUM messages (as per the spec). - Emphasise how to make callback optional in the man page. - Allow the caller to request no callback if they're allowed choose the number anyway. - Set our CBCP RESPONSE fsm id according to the REQ, moan if the peer gets the response id wrong (but continue anyway). - Shuffle the ``set ?'' output back a column so that broken terminals that can't display 80 columns *and* a '\n' will look ok. - If DES is compiled out, be more verbose about why CHAP 0x80 was rejected. | |||
1998-10-29 | use correct ioctl for flushing; garath@code.ridgefield.org | Theo de Raadt | |
1998-10-28 | uninitialized variable; hgweigand@wiesbaden.netsurf.de | Todd C. Miller | |
1998-10-28 | fix ? usage handling; route@resentment.infonexus.com | Theo de Raadt | |
1998-10-17 | Stricter anti-spam measures; mostly from Eric's knecht.mc | Thorsten Lockert | |
1998-10-16 | Die quietly if the open fails with ENXIO | Jason Wright | |
1998-10-16 | fix path to regdef.h on pmax | Mats O Jansson | |
1998-10-14 | solve < > or - in password problem | Theo de Raadt | |
1998-10-13 | Sync with recent NetBSD changes: | Marco S Hyman | |
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks | |||
1998-10-12 | *UNTESTED* Makefile change that may work on the arc and pmax. | Bob Beck | |
*this needs to be tested by someone who has one!!* | |||
1998-10-11 | Enforce valid Message-Id to help stop spammers | Todd C. Miller | |
1998-10-11 | Apache 1.3.3 merge + proxy_segv fix | Bob Beck | |
1998-10-10 | Apache Configure script can bomb if Configuration.tmpl newer than | Bob Beck | |
Configuration. Modify makefile not to care and disable offending test in Configure. | |||
1998-10-07 | build ssleay | Theo de Raadt | |
1998-10-06 | compile ssleay here | Theo de Raadt | |
1998-10-06 | crank RLIMIT_DATA, seems to be necessary for some people | Todd C. Miller | |
1998-10-06 | fix | Theo de Raadt | |
1998-10-06 | use /usr/bin/lndir | Theo de Raadt | |
1998-10-04 | Say no to realloc leaks. | Bob Beck | |
1998-10-04 | 1.3.2 versions of conf files | Bob Beck | |
1998-10-01 | Fix template (rong file before) and fix clean target for new dirs. | Bob Beck | |
1998-10-01 | fix conflict. | Bob Beck | |
simplify a bit | |||
1998-10-01 | simplify a bit | Bob Beck | |
1998-10-01 | minor change makes building in tree much easier. | Bob Beck | |
1998-10-01 | update for 1.3.2 | Bob Beck | |
1998-10-01 | fix retarded default paths | Bob Beck | |
1998-10-01 | Config and wrapper for 1.3.2. | Bob Beck | |