summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-14Use standard types for wait, readdir, signals and pids.Todd C. Miller
2015-01-14Remove compatibility defines for ancient systems. We assume aTodd C. Miller
2015-01-14avoid BIGNUM in KRL code by using a simple bitmap;Damien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2015-01-14switch to sshbuf/sshkey; with & ok djm@Markus Friedl
2015-01-14Replace "errx(1, "malloc failed")" with "err(1, NULL)" to getTodd C. Miller
2015-01-14avoid an warning for the !OPENSSL caseDamien Miller
2015-01-14swith auth-options to new sshbuf/sshkey; ok djm@Markus Friedl
2015-01-14make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@Damien Miller
2015-01-14remove unneeded includes, sync my copyright across files & whitespace; ok djm@Markus Friedl
2015-01-14re-add comment about full pathMarkus Friedl
2015-01-14don't reset to the installed sshd; connect before reconfigure, tooMarkus Friedl
2015-01-14recipient and sender lists now support the user+TAG notation, allowingGilles Chehade
2015-01-14bring back reverted commits, the crash was unrelatedGilles Chehade
2015-01-14It is sufficient to protect in6_ifattach() with splsoftnet().Alexander Bluhm
2015-01-13Move debug printf for duplicate af to correct location.Todd C. Miller
2015-01-13In IBSS mode, stop calling the driver's newassoc() each time a probeStefan Sperling
2015-01-13Be developer-friendly, 'cause OpenBSD devs like to:Ingo Schwarze
2015-01-13Remove bogus getopt.h include.Todd C. Miller
2015-01-13Fix printing of number of whitelist entries in debug mode.Todd C. Miller
2015-01-13Use address-family specific lists of addr/mask entries instead ofTodd C. Miller
2015-01-13Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8)Miod Vallat
2015-01-13Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this toMark Kettenis
2015-01-13adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependenciesMarkus Friedl
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13sync changes from libopenssh; prepared by markus@Damien Miller
2015-01-13Many architectures call initmsgbuf() really really early, before uvm isMark Kettenis
2015-01-13zap really odd code that's not actually in-use.Marc Espie
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2015-01-13For non-blocking sockets tls_connect_fds() could fail with EAGAIN.Alexander Bluhm
2015-01-13Remove a variable that's not really being used.Brian Callahan
2015-01-13Always allow abort tasks to be scheduled, even if the device is beeingMartin Pieuchot
2015-01-13bump failure to set the initial time from debug to warningBrent Cook
2015-01-13implement a SIGINFO handler so we can discern a stuck fuzz testDamien Miller
2015-01-13Document the openssl s_client -proxy feature.Alexander Bluhm
2015-01-13remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseIngo Schwarze
2015-01-13do not spawn a pager when there is no output; issue pointed out by deraadt@Ingo Schwarze
2015-01-13Only notify userland about resolved ARP entries if the Ethernet addressMartin Pieuchot
2015-01-13Restore sending RTM_ADD and RTM_DELETE messages to userland for everyMartin Pieuchot
2015-01-13Add the possibility to use the openssl s_client tool with an httpAlexander Bluhm
2015-01-13Add dmesg -s support, to view the output of rc(8) system startup messages.Marco Pfatschbacher
2015-01-13bump copyright yearReyk Floeter
2015-01-13bump copyright yearReyk Floeter
2015-01-13Abort if fcgi_chunked is not true to avoid sending additional garbageReyk Floeter
2015-01-13syncTheo de Raadt
2015-01-13libedit claims compatibility with readline 4.2, so provide a stub forReyk Floeter
2015-01-13use $SSH instead of installed ssh to allow override; spotted by markus@Damien Miller
2015-01-13regress test for PubkeyAcceptedKeyTypes; ok markus@Damien Miller
2015-01-13add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesDamien Miller
2015-01-13Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit()Philip Guenther