summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2002-06-10easy error checks first.Jun-ichiro itojun Hagino
2002-06-10Don't #include <sys/malloc.h>Daniel Hartmeier
2002-06-10merge in stuff from my man page; ok markus@Kevin Steves
2002-06-10add __weak_alias define; miod@ okFederico G. Schwindt
2002-06-10display minimum RSA modulus in error(); ok markus@Kevin Steves
2002-06-10Move enum out of struct (gcc 3.1 wasn't happy), from David KrauseDaniel Hartmeier
2002-06-10save some entropy in random key generation. oked by angelos many moons agoKjell Wooding
2002-06-10some olde version piece crept into my diffski; pt out by dfa@Michael Shalayeff
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)Marc Espie
2002-06-10disable all auto* stuff explicitly, which is a heck of a lot easier to doMarc Espie
now.
2002-06-10...and kill a few more files, corresponding to an update of gettext.Marc Espie
With this, merge of texinfo 4.2 should be complete.
2002-06-10texinfo 4.2 uses a new autoconf, those should be gone.Marc Espie
2002-06-10Kill again zombi files reintroduced by cvs...Marc Espie
2002-06-10explicitly pass DESTDIR=value on install line, instead of tweakingMarc Espie
Makefiles to say DESTDIR?=.
2002-06-10brain-dead cvs conflict mergeMarc Espie
2002-06-10TeXinfo 4.2, much more robust html (and other formats) output, and a few Marc Espie
features that new FSF programs will need (e.g., gcc snapshots). looked at by fgs@, thanks.
2002-06-10TeXinfo 4.2, much more robust html (and other formats) output, and a fewMarc Espie
features that new FSF programs will need (e.g., gcc snapshots). looked at by fgs@, thanks.
2002-06-10Grammar.Thomas Nordin
2002-06-10I do not care about commit countKjell Wooding
2002-06-10u_char -> {socklen_t, sa_family_t, in_port_t}. From form@.Mike Pechkin
millert@ ok
2002-06-10I love to fightKjell Wooding
2002-06-10prevent mbuf leak on icmp_do_error() failure.Jun-ichiro itojun Hagino
NOTE: under 4.4BSD mbuf coding discipline, once you pass mbuf to a function like f(m), you no longer have ownership of the mbuf. the mbuf will always be freed by the called function f(). by keeping the programming rule you have less chance of memory leak.
2002-06-10Theo's comments about airport securityBob Beck
2002-06-10appletalk and NS are supported. not just IPv4 over IPv4.Jun-ichiro itojun Hagino