openbsd
2015-10-16 jsingPut tls_config_verify_client_optional() in the right...
2015-10-16 jsingFix tpyo.
2015-10-16 millertImplement real "flock" request and add it to userland...
2015-10-16 beckactually include the prerequisite dependency for BIO...
2015-10-16 mpiIf a DOWN route entry is passed to a L2 output function...
2015-10-16 stspPut some iwm(4) debug code into #ifdef IWM_DEBUG.
2015-10-16 stspClean up iwm(4) scanning logic a bit: Reset sc_scanband...
2015-10-16 stspOops, committed old version of previous diff with a...
2015-10-16 stspIn iwm(4), correctly size and map the mbuf used for...
2015-10-16 nicmDon't free after calling paste_set but do after evbuffe...
2015-10-16 tobiasValidate parsed ELF values to prevent out of boundary...
2015-10-16 tobiasDisable !-command to escape to a shell. You are suppose...
2015-10-16 tobiasAdd native support for ed-style diffs. No need to pledg...
2015-10-16 deraadtdoug and I think the kernel has enough features to...
2015-10-16 deraadtFIOSETOWN/FIOGETOWN were added to "ioctl", but study...
2015-10-16 dougAdd TIOCCBRK and TIOCSDTR to the whitelist for pledge...
2015-10-16 dougPledge support for the parent/resolver in identd(8).
2015-10-16 dougPledge for ftp(1) in non-interactive mode.
2015-10-16 miodRemove -B from EXAMPLES; reminded by jmc@
2015-10-16 mmccAdd allocarray(), an overflow-safe allocation function.
2015-10-16 deraadtsync
2015-10-16 tedufine tune the logging some more
2015-10-16 tedusimplify logging functions. once a daemon, always a...
2015-10-16 tedusafety check that we're dealing with the filter we...
2015-10-16 tedumost things should be static
2015-10-16 teduexit(1) is better for the impossible condition
2015-10-15 djmfix some signed/unsigned integer type mismatches in...
2015-10-15 schwarzeDo not abuse .Nm for emphasis;
2015-10-15 schwarzeDelete two preprocessor constants that are no longer...
2015-10-15 djmargument to sshkey_from_private() and sshkey_demote...
2015-10-15 deraadtAfter spawning, the parent can pledge "stdio rpath...
2015-10-15 mmccRemove three distracting aliases for NULL.
2015-10-15 schwarzeSimplify the part of args() that is handling .Bl -colum...
2015-10-15 schwarzeWhen blk_full() handles an .It line in .Bl -column...
2015-10-15 teduit is perhaps better style to not call close() on ...
2015-10-15 tedumake sure req is zeroed in tcp case
2015-10-15 tedubetter memory handling of the request/cache chain
2015-10-15 tedudo not insert entry into cache until it's fully formed
2015-10-15 tedudoh, not all requests are the same size. check len...
2015-10-15 teduassert is the wrong tool
2015-10-15 teduthe inet sockets don't work well with inet6 addrs....
2015-10-15 tedueverybody can build rebound
2015-10-15 teduno mail for _rebound. deraadt
2015-10-15 teduintroduce logerr, since most logging is followed by...
2015-10-15 sthendon't allow NSD to pick up libevent from /usr/local...
2015-10-15 tedunow with _rebound user, we can try a little harder...
2015-10-15 tedu_rebound user and group (52)
2015-10-15 tedumake the HUP interlocking in the parent work better.
2015-10-15 deraadttrivial KNF
2015-10-15 bluhmIn syslogd replace the dprintf() macro with a logdebug...
2015-10-15 bluhmPledge login_token with "stdio rpath wpath cpath fattr...
2015-10-15 tedujust a space in usage, from deraadt
2015-10-15 mmccRemove an unused included header (sys/stat.h).
2015-10-15 teduadd a hint about the config file, until it changes
2015-10-15 teduchild can be pledged down a bit to just sockets and io
2015-10-15 bluhmWhen using a pf rule with both nat-to and rdr-to, it...
2015-10-15 teduimport rebound, a lightweight dns proxy, for further...
2015-10-15 mmccIntroduce an unsigned char variable for the ctype funct...
2015-10-15 deraadtDon't Xr flock, since that is not the locking method...
2015-10-15 miodRemove disklabel -B (NUMBOOT) support. All the platform...
2015-10-15 bluhmAvoid a race between fopen(3) and fchmod(2). Use umask...
2015-10-15 miodNo need to create links for xxboot now that MI installb...
2015-10-15 miodUse MI installboot instead of disklabel -B to install...
2015-10-15 miodAdd an extra argument to bootstrap() to allow for a...
2015-10-15 sthenadd missing comma and missing range restriction, found...
2015-10-15 sthenrelaydMIBObjects, not relaydMIBOjbects. From Rob Pierce.
2015-10-15 mmccRemove some unnecessary NULL-checks before free()....
2015-10-15 deraadtAdd TIOCFLUSH to "tty" in support of tcflush()
2015-10-15 deraadtExposing FIOASYNC in pledge "ioctl" is a mistake; remov...
2015-10-15 bluhmPlegde x99token with "stdio rpath wpath cpath fattr...
2015-10-15 deraadtHandle F_ISATTY in the fcntl() stub as well
2015-10-15 deraadtremove '!' (subshell) and 'v' (edit) commands from...
2015-10-15 semariecorrects pledge code for fsck_ffs and fsck_ext2fs
2015-10-15 visaLet the rx path of cnmac run without the kernel lock...
2015-10-15 yasuokaFix previous. The port number is not included in sc_sr...
2015-10-15 vgrossin6_pcbconnect() returns EADDRNOTAVAIL when
2015-10-15 gillesiobuf_queue() should return the number of bytes it...
2015-10-15 sunilLet "all" as an argument for "resume envelope", "pause...
2015-10-15 mmccA classic case for bzero() -> explicit_bzero()
2015-10-15 mmccCast arguments of ctype functions to Char, a lexism...
2015-10-15 deraadtFIOCLEX & FIONCLEX should be in base ioctl set
2015-10-15 deraadtgive up; include stdlib.h from the .h file, sigh
2015-10-15 deraadtfsck_ffs has a ^T signal handler which opens /dev/tty...
2015-10-15 tedulock needs pledge(proc exec) to use bsd auth system...
2015-10-15 lteoFix a crash that occurs when printing the filename...
2015-10-15 lteoAdd missing includes to make the pf(4) man page example...
2015-10-15 jsgavoid using a var uninitialised
2015-10-14 sthenFALTHROUGH->FALLTHROUGH in comment, ok deraadt a few...
2015-10-14 millertDocument flock request
2015-10-14 millertAdd a dummy "flock" request that will allow file lockin...
2015-10-14 gillessmtpd in tree is no longer neither 5.4.4, nor 5.4.5...
2015-10-14 gilleswhitespaces
2015-10-14 tedubetter fix for overrun reported by Qualys Security.
2015-10-14 gillesSMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as...
2015-10-14 gillesimsg_read() may return EAGAIN, handle it in mproc_dispa...
2015-10-14 beckBail out early if we have no buf_len
2015-10-14 gilleswhitespace + only log TRACE_MPROC if not IMSG_STAT_...
2015-10-14 tedufix a memory leak reported by Qualys Security.
2015-10-14 gillesremove a handful of log_warn that we should handle...
2015-10-14 gilleswhitespace
next