summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-11KNF return x -> return (x), ok frantzen@Daniel Hartmeier
2002-06-11rework pfctl statistics displayHenning Brauer
move FCNT_NAMES from pfvar.h to pfctl_parser.h, only used by pfctl some input by nick@ ok frantzen@, dhartmei@
2002-06-10sync with if_gre.c change.Jun-ichiro itojun Hagino
2002-06-10Merge the NAT and rules files into a single rulefile. Rules must beKjell Wooding
in this order, to remove any ambiguity about what order things happen in: scrub rules nat rules filter rules The -N and -R modifiers go away. Rulefiles are now loaded with the more POSIXly-correct '-f' ok frantzen@
2002-06-10- stop abusing IFF_UP.Jun-ichiro itojun Hagino
- do not use L3 address pair for L2.5 address pair. configure L2.5 address pair by using "ifconfig tunnel". - IFF_LINK2 is not needed, as it is just a reverse of IFF_LINK0. - do not modify IFF_LINK1 when you modify protocol type. chris ok
2002-06-10Be more paranoid about option fiddling in munge_fs, in case someoneKenneth R Westerback
ever adds an option with a name too similar to the name of the one being manipulated. Only softdep at the moment but some more option fiddling coming.
2002-06-10Split common code which converts a multicast address to an ethernetChris Cappuccio
address from ether_addmulti() and ether_delmulti() into ether_multiaddr(), a'la netbsd. Also clean up some magic numbers. itojun likes it
2002-06-10Eliminate unused _installed_via_${_url_type} variables.Kenneth R Westerback
Don't bother returning a value of 1 from installed_get_files_list() now, since it was only used to set the eliminated variables.
2002-06-10fix ivory tower greek fix. ok angelos@Bob Beck
2002-06-10move creation of agent socket to session.c; no need for uidswappingMarkus Friedl
in channel.c.
2002-06-10old bouncebuffering api not used anymoreNiklas Hallqvist
2002-06-10print ethernet address; ok provos@, itojun@Markus Friedl
2002-06-10Maintain my sanity.Tobias Weingartner
2002-06-10sleep() -> tsleep()Miod Vallat
2002-06-10more __FUNCTION__ slaughterMarc Espie
2002-06-10update defaults for RhostsRSAAuthentication and RhostsAuthenticationKevin Steves
here too (all options commented out with default value).
2002-06-10permit DNS name (they are considered RTF_HOST if specified as destination).Jun-ichiro itojun Hagino
PR 2152
2002-06-10Move '[ "$_didnet" ] || donetconfig' lines into install_url andKenneth R Westerback
install_nfs rather than before function calls. Eliminates duplicate calls before install_url and now network will not be configured if install_nfs is not a valid choice.
2002-06-10You should always free the keys, not just on error --- the cryptoAngelos D. Keromytis
framework doesn't hold on to these.
2002-06-10strlcpy, strlcatJun-ichiro itojun Hagino
2002-06-10Remove NO__P since __P has been removed. Found by hin@ -mojMats O Jansson
2002-06-10We're OpenBSD. We don't need paths for Debian and OpenAFS, and weHans Insulander
certainly don't need to look for config files there. I've put them if #if 0's to make merging easier in the future.
2002-06-10CPIs cannot be selected from the same range as SPIs.Hakan Olsson
2002-06-10Zap a few remaining libkeynote refs.Hakan Olsson
2002-06-10Minor cleanupHans Insulander
2002-06-10Print ITLB/DTLB on usIIIMarcus Watts
2002-06-10kill __FUNCTION__Marc Espie
add __attribute__((format...) Fix one bad call. okay provos@
2002-06-10Kill __FUNCTION__.Marc Espie
ok itojun@
2002-06-10-Wall cleanupHans Insulander
ok deraadt@
2002-06-10Pass 'ftp' or 'http' to install_url, rather than '-ftp' or '-http' andKenneth R Westerback
just assign $1 to _url_type rather than translating -ftp to ftp and -http to http in a case statement. Smaller. Simpler. Clearer.
2002-06-10back-out header change for now.Marc Espie
2002-06-10__FUNCTION__ -> __func__Marc Espie
2002-06-10Allow ports to be specified in nat rules, useful later on for individualDaniel Hartmeier
proxy port ranges.
2002-06-10document -pNiels Provos
2002-06-10support attaching to a running process; some code by fries@Niels Provos
2002-06-10new ioctl that reports the current emulation a process uses; needed forNiels Provos
attaching to a running process
2002-06-10#include <sys/timeout.h>, from Chris KuetheDaniel Hartmeier
2002-06-10Honor DESTDIRHans Insulander
2002-06-10Actually commit all my changes...Hans Insulander
Include path for moved kafs.h
2002-06-10Add -I/usr/include/kerberosV to find kafs.hHans Insulander
2002-06-10No newline with warnx(3). ok hin@Thomas Nordin
2002-06-10Remove mention of dynamic loadingHakan Olsson
2002-06-10The dlopen() stuff goes away.Hakan Olsson
2002-06-10correct tcpdump on gif interface (inbound). reported by friesJun-ichiro itojun Hagino
2002-06-10Move kafs library to krb5 tree.Hans Insulander
2002-06-10spelling; ok hin@Kevin Steves
2002-06-10correct comment.Federico G. Schwindt
2002-06-10change RhostsRSAAuthentication and RhostsAuthentication default to noKevin Steves
since ssh is no longer setuid root by default; ok markus@
2002-06-10no more _NO_WEAK_ALIASES here.Federico G. Schwindt
2002-06-10use convtime() to parse and validate key lifetime. can nowKevin Steves
use '-t 2h' etc. ok markus@ provos@