summaryrefslogtreecommitdiffstats
path: root/uidswap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-20upstream: Fix typo in comment. From Alexandru Iacob via github.dtucker@openbsd.org1-2/+2
2018-07-20Explicitly include openssl before zlib.Darren Tucker1-0/+12
2018-07-19upstream: Deprecate UsePrivilegedPort now that support for runningdtucker@openbsd.org9-66/+25
2018-07-19upstream: Remove support for running ssh(1) setuid and fatal ifdtucker@openbsd.org11-134/+22
2018-07-19upstream: Slot 0 in the hostbased key array was previously RSA1,dtucker@openbsd.org1-22/+22
2018-07-19upstream: Remove support for loading HostBasedAuthentication keysdtucker@openbsd.org3-39/+9
2018-07-16upstream: keep options.identity_file_userprovided array in sync when wedjm@openbsd.org1-2/+18
2018-07-16upstream: memleak in unittest; found by valgrinddjm@openbsd.org1-3/+34
2018-07-16upstream: memleaks; found by valgrinddjm@openbsd.org2-3/+5
2018-07-14Undef a few new macros in sys-queue.h.Darren Tucker1-0/+5
2018-07-13Include unistd.h for geteuid declaration.Darren Tucker1-0/+1
2018-07-13Fallout from buffer conversion in AUDIT_EVENTS.Darren Tucker1-2/+4
2018-07-13upstream: make this use ssh_proxy rather than starting/stopping adjm@openbsd.org1-4/+8
2018-07-13upstream: fix leaks in unit test; with this, all unit tests aredjm@openbsd.org1-1/+4
2018-07-13Enable leak checks for unit tests with valgrindDamien Miller1-5/+3
2018-07-13increase timeout to match cfgmatch.shDamien Miller1-1/+1
2018-07-13rm regress/misc/kexfuzz/*.o in distclean targetDamien Miller1-0/+1
2018-07-13repair !WITH_OPENSSL buildDamien Miller1-0/+2
2018-07-13missing headersDamien Miller2-0/+3
2018-07-12Remove key.h from portable files too.Darren Tucker6-6/+0
2018-07-12upstream: remove prototype to long-gone functiondjm@openbsd.org1-3/+1
2018-07-12upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@markus@openbsd.org3-9/+9
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org22-489/+197
2018-07-12upstream: s/wuth/with/ in commentmartijn@openbsd.org1-2/+2
2018-07-11Include stdlib.h for declaration of free.Darren Tucker1-0/+1
2018-07-11VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller2-2/+2
2018-07-11Fix sshbuf_new error path in skey.Darren Tucker1-2/+2
2018-07-11Supply missing third arg in skey.Darren Tucker1-1/+1
2018-07-11Supply some more missing "int r" in skeyDarren Tucker2-2/+3
2018-07-11disable valgrind memleak checking by defaultDamien Miller2-2/+10
2018-07-11Supply missing "int r" in skey code.Darren Tucker1-0/+1
2018-07-11upstream: re-remove some pre-auth compression bitssf@openbsd.org2-4/+3
2018-07-10Adapt portable to legacy buffer API removalDamien Miller18-440/+561
2018-07-10upstream: kerberos/gssapi fixes for buffer removaldjm@openbsd.org5-15/+43
2018-07-10upstream: buffer.[ch] and bufaux.c are no moredjm@openbsd.org1-4/+3
2018-07-10upstream: one mention of Buffer that almost got away :)djm@openbsd.org1-2/+3
2018-07-10upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org6-12/+12
2018-07-10upstream: remove legacy buffer API emulation layer; ok djm@markus@openbsd.org9-649/+6
2018-07-10upstream: sshd: switch monitor to sshbuf API; lots of help & okmarkus@openbsd.org3-421/+566
2018-07-10upstream: sshd: switch GSSAPI to sshbuf API; ok djm@markus@openbsd.org4-65/+86
2018-07-10upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org12-85/+95
2018-07-10upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org3-44/+48
2018-07-10upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org7-43/+56
2018-07-10upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org4-64/+81
2018-07-10upstream: client: switch mux to sshbuf API; with & ok djm@markus@openbsd.org1-414/+507
2018-07-10upstream: client: switch to sshbuf API; ok djm@markus@openbsd.org8-328/+416
2018-07-10upstream: pkcs11: switch to sshbuf API; ok djm@markus@openbsd.org1-57/+79
2018-07-10upstream: Revert previous two commitssf@openbsd.org6-14/+20
2018-07-10upstream: Rename COMP_DELAYED to COMP_ZLIBsf@openbsd.org4-12/+12
2018-07-10upstream: Remove leftovers from pre-authentication compressionsf@openbsd.org5-15/+9