Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-07 | Add a port of FreeBSD/alpha's libio as libalpha. This library enable | Matthieu Herrb | |
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@. | |||
2002-07-07 | better say we are OpenBSD in the configrom | Thierry Deval | |
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck | |
in comments. | |||
2002-07-07 | More cleanup/shrinkage/clarification. | Kenneth R Westerback | |
a) Eliminate single invocation here document functions not_going_to_install(), congrats() by putting the here document at the point of invocation. b) Make (deliberately) global variables consistantly upper case and with no leading '_'. Many variables that could be local are still creating globals. c) Make all get_* functions names conform to a convention of get_<global variable name>, where the <global_variable_name> is the global variable set by the function, or whose new value is returned by the function. d) Change _IFS to IFDEVS to be consistant with CDDEVS and DKDEVS, and initialize it at the same place. e) Handle bare '+', '-' in same place other selections are parsed rather than in a separate case statement. f) eliminate '[ "$var" ] || var=value' constructs with ': ${var:=value}' constructs. g) Rename local_sets_dir -> SETSDIR. h) Rework logic around ftp passwords to eliminate duplications and ensure a new password is asked for each time. i) Some minor cosmetic adjustments. | |||
2002-07-07 | sync | Theo de Raadt | |
2002-07-06 | sync | Thomas Nordin | |
2002-07-06 | sync | Thomas Nordin | |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-07-06 | theo doesn't like it. | Henning Brauer | |
always use the pfctl in path. | |||
2002-07-06 | unused variable | Kevin Steves | |
2002-07-06 | use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fall | Henning Brauer | |
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@ | |||
2002-07-06 | Fix typo in get_get_files_list() that prevented sets from | Kenneth R Westerback | |
being found for install/upgrade. | |||
2002-07-06 | Security Mode feature set. | Grigoriy Orlov | |
From Alexander Yurchenko <grange@rt.mipt.ru> Approved by csapuntz@ and me. | |||
2002-07-06 | HPT 372, 372A and 374. Only HPT372 was tested. | Grigoriy Orlov | |
Mostly from NetBSD. deraadt@ ok. | |||
2002-07-06 | regen | Grigoriy Orlov | |
2002-07-06 | HPT372/4 | Grigoriy Orlov | |
2002-07-06 | Move NEED_VERSION to "obsolete variables" section and describe | Peter Valchev | |
briefly what it used to be for. | |||
2002-07-06 | dont deref NULL pointer in IPv6 pserver client operation. | Jun-ichiro itojun Hagino | |
From: Moritz Jodeit <moritz@jodeit.org> | |||
2002-07-06 | Remove obsolete upgrade hacks for XF3->XF4 and moving | Kenneth R Westerback | |
sendmail.cf to /etc/mail. ok deraadt@, millert@, todd@ | |||
2002-07-06 | KNF | Theo de Raadt | |
2002-07-06 | KNF | Theo de Raadt | |
2002-07-06 | KNF, realloc fix, and clean usage | Theo de Raadt | |
2002-07-06 | KNF | Theo de Raadt | |
2002-07-06 | Add some missing checks for malloc() returning NULL. | Todd C. Miller | |
Noticed by Lars J. Buitinck. deraadt@ OK | |||
2002-07-06 | cope better if realloc fails; better fix than cloder@acm.org | Theo de Raadt | |
2002-07-05 | Free crp_opaque only after we've determined we're not going to | Angelos D. Keromytis | |
re-submit it. From sam@errno.com | |||
2002-07-05 | Also, return EAFNOSUPPORT instead of ENOBUFS. Both this and the | Angelos D. Keromytis | |
previous commit where noted by sam@errno.com | |||
2002-07-05 | Bump ipips_family in ipipstat in all cases where EAFNOSUPPORT is returned. | Angelos D. Keromytis | |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright | |
2002-07-05 | KNF (no space after casts) | Jason Wright | |
2002-07-05 | add sys/time.h to SYNOPSIS; from bk@rt.fm | Niels Provos | |
2002-07-05 | unbreak. | Henning Brauer | |
2002-07-05 | another small bug I found while installing a -current pf firewall. | Henning Brauer | |
we don't support pass/block in on ! <interface> (at least, not yet) let the parser complain instead of ignoring the '!' ok pb@, dhartmei@ | |||
2002-07-05 | regress for getaddrinfo/getnameinfo | Jun-ichiro itojun Hagino | |
2002-07-05 | document "set loginterface none" | Henning Brauer | |
2002-07-05 | allow unsetting the statusinterface via | Henning Brauer | |
set loginterface none ok dhartmei@ | |||
2002-07-05 | fix a small bug I found while installing a -current pf firewall at a | Henning Brauer | |
client some days ago: if you had a rulefile with "set loginterface <interface>" and loaded through pfctl -e -f /etc/pf.conf, pfctl -si didn't display the interface stats, because on DIOCSTART pf_status.ifname was cleared and enableing is done after loading the ruleset. similar for DIOCCLRSTATUS, remember pf_status.ifname there as well. added feature: On DIOCSETSTATUSIF unset the statusinterface if pi->ifname is empty. ok dhartmei@ | |||
2002-07-05 | volatile sig_atomic_t, suggested by Theo. | Hakan Olsson | |
2002-07-05 | Typo; stobe -> strobe | Aaron Campbell | |
2002-07-05 | Remove an unused #define (belongs only in the PCI attachment source file). | Aaron Campbell | |
2002-07-05 | gcc 3.1 nits. Pointed out by David Krause. | Hakan Olsson | |
2002-07-05 | Sync the ethernet controllers list with GENERIC. | Miod Vallat | |
2002-07-05 | attempt to make ahc smaller. change PCI interrupt handler. | Steve Murphree | |
2002-07-05 | allocation mischecks by cloder@acm.org; lots of other cleanup by me | Theo de Raadt | |
2002-07-05 | more refinement | Theo de Raadt | |
2002-07-04 | repair a dmesg cleanup | Michael Shalayeff | |
2002-07-04 | More cleanup/shrinkage/clarification. | Kenneth R Westerback | |
a) Abstract selection list handling into a function do_selection_list() rather than repeating the code twice. b) Eliminate function get_selection() and put limited remaining functionality directly into only caller, get_get_file_list(). c) Remove unused parameters in glob_selection() and invocations of same. d) Remove unused parameters from install_get_files_list() invocations. e) Remove unnecessary local parameter '_file_list' in install_mounted_fs(). | |||
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. |