summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstream: Now that ssh can't be setuid, remove thedtucker@openbsd.org2018-07-314-36/+13
* upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org2018-07-314-17/+15
* upstream: ssh(1) no longer supports being setuid root. Remove referencedtucker@openbsd.org2018-07-271-8/+2
* correct snprintf truncation check in closefrom()Damien Miller2018-07-271-1/+1
* Include stdarg.h in mkdtemp for va_list.Darren Tucker2018-07-271-0/+1
* upstream: Don't redefine Makefile choices which come correct fromderaadt@openbsd.org2018-07-261-0/+1
* upstream: fix indent; Clemens Goessnitzerderaadt@openbsd.org2018-07-261-2/+2
* upstream: Use the caller provided (copied) pwent struct inbeck@openbsd.org2018-07-261-3/+1
* upstream: oops, failed to notice that SEE ALSO got messed up;jmc@openbsd.org2018-07-261-2/+2
* upstream: Point to glob in section 7 for the actual list of specialkn@openbsd.org2018-07-262-13/+13
* upstream: Switch authorized_keys example from ssh-dss to ssh-rsadtucker@openbsd.org2018-07-261-5/+5
* upstream: slightly-clearer description for AuthenticationMethods - thedjm@openbsd.org2018-07-201-3/+3
* Create control sockets in clean temp directoriesDamien Miller2018-07-205-2/+83
* upstream: remove unused zlib.hdjm@openbsd.org2018-07-202-16/+2
* upstream: Fix typo in comment. From Alexandru Iacob via github.dtucker@openbsd.org2018-07-201-2/+2
* Explicitly include openssl before zlib.Darren Tucker2018-07-201-0/+12
* upstream: Deprecate UsePrivilegedPort now that support for runningdtucker@openbsd.org2018-07-199-66/+25
* upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org2018-07-1911-134/+22
* upstream: Slot 0 in the hostbased key array was previously RSA1,dtucker@openbsd.org2018-07-191-22/+22
* upstream: Remove support for loading HostBasedAuthentication keysdtucker@openbsd.org2018-07-193-39/+9
* upstream: keep options.identity_file_userprovided array in sync when wedjm@openbsd.org2018-07-161-2/+18
* upstream: memleak in unittest; found by valgrinddjm@openbsd.org2018-07-161-3/+34
* upstream: memleaks; found by valgrinddjm@openbsd.org2018-07-162-3/+5
* Undef a few new macros in sys-queue.h.Darren Tucker2018-07-141-0/+5
* Include unistd.h for geteuid declaration.Darren Tucker2018-07-131-0/+1
* Fallout from buffer conversion in AUDIT_EVENTS.Darren Tucker2018-07-131-2/+4
* upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org2018-07-131-4/+8
* upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org2018-07-131-1/+4
* Enable leak checks for unit tests with valgrindDamien Miller2018-07-131-5/+3
* increase timeout to match cfgmatch.shDamien Miller2018-07-131-1/+1
* rm regress/misc/kexfuzz/*.o in distclean targetDamien Miller2018-07-131-0/+1
* repair !WITH_OPENSSL buildDamien Miller2018-07-131-0/+2
* missing headersDamien Miller2018-07-132-0/+3
* Remove key.h from portable files too.Darren Tucker2018-07-126-6/+0
* upstream: remove prototype to long-gone functiondjm@openbsd.org2018-07-121-3/+1
* upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@markus@openbsd.org2018-07-123-9/+9
* upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org2018-07-1222-489/+197
* upstream: s/wuth/with/ in commentmartijn@openbsd.org2018-07-121-2/+2
* Include stdlib.h for declaration of free.Darren Tucker2018-07-111-0/+1
* VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller2018-07-112-2/+2
* Fix sshbuf_new error path in skey.Darren Tucker2018-07-111-2/+2
* Supply missing third arg in skey.Darren Tucker2018-07-111-1/+1
* Supply some more missing "int r" in skeyDarren Tucker2018-07-112-2/+3
* disable valgrind memleak checking by defaultDamien Miller2018-07-112-2/+10
* Supply missing "int r" in skey code.Darren Tucker2018-07-111-0/+1
* upstream: re-remove some pre-auth compression bitssf@openbsd.org2018-07-112-4/+3
* Adapt portable to legacy buffer API removalDamien Miller2018-07-1018-440/+561
* upstream: kerberos/gssapi fixes for buffer removaldjm@openbsd.org2018-07-105-15/+43
* upstream: buffer.[ch] and bufaux.c are no moredjm@openbsd.org2018-07-101-4/+3
* upstream: one mention of Buffer that almost got away :)djm@openbsd.org2018-07-101-2/+3