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