openbsd
2015-10-13 deraadtNET_RT_FLAGS must also accept a proto selection.
2015-10-13 tobiasTest t16 for ed-formatted diffs does not contain a...
2015-10-13 timIgnore the setuid/setgid/sticky bits when copying the...
2015-10-13 tobiasReplace our /^\.\././ expression with /.//. The term...
2015-10-13 jsingPut ASN1_dup() under #ifndef LIBRESSL_INTERNAL.
2015-10-13 deraadtAfter the socket is open, the remainder is just io...
2015-10-13 florianRemove -b flag and let ping6 set the socket buffer...
2015-10-13 tim-C and -c allow at most one input file. Ensure this...
2015-10-13 djmapply PubkeyAcceptedKeyTypes filtering earlier, so...
2015-10-13 deraadtallow getsockopt IP_RECVDSTPORT & IPV6_RECVDSTPORT...
2015-10-13 deraadtsemarie points out i am already forgetting the rules...
2015-10-13 schwarzeReduce the amount of code by moving the three copies...
2015-10-13 deraadtoops, a chown appears late on the code. to satisfy...
2015-10-13 jsingConvert ECParameters_dup() from a macro that uses ASN1_...
2015-10-13 deraadtcan pledge "stdio" after opening device.
2015-10-13 deraadtpledge "stdio rpath wpath cpath fattr"; fattr due to...
2015-10-13 deraadtpledge "stdio rpath wpath cpath", full path handling...
2015-10-13 deraadtpledge "stdio rpath wpath cpath proc exec". creates...
2015-10-13 deraadtpledge "stdio rpath wpath cpath"
2015-10-13 stspDon't use exp2f(), it breaks build on vax. Use a shift...
2015-10-13 jsingConvert a number of the old ASN1_{d2i,i2d}_{bio,fp...
2015-10-13 jsingSingle byte read/write tests.
2015-10-13 jsingAdd test coverage for peer certificate info and connect...
2015-10-13 jsingMake regress work again post hackathon tls_handshake...
2015-10-13 jsingGroup d2i/i2d function prototypes by type and add missi...
2015-10-13 millertSync printf family return value with ISO C which specif...
2015-10-13 ericAdd a helper for writing the message to simplify the...
2015-10-13 gillespledge() queue process
2015-10-13 gillespledge() control process
2015-10-13 mpiMake use of rtisvalid(9) to check if local route entrie...
2015-10-13 mpiSimplify arptfree() to no longer look at the route...
2015-10-13 mpiUse rtisivalid(9) to check if the given (cached) route...
2015-10-13 mpiMake sure RTF_LOCAL route entries are UP when added...
2015-10-13 guentherInitialize va_filerev in vattr_null() to avoid leaking...
2015-10-13 guentherctype functions isxdigit() expect an unsigned char...
2015-10-13 guentherTo alter just the atime of the mailspool, use utimensat...
2015-10-13 sunilPlug a leak.
2015-10-13 gillespledge("stdio") the scheduler process
2015-10-13 gillespledge("stdio") the RSA-privsep process
2015-10-13 gilleslet the enqueuer pledge() in both online and offline...
2015-10-13 reykPass unsigned chars to ctype functions.
2015-10-13 jmcnew sentence, new line;
2015-10-13 gillesoffline queue is no longer user-writable, do not attemp...
2015-10-13 dougPledge "stdio rpath" requests for nologin.
2015-10-13 dougObvious pledge "stdio" for yes.
2015-10-13 danielrevert previous. changes the behaviour of:
2015-10-13 guentherAdd some newer DT_* and DF_* constants
2015-10-13 bentleyTighten the ranges in wcrtomb(3).
2015-10-13 djmfree the correct IV length, don't assume it's always...
2015-10-13 dougPledge "fattr" request should allow fchflags().
2015-10-12 deraadtsatisfy jmc!
2015-10-12 deraadtpledge "proc" request should allow setsid()
2015-10-12 schwarzeplegde(2) for apropos(1), help(1), man(1), mandoc(1...
2015-10-12 schwarzepledge(2) for makewhatis(8):
2015-10-12 gillesdo not call sync() when committing a message, it's...
2015-10-12 deraadtsurprisingly, this can pledge "stdio rpath exec" right...
2015-10-12 deraadtRemove the "cmsg" attribute, as promised. Use "sendfd...
2015-10-12 deraadtAdd details about a variety of semantics; going to...
2015-10-12 millertAdd missing checks for write errors; OK eric@
2015-10-12 schwarzeDelete an assignment that is unconditionally overwritte...
2015-10-12 schwarzeGarbage collect an unused variable, no functional change;
2015-10-12 schwarzeCheck the right pointer against NULL;
2015-10-12 krwCheck that the disk specified on the command line is...
2015-10-12 gillesadd Date header when a session iniated locally doesn...
2015-10-12 deraadtthese callers of ttyname() no longer need to pledge...
2015-10-12 naddyttyname() no longer does ioctl TIOCGETA, so pledge...
2015-10-12 naddyWhen isatty() was switched to F_ISATTY, the inline...
2015-10-12 lumMaintain a list of files marked for deletion while...
2015-10-12 deraadtdeprecate & remove -W option; ok florian
2015-10-12 ajacoutotReverse the sm_error call in sm_trap.
2015-10-12 ajacoutotOnly remove existing sum files on trap handlers.
2015-10-12 millertMake it clear that umask ignores everything but the...
2015-10-12 schwarzeMake wcrtomb() more readable by weeding out range error...
2015-10-12 schwarzeParentheses are useless after "return", it's not a...
2015-10-12 uebayasiCall pledge(2) after initial getsockname(2) to avoid...
2015-10-12 deraadtftp(1) was static for years, as a recovery seatbelt...
2015-10-12 deraadtkvm_mkdb & dev_mkdb are quite similar. pledge "stdio...
2015-10-12 schwarzepledge wasn't called pledge in 5.8, and it was disabled;
2015-10-12 deraadtpledge "stdio rpath wpath cpath"; all the path options...
2015-10-12 schwarzeUse "-" rather than "\(hy" for the heads of .Bl -dash...
2015-10-12 deraadtAnnotate an pretty obvious signal race... no time to...
2015-10-12 timPledge "stdio wpath tty"; "awesome" deraadt@
2015-10-12 deraadtin fuser mode with -k or -s mode, kill(2) might be...
2015-10-12 semariereenable pledge(2) on pax, but only if pmode isn't...
2015-10-12 deraadtThese no longer need to be static. The ramdisk's no...
2015-10-12 dlgthe pattr argument to IFQ_ENQUEUE is unused, so let...
2015-10-12 stspFix a copy-pasto: Check the correct bit for STBC beacon...
2015-10-12 jmcindent the builtin text a little, for naddy;
2015-10-12 semarietwo leftovers string missed in tame->pledge conversion
2015-10-12 mpiUnify link state change notification.
2015-10-12 dlgdont need to do suser checks in ioctl paths cos if...
2015-10-12 dlgprotect SIOCSLIFPHYTTL, SIOCSVNETID so only root can...
2015-10-12 sthenfix case of PACkAGE_REPOSITORY; remco at dpub nl
2015-10-12 reykIntroduce bridge_ifinput() to handle some repeated...
2015-10-12 stspAlways initialise the index into iwm's tx queue array...
2015-10-12 semarieRevert the pledge() call on pax/ar_io.c for now.
2015-10-12 deraadtdo not umask() [with the wrong umask] around mkstemp...
2015-10-12 lumCorrectly mark-up some recent additions. ok jmc@
2015-10-12 deraadtpledge "stdio" after opening files, code is very simila...
2015-10-12 reykMove execution of the constraints from the ntp to the...
next