summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-17shuffle transmit to avoid IFQ_POLL.David Gwynne
2015-11-16Replace remaining calls to index(3) with strchr(3). OK jca@ krw@Todd C. Miller
2015-11-160x7f is a valid key.Nicholas Marriott
2015-11-16Allow fingerprinting from standard input "ssh-keygen -lf -"Damien Miller
2015-11-16always call privsep_preauth_child() regardless of whether sshdDamien Miller
2015-11-16improve sshkey_read() semantics; only update *cpp when a keyDamien Miller
2015-11-16rename link to name to avoid shadowing the functionTed Unangst
2015-11-16improve logging slightlyTed Unangst
2015-11-16pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec"Theo de Raadt
2015-11-16Allow TIOCEXT in pledge "tty"Theo de Raadt
2015-11-16the list insertion needs to occur right after we get a valid socket,Ted Unangst
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-11-16minor tweaks;Jason McIntyre
2015-11-16Observe that FIOASYNC clearing for stdin is only done in the case whereTheo de Raadt
2015-11-16initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yesTheo de Raadt
2015-11-16Permit revoke(2) for a pledge "rpath tty"Theo de Raadt
2015-11-16Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.Theo de Raadt
2015-11-16In getdevvp() set the VISTTY flag on a vnode to indicate the underlyingTheo de Raadt
2015-11-16pledge calendar:Pascal Stumpf
2015-11-16pledge for gprof: "stdio rpath wpath cpath" in the beginning, then dropPascal Stumpf
2015-11-16brk/sbrk's use case is way too narrow to be a default stdio pledge.Pascal Stumpf
2015-11-16fix log messages, from jan staryTed Unangst
2015-11-16don't need to ifdef setproctitleTed Unangst
2015-11-16delete setuid code (which we disabled in 2002)Theo de Raadt
2015-11-16Make "at -l" comply with POSIX. Our "at -l" currently acts likeTodd C. Miller
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-11-16pvbus_types isnt full on i386 cos the openbsd vmm entry is only setDavid Gwynne
2015-11-16Some minor tweaks:Martin Pieuchot
2015-11-16Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-16add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcStuart Henderson
2015-11-161) Use xcalloc() instead of xmalloc() to check for potential overflow.Loganaden Velvindron
2015-11-16rework vge_start to avoid IFQ_POLLDavid Gwynne
2015-11-16pledge "stdio rpath wpath tty"Theo de Raadt
2015-11-16syncTheo de Raadt
2015-11-16Add a new authorized_keys option "restrict" that includes all currentDamien Miller
2015-11-16Remove remaining instances of the register keyword.mmcc
2015-11-15update NAME; ok schwarzeJason McIntyre
2015-11-15correct section number for ssh-agent;Jason McIntyre
2015-11-15do not confuse mandoc by presenting "Dd";Jason McIntyre
2015-11-15Clean up the remaining uses of stderr and perror() and use warn/errTodd C. Miller
2015-11-15pledge "stdio rpath wpath cpath fattr getpw flock id proc exec" at theTheo de Raadt
2015-11-15Really silly to chmod "st_mode & 07777" when making a copy of theTheo de Raadt
2015-11-15Make key_code unsigned long long not uint64_t which is more portable forNicholas Marriott
2015-11-15Tweak previous: rename it to fpround() to match FreeBSDPhilip Guenther
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-11-15When validating a char by calling strchr() with a string of allowed chars,Tobias Stoeckmann
2015-11-15update NAME; ok nicm schwarzeJason McIntyre
2015-11-15_towctrans_ext and _wctrans_init are now hidden; so drop them from the listPhilip Guenther
2015-11-15ui_new -> UI_new;Jason McIntyre
2015-11-15fix references to lhash(3);Jason McIntyre