openbsd
2015-01-20 bradSome fixes for handling link state changes.
2015-01-20 bradAnd the variable too.
2015-01-20 guentherSELECT_FD_TYPE is obsolete
2015-01-20 bradBack out a chunk of rev 1.34 that wasn't supposed to...
2015-01-20 bradprintf wasn't supposed to go in.
2015-01-20 guentherMove #include <syslog.h> to the one file that needs it
2015-01-20 deraadtAdd support for tracing libraries in static PIE binarie...
2015-01-20 deraadt#include <sys/syslimits.h> to allow operation without...
2015-01-19 deraadtDEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used
2015-01-19 guentherRouting sockets are here to stay, so delete the wrapper...
2015-01-19 millertExplicitly mention that PATH_MAX includes the NUL in...
2015-01-19 guentherPrefer linux_sockaddr over osockaddr, so the latter...
2015-01-19 deraadtback it out properly
2015-01-19 deraadtnever tested with a make release
2015-01-19 millertTalk about thread-local errno and do not mention "exter...
2015-01-19 guentherThe kernel doesn't actually care what a sockaddr's...
2015-01-19 reykNo need to include pfvar.h, another leftover from relay...
2015-01-19 bcookUse initial assignment of action to check for errors.
2015-01-19 markusfinally enable the KEX tests I wrote some years ago...
2015-01-19 markusadapt to new error message (SSH_ERR_MAC_INVALID)
2015-01-19 markusswitch ssh-keyscan from setjmp to multiple ssh transpor...
2015-01-19 markusadd experimental api for packet layer; ok djm@
2015-01-19 miodMissing initialization; tjenahej@speedmail.se
2015-01-19 bcookAdd arc4random/getentropy shims for NetBSD.
2015-01-19 markusstore compat flags in struct ssh; ok djm@
2015-01-19 guentherOops, missed the new #include when manually applying...
2015-01-19 markusadapt kex to sshbuf and struct ssh; ok djm@
2015-01-19 miod`wellspring' Apple keyboards found on Macbook Air need...
2015-01-19 guentherFix bracing in ASSERT_VP_ISLOCKED(vp) macro to not...
2015-01-19 markusmove dispatch to struct ssh; ok djm@
2015-01-19 florianLog the remote user in the access.log.
2015-01-19 florians/clt_fcgi_remote_user/clt_remote_user/
2015-01-19 guentherMove doaccept() declaration from its .c file to sys...
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...
next