Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Do not assume we have an active exchange during payload validation. | Hakan Olsson | |
2002-07-04 | Eliminate the separate display_* functions. A little more | Kenneth R Westerback | |
consolidation reduces calls to these functions to either 0 (display_failure_msg()) or 1. Just put the here documents in place of the invocation. | |||
2002-07-04 | support non-"objdir" build. From: David Krause <openbsd@davidkrause.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | ep at isapnp works (dma on isapnp is still non-working). | Miod Vallat | |
And fix a comment while there. | |||
2002-07-04 | Add a few scary notes about the upgrade process, and advise people to | Miod Vallat | |
backup their data and reinstall when the release gap is too big. | |||
2002-07-04 | Fix invalid .Xr's; from PR 2804 | Miod Vallat | |
2002-07-04 | Since the directory /var/run is now present during install/upgrade, | Kenneth R Westerback | |
put dmesg.boot there rather than the non-normal location /tmp/dmesg.boot. | |||
2002-07-04 | style | Hakan Olsson | |
2002-07-04 | Fix set selection list logic so that when extracting more sets | Kenneth R Westerback | |
a) The selection list does not display default sets already transferred. b) Saying 'done' does not seem to mysteriously skip the sets erroneously shown as selected due to a). This problem was found by miod@. In the process a) Use _setsdone only to record sets that have successfully been extracted. b) Don't loop on fetching files if a transfer fails. Just let the user know, and let the normal logic offer them a chance to extract the failed sets from the same or different source. c) Eliminate some (newly) dead variables, especially the global _osetsdone. | |||
2002-07-04 | correct udp-from-broadcast check. from <andre@ae-35.com> | Jun-ichiro itojun Hagino | |
2002-07-04 | document setting options in pf.conf | Henning Brauer | |
ok dhartmei@ | |||
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ↵ | Markus Friedl | |
deraadt@ | |||
2002-07-04 | document port allocation | Jakob Schlyter | |
2002-07-04 | use tcp high portrange for active data connections. ok deraadt@ | Jakob Schlyter | |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt | |
2002-07-04 | minor KNF | Theo de Raadt | |
2002-07-04 | new device | Nathan Binkert | |
2002-07-04 | New product ID. | Nathan Binkert | |
From NetBSD | |||
2002-07-04 | sync | Nathan Binkert | |
2002-07-04 | new devices | Nathan Binkert | |
sort some devices by product id from NetBSD | |||
2002-07-04 | Fix off by one error found by aaron@; my fix | Todd C. Miller | |
2002-07-04 | correct handling of EOF on both tty input and network. for example, | Vincent Labrecque | |
this allows stuff like nc -l 10101 < /dev/null to have nc exit automatically when it gets EOF from the network. ok ericj@ | |||
2002-07-04 | ansi | Theo de Raadt | |
2002-07-04 | 4 unchecked mallocs; cloder@acm.org | Theo de Raadt | |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt | |
2002-07-04 | catch malloc failures, my changes; found by cloder@acm.org | Theo de Raadt | |
2002-07-04 | Various tga hacks: | Miod Vallat | |
- some KNF touches - use simpler constructs - do not forget to make use of the tga interrupt when it is enabled (speeds up X11 startup and shutdown, hi matthieu!) - implement the wscons screen burner facility | |||
2002-07-03 | KNF | Theo de Raadt | |
2002-07-03 | Xr fixes; from PR 2794 | Miod Vallat | |
2002-07-03 | Xr fixups, mostly from PR 2793 | Miod Vallat | |
2002-07-03 | ansi on a file which idiots believe is not here anymore | Theo de Raadt | |
2002-07-03 | check for malloc failure; reported by cloder@acm.org | Theo de Raadt | |
2002-07-03 | missing or incorrect checks for malloc failure; cloder@acm.org | Theo de Raadt | |
2002-07-03 | if localid is too long, abort; found by cloder@acm.org | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-07-03 | sync | Theo de Raadt | |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat | |
declarations (extern int foo), and compensate in the appropriate locations. | |||
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell | |
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card. | |||
2002-07-03 | Remove unused function parameter 'cache' from nfs_rephead | Nathan Binkert | |
ok costa@ | |||
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-03 | remove a useless {} that was there for "historical reasons" and only served | Vincent Labrecque | |
to make the code go too far to the right. | |||
2002-07-03 | add a missing newline to an error message. | Vincent Labrecque | |
from Jean-Francois Brousseau <krapht@secureops.com> ok deraadt@ | |||
2002-07-03 | sync | Todd C. Miller | |
2002-07-03 | New config for the OpenBSD mailing list server. Two separate daemons | Todd C. Miller | |
are used; one for incoming messages on port 25 and a stripped down queueing-only config on localhost port 24 fed by the mailing list exploder. Actual delivery is handled by persistent queue runners. | |||
2002-07-03 | No need to have this in cvs--the OpenBSD list config is basically the same. | Todd C. Miller | |
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl | |
and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@ | |||
2002-07-03 | use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) | Markus Friedl | |
in order to avoid a possible Kocher timing attack pointed out by Charles Hannum; ok provos@ | |||
2002-07-03 | convert to ansi. suddenly realise that means yet another function is a | Theo de Raadt | |
signal handler in some cases, and make it cope with the termination race. |