openbsd
2015-01-19 markusupdate packet.c & isolate, introduce struct ssh
2015-01-19 guentherDelete ABI compat for osockaddr: 20 years and many...
2015-01-19 miodPrefer strdup() to malloc() + strcpy() and ftello(...
2015-01-19 reykDecouple auth parameters from struct server_config...
2015-01-19 deraadtDoes not need netinet/ip_ipsp.h
2015-01-19 kettenisAlso print the fspace member of map entries when PRINT_...
2015-01-19 miodRemove dead store causing clang to warn; dhill
2015-01-19 deraadtuse SYMLOOP_MAX rather than MAXSYMLINKS
2015-01-19 deraadtmikeb points out that 'struct ipsec_policy' can also...
2015-01-19 deraadtremove #ifndef #define blocks trying to handle lack...
2015-01-19 tedumlk jr day is the third monday, and not just for new...
2015-01-19 deraadtSYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX
2015-01-19 millertKill loadavg.h and just use the fscale value directly.
2015-01-19 miodsparc also needs <machine/param.h> for CPU_SUN*.
2015-01-19 djmfix format strings in (disabled) debugging
2015-01-19 djmthis test was broken in at least two ways, such that it
2015-01-19 deraadtFirst step of hiding many kernel-only parts of <netinet...
2015-01-19 deraadtcleanup of the SMALL hiding from Mathias Svensson
2015-01-19 bluhmReplace HOST_NAME_MAX+1 with NI_MAXHOST when the hostna...
2015-01-19 jsgMake use of an msr available on recent Intel processors...
2015-01-19 millertExplicitly mention that PATH_MAX includes the NUL in...
2015-01-19 krwMake some $OpenBSD$ lines prettier/standardier by elimi...
2015-01-19 mikebRemove unnecessary <netinet/ip_ipsp.h> includes
2015-01-19 millertBack out changes unrelated to the ENAMETOOLONG diff.
2015-01-19 mpi<netinet6/in6_ifattach.h> is not needed here.
2015-01-19 bcookremove a couple of unused headers.
2015-01-19 nicmMake a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.
2015-01-19 nicmOnly care about other permissions, allow group to be...
2015-01-19 nicmRemove unnecessary duplicate S_ISDIR check, from Dmitri...
2015-01-19 espieadd a specialized version of version compares that...
2015-01-19 deraadtIf SIGUSR1 and SIGUSR2 are unavailable, don't invent...
2015-01-19 deraadtreplace local MIN() with MINIMUM()
2015-01-19 dlgpass the size of the softc to free.
2015-01-19 djmbe a bit more careful in these tests to ensure that
2015-01-19 dlgwhite space fixes. no binary change.
2015-01-19 deraadtgcc does not understand that the loop conditionally...
2015-01-19 deraadtlike in ps(1), fetch the FSCALE value using sysctl...
2015-01-19 deraadtmove to <limits.h> universe
2015-01-19 deraadtCMASK went out of scope with the recent <sys/param...
2015-01-19 deraadtunneccessary cmask variable; ok guenther
2015-01-19 deraadtIf UID_MAX is not defined, this should fail to compile.
2015-01-19 deraadtnormalize formatting
2015-01-19 deraadtcleanup sys/param.h comment
2015-01-19 deraadtdjm, your /usr/include tree is old
2015-01-19 guentherThe kernel doesn't actually care what a sockaddr's...
2015-01-18 djmregression test for known_host file editing using
2015-01-18 djmsome feedback from markus@: comment hostkeys_foreach()
2015-01-18 djmmake ssh-keygen use hostkeys_foreach(). Removes some
2015-01-18 djmconvert load_hostkeys() (hostkey ordering and known_host
2015-01-18 millertBack out previous. HOST_NAME_MAX is only defined for...
2015-01-18 djmintroduce hostkeys_foreach() to allow iteration over a
2015-01-18 guentherForward declare 'struct file' so that libkvm and others...
2015-01-18 mpiDo not trust the content of event TRBs coming from...
2015-01-18 deraadtStop including <sys/param.h> from <netdb.h>. Portable...
2015-01-18 guentherEliminate a gcc warnings by not #defining _KERNEL when...
2015-01-18 djmmore and better key tests
2015-01-18 djmmake the signature fuzzing test much more rigorous:
2015-01-18 djmadd a fuzz_matches_original() function to the fuzzer to
2015-01-18 djmbetter dumps from the fuzzer (shown on errors) - includ...
2015-01-18 djmdidn't mean to commit these changes
2015-01-18 djmenable hostkey-agent.sh test
2015-01-18 bluhmImplement sending syslog messages over TLS.
2015-01-18 floriantweak previous
2015-01-18 mpiThis size check was obviously commented out because...
2015-01-18 mpiDo not calculated the length of a report with an extra...
2015-01-18 jsgWhen restoring spsr values when handling traps use...
2015-01-18 jsgSwitch some uses of msr that only deal with interrupts...
2015-01-18 mpiDo not even try to dereference a NULL pointer.
2015-01-18 mpiComplete synchronous abort method modeled after the...
2015-01-18 mpiDo not try to free xfers before aborting the pipes...
2015-01-18 deraadtsync
2015-01-18 aoyamaAdd commented-out necsb(4) and audio(4) configuration...
2015-01-18 miodRevert 1.166 (but keep the bufq_wait() interface change...
2015-01-18 florianFirst stab at implementing basic auth.
2015-01-18 deraadtstring truncation due to sizeof(size)
2015-01-18 djmavoid trailing ',' in host key algorithms
2015-01-18 djminfer key length correctly when user specified a fully-
2015-01-18 jsgThe 'mrs' instruction only deals with the whole registe...
2015-01-18 mpiSince we are no longer resetting rings when a Babble...
2015-01-18 ajacoutotDrop backward compat syntax.
2015-01-18 jsgunifdef IPKDB. These codepaths are holdouts from NetBS...
2015-01-18 guentherThe world is ELF: use <sys/exec_elf.h> instead of ...
2015-01-18 guentherPer POSIX, <sys/socket.h> needs to expose struct iovec...
2015-01-18 deraadtdo not require <a.out.h>
2015-01-18 deraadtsync
2015-01-17 teduremove des.h. it somehow escaped from ssleay into ...
2015-01-17 djmunit test for hostkeys in ssh-agent
2015-01-17 djmfix hostkeys on ssh agent; found by unit test I'm about...
2015-01-17 mpiSplit the consumer & producer logic into two different...
2015-01-17 teduImprove wording in alloca.
2015-01-17 deraadtuse NGROUPS_MAX
2015-01-17 teduguard usingacpi variable inside NACPI. from oyvind...
2015-01-17 deraadtuse NGROUPS_MAX instead of NGROUPS
2015-01-17 deraadtNGROUPS_MAX, not NGROUPS
2015-01-17 millertDefine MAXHOSTNAMELEN as HOST_NAME_MAX+1. OK deraadt@
2015-01-17 rpeRemove unnecessary double-quotes inside [[]].
2015-01-17 millertRemove a pasto introduced in the last commit, spotted...
2015-01-17 espiemake sure we have an interactivestub... I forgot the...
2015-01-17 rpeUppercase global vars (auto -> AUTO, respfile -> RESPFILE)
2015-01-17 aoyamaDelete an extra tab.
next