summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-02KNFTheo de Raadt
2002-06-02minor KNFTheo de Raadt
2002-06-01exit(1) not exit(-1)Theo de Raadt
2002-06-01syncTheo de Raadt
2002-06-01exit 1 not -1Theo de Raadt
2002-06-01more snprintfTheo de Raadt
2002-06-01missing return; jason@ackley.netTheo de Raadt
2002-06-01some KNF, and missing param on warnx(); jason@ackley.netTheo de Raadt
2002-06-01Add systrace(4).Wilbern Cobb
ok provos@.
2002-06-01Document the systrace pseudo-device.Wilbern Cobb
ok provos@.
2002-06-01size_t must be cast to (unsigned long) and printed using %luTheo de Raadt
2002-06-01syncTheo de Raadt
2002-06-01fix mkr for libssl changesTheo de Raadt
2002-06-01Document ECN support, with input from dhartmei@.Hugh Graham
2002-06-01Update tests to reflect ECN support.Hugh Graham
2002-06-01ECN flag support for pf. Committed in consultation with Daniel.Hugh Graham
2002-06-01machtime() is 32bit quantity.Jun-ichiro itojun Hagino
2002-06-01i find more: a stderr print that makes no sense, and a part that wasTheo de Raadt
used by the fake setproctitle. itojun -- your turn.
2002-06-01cleanupsTheo de Raadt
2002-06-01we do not need this to be Makefile.bsd-wrapperTheo de Raadt
2002-06-01spaces to tabBrad Smith
2002-06-01mkisofs goes awayTheo de Raadt
2002-05-31we use mkhybrid for everything nowTheo de Raadt
2002-05-31cleanup socklen_tJun-ichiro itojun Hagino
2002-05-31recommit strlcpy/snprintf diff after i found my bugTheo de Raadt
2002-05-31split out two major function blocks which made the indentation horribleTheo de Raadt
2002-05-31remove unused portion of code (pidfile(3) alternative)Jun-ichiro itojun Hagino
2002-05-31plug fd_set overrunJun-ichiro itojun Hagino
2002-05-31sync w/ latest kame. link id handling.Jun-ichiro itojun Hagino
2002-05-31respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos okJun-ichiro itojun Hagino
2002-05-31use int32_t, not int, for on-disk format structure.Jun-ichiro itojun Hagino
2002-05-31do not declare int32_t and such locally. pull sys/types.h.Jun-ichiro itojun Hagino
2002-05-31de-autoPaul Janzen
2002-05-31put the right thing into the audio name; pt out by Sebastian Stark ↵Michael Shalayeff
<seb@todesplanet.de>
2002-05-31use setproctitle(3). check for IPv6 ftp bounce attack. deraadt okJun-ichiro itojun Hagino
2002-05-31fix the auvia description for 8233; from Sebastian Stark <seb@todesplanet.de>Michael Shalayeff
2002-05-31don't write CVSvn.texi to src.Wilbern Cobb
ok millert@.
2002-05-31Typo, "TMP_PW" used where "NEW_PW" was intended; fixes /etc/ptmpTodd C. Miller
deletion when rmuser is aborted. From Jason DiCioccio
2002-05-31KNFTheo de Raadt
2002-05-31ecn is disabled by default, so show the option enabled.Federico G. Schwindt
deraadt@ ok.
2002-05-31Allow IBSS creation on Symbol cards with station firmware >= 2.5Todd C. Miller
From John Hay via Warner Losh
2002-05-31pad received signature with leading zeros, because RSA_verify expectsMarkus Friedl
a signature of RSA_size. the drafts says the signature is transmitted unpadded (e.g. putty does not pad), reported by anakin@pobox.com
2002-05-31add comment:Markus Friedl
key_verify returns 1 for a correct signature, 0 for an incorrect signature and -1 on error. CVS ----------------------------------------------------------------------
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-31extent ssh-keysign protocol:Markus Friedl
pass # of socket-fd to ssh-keysign, keysign verfies locally used ip-address using this socket-fd, restricts fake local hostnames to actual local hostnames; ok stevesk@
2002-05-31function prototypes shoulnd't carry variable nameJun-ichiro itojun Hagino
2002-05-31KNF; itojun okTheo de Raadt
2002-05-31sync with KAME.Kenjiro Cho
- remove space at EOL - typo: retuen -> return
2002-05-31fail if the default class is smaller than the ctl class.Kenjiro Cho
report by Paul Civati <paul@xciv.org>
2002-05-31define ALTQ_NOPCC if i386 and !I586_CPU and !I686_CPU.Kenjiro Cho
otherwise, kernel fails to compile. pointed out and ok by fgsch@