Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt | |
2002-03-23 | \\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475 | Theo de Raadt | |
2002-03-23 | small cleanups: | Marc Espie | |
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable. | |||
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie | |
parameters. Ok millert@, miod@, maja@ | |||
2002-03-23 | Repair. | Miod Vallat | |
2002-03-23 | examples of tcpdump filters on pf log fields | Mike Frantzen | |
2002-03-23 | sync | Theo de Raadt | |
2002-03-23 | document new extensions for PF logs | Mike Frantzen | |
2002-03-23 | language extensions for PF logs. can specify direction, interface, rule | Mike Frantzen | |
number, reason and action. fix the ipv4/ipv6 distinction while I'm here. | |||
2002-03-23 | correct arg to bcmp(). need to compare 15 bytes, not 3 bytes. sync w/kame | Jun-ichiro itojun Hagino | |
2002-03-22 | my guess at a sunix puc; the tester disappeared | Theo de Raadt | |
2002-03-22 | move to 3.1-beta | Theo de Raadt | |
2002-03-22 | Attribute table must be allocated 1-1 because it is accessed from | Dale Rahn | |
pte_spill_r(). ok art@ | |||
2002-03-22 | add some phys for dc. | Dale Rahn | |
2002-03-22 | match style of the rest of the Configure script, test -> [] | Brad Smith | |
2002-03-22 | add dc and hme to ramdisk kernel. | Dale Rahn | |
2002-03-22 | dc is compatible with dc, go figure | Jason Wright | |
2002-03-22 | Pass INSTALL_STRIP in LDFLAGS. Allows debugging without tweaking the file. | Marc Espie | |
Sync with /usr/share/mk: CXXOPTS. noticed by mpech@ | |||
2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. | Hans Insulander | |
(krb4-1.1.1 will be imported after release) Noone bothered to look at this, but I've used this for a couple of weeks, and i really want this to go in before release. | |||
2002-03-22 | - Move reading collision counters out of splimp() | Jason Wright | |
- all non-debug prints should print the interface name - quite whining about RX counter expiring, who cares. | |||
2002-03-22 | On sparc64, try local-mac-address before falling back to myetheraddr() | Jason Wright | |
2002-03-22 | Add missing prototypes. | Marc Espie | |
Convert lba2msf definition to ANSI-style, so that it matches the prototype Old-style function declarations undergo argument promotion, and thus: void f(a) char a; {} actually matches void f(int a); | |||
2002-03-22 | Clean up getresp() by | Kenneth R Westerback | |
1) Deleting code for '-s' option, which was never used. 2) Deleting code for >1 parameters after optional '-n'. Also never used. @ok millert | |||
2002-03-22 | make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) drivers | Vincent Labrecque | |
compile. ok fgsch | |||
2002-03-21 | remove unused, sync w/ cmdline patch in my tree. | Markus Friedl | |
2002-03-21 | on extract: better spl granularity, make sure pool is updated between runs; ↵ | Michael Shalayeff | |
later pt out by camield@ | |||
2002-03-21 | Update. | Miod Vallat | |
2002-03-21 | Some laptops (such as the Toshiba Libretto L series) use _PIR instead | Todd C. Miller | |
of the standard $PIR for the signature so for that too. From NetBSD and FreeBSD. mickey@ says commitski | |||
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | basic sftp put/get test | Markus Friedl | |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees | |
2002-03-21 | try to (proxy)connect with UsePrivilegeSeparation enabled. | Markus Friedl | |
2002-03-21 | add privsep_preauth() and remove 1 goto; ok provos@ | Markus Friedl | |
2002-03-21 | o sync usage() to man page | Todd C. Miller | |
o -l does not require an argument o getopt() returns -1 not EOF From Brian Poole | |||
2002-03-21 | add privsep (off) | Markus Friedl | |
2002-03-21 | predefine __sparc_v9__ on sparc64; ok art, espie | Peter Valchev | |
2002-03-21 | fix NULL %s on debug3(); ok markus@ | Kevin Steves | |
2002-03-21 | In sc_put_key(), sc_reader_id should be id. | Jim Rees | |
2002-03-21 | getopt returns -1, not EOF. | Marc Espie | |
2002-03-21 | dont forget the break. | Dale Rahn | |
2002-03-21 | Recognize 7455 processor, distinguish between 7450/7451. | Dale Rahn | |
2002-03-21 | remove unused | Markus Friedl | |
2002-03-21 | remove const | Markus Friedl | |
2002-03-21 | move key upload to scard.[ch] | Markus Friedl | |
2002-03-21 | make compile w/ openssl 0.9.7 | Markus Friedl | |
2002-03-21 | Two patches from NetBSD: | Jason Wright | |
- extent_alloc_subregion shouldn't allocate a region pasts the end of subregion. - extent_alloc_subregion1(): when a candidate region doesn't fit after being rounded up to respect boundary limits, adjust newstart and last before skiping to the next region. Otherwise we may check the same candidate region against the start of the next region, no the one immediatly following the hole, leading to corrupted map. | |||
2002-03-21 | add built-in command line for adding new port forwardings on the fly. | Jakob Schlyter | |
based on a patch from brian wellington. ok markus@. | |||
2002-03-21 | move md5.c, add des-ede3 test | Markus Friedl | |
2002-03-21 | ignore errors for nonexisting default keys in ssh-add, | Markus Friedl | |
fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158 | |||
2002-03-21 | Add r option to SYNOPSIS. From Brian Poole. | Daniel Hartmeier | |