summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-06missing comma;Jason McIntyre
2013-12-06now at 5.4.1Eric Faurot
2013-12-06fix smtpctl resume routeEric Faurot
2013-12-06test ed25519 support; from djm@Markus Friedl
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-12-06new private key format, bcrypt as KDF by default; details in PROTOCOL.key;Markus Friedl
2013-12-06move private key (de)serialization to key.c; ok djmMarkus Friedl
2013-12-06add ASUS WL-167G V3 to the list of adapters known to workKirill Bychkov
2013-12-06Another round of reducing diffs with Linux.Mark Kettenis
2013-12-06"verify" is already documented with "tls-require verify".Eric Faurot
2013-12-06remove duplicated character ('g') in getopt() string;Damien Miller
2013-12-06Workaround closed stdin in non-interactive mode.Robert Peichaer
2013-12-05fix memory leak in error path in do_readdir(); pointed out byDamien Miller
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-12-05syncTheo de Raadt
2013-12-05Use destination size as size of memcpy(). Use <in_addr> rather thanKenneth R Westerback
2013-12-05Fully unstub intel_overlay_{map|unmap}_regs.Mark Kettenis
2013-12-05Nuke local #define ETHER_HEADER_SIZE and use the identical value'dKenneth R Westerback
2013-12-05use dv_unit rather than storing local version (removed sc_unit insasano
2013-12-05In lookup_host(), return to caller a properly calculated message lengthJeremie Courreges-Anglas
2013-12-05oops, sgtty.h stays for a little longerTheo de Raadt
2013-12-05missing initEric Faurot
2013-12-05bogus ';'Eric Faurot
2013-12-05Properly initialize 'transp' to appease the compiler. ok millert@Jeremie Courreges-Anglas
2013-12-05Provide a prototype for ngstore() and include <unistd.h> for getopt().Jeremie Courreges-Anglas
2013-12-05In split_address(), make 'i' a size_t. ok millert@Jeremie Courreges-Anglas
2013-12-05Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs withMark Kettenis
2013-12-05minor tweaks;Jason McIntyre
2013-12-05move defines aroundEric Faurot
2013-12-05warn when failing to parse a fieldEric Faurot
2013-12-05document "verify" keyword and "authtable" option on "listen" rulesEric Faurot
2013-12-05When a relay fails, let the scheduler update all envelopes in theEric Faurot
2013-12-05no more libcompat;Jason McIntyre
2013-12-05no more regexp(3), so point to regex(3);Jason McIntyre
2013-12-05no more stty(3), so point to tty(4);Jason McIntyre
2013-12-05syncTheo de Raadt
2013-12-05Correct spin timeout detection in __mp_lock debug code.Masao Uebayashi
2013-12-05bz#2161 - fix AuthorizedKeysCommand inside a Match block andDamien Miller
2013-12-05improve the question part (second line) of ask_which to actually includeAlexander Hall
2013-12-04committing uwe's autoinstall notes, as requested by deraadt;Jason McIntyre
2013-12-04express final disapproval of the interfaces in libcompat, such asTheo de Raadt
2013-12-04When we receive a /32 IP address assignment, mimick ISC DHCP by addingMatthew Dempsky
2013-12-04Defer spooling of the install log output mail until we are up andAlexander Hall
2013-12-04cleanup SUBDIRTheo de Raadt
2013-12-04we now use the rewritten usr.sbin/identdTheo de Raadt
2013-12-04Do not suggest changing boot-file to boot the SMP kernel, since the installerMiod Vallat
2013-12-04Oops. Missed a chunk. Give up on classless static routes ifKenneth R Westerback
2013-12-04More memcpy() stylistic repairs and size checks.Kenneth R Westerback
1995-10-18initial import of NetBSD treeTheo de Raadt
2013-12-04kill a debug printf; noticed by sthenMike Belopuhov