Age | Commit message (Expand) | Author |
2017-01-03 | No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-03 | If gain is above MAX, no need to check whether it's below MIN. | Alexandre Ratchov |
2017-01-03 | No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks. | Alexandre Ratchov |
2017-01-03 | It takes a special style of creative writing to be unspecific about the error | Bob Beck |
2017-01-03 | Add a small bit of belt and suspenders around ERR_V_OK with X509_STORE_ctx | Bob Beck |
2017-01-03 | check number of entries in SSH2_FXP_NAME response; avoids | Damien Miller |
2017-01-03 | bring in boring's internal check_trust function to fix a bug introduced | Bob Beck |
2017-01-02 | Escape backspace for capture-pane -P, from George Nachman. | Nicholas Marriott |
2017-01-02 | diff from jesper wallin to remove commas in one of the queue examples; | Jason McIntyre |
2017-01-02 | fix cert verify. a cert with an alt chain may verify but leave an error | Ted Unangst |
2017-01-02 | Allow freeing of newly empty directory pages. | Visa Hankala |
2017-01-02 | Test listening on multiple sockets simultaneously. | Alexander Bluhm |
2017-01-02 | Syslogd accepted network input only for either IPv4 or IPv6. To | Alexander Bluhm |
2017-01-02 | Remove the (now unused) code to determine the page size. Also get rid of | Mark Kettenis |
2017-01-02 | Enable xbf(4). | Rafael Zalamena |
2017-01-02 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-02 | tweak previous; | Jason McIntyre |
2017-01-02 | update currency exchange rates; | Jason McIntyre |
2017-01-02 | spacing | Martin Pieuchot |
2017-01-02 | pppoe_timeout() needs to take the NET_LOCK(). | Martin Pieuchot |
2017-01-02 | Grab the NET_LOCK() when setting an IPv6 address, just like it is done | Martin Pieuchot |
2017-01-02 | delete obsolete (disabled) pool_cache_invalidate. pool caches were removed | Ted Unangst |
2017-01-02 | envlist and arglist are both string lists; simplify | Ted Unangst |
2017-01-02 | remove unused armv4 and xscale files | Jonathan Gray |
2017-01-01 | Document (a few) differences from the GNU one. | Vadim Zhukov |
2017-01-01 | Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@. | Martin Pieuchot |
2017-01-01 | Various work on cert.pem, ok bcook@ | Stuart Henderson |
2017-01-01 | recognise Cortex A32 | Jonathan Gray |
2017-01-01 | copyright++; | Jonathan Gray |
2017-01-01 | Switch the arm default config from arm9e (armv5te) to mpcore (armv6k). | Jonathan Gray |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-12-31 | When we disable WPA on an interface, wipe all of the WPA parameters, | Peter Hessler |
2016-12-31 | The syspatch test repo can now be accessed over https. | Antoine Jacoutot |
2016-12-31 | sync | Theo de Raadt |
2016-12-31 | Add missing $OpenBSD$ marker. | Mark Kettenis |
2016-12-31 | Install cert.pem + ftp(1) binary that supports SSL, so the install script | Theo de Raadt |
2016-12-31 | Paths should be relative.. | Theo de Raadt |
2016-12-31 | sync | Kenji Aoyama |
2016-12-31 | Add xp(4), LUNA's I/O processor entry. | Kenji Aoyama |
2016-12-30 | Use explicit_bzero() to clear the buffer used when the user retypes | Todd C. Miller |
2016-12-30 | When syslogd received a SIGHUP during startup, it died instead of | Alexander Bluhm |
2016-12-30 | Switch the connection to ftp.openbsd.org from using the ip address | Robert Peichaer |
2016-12-30 | Increase space for ramdisk inserts to match ftp(1) https growth. | Theo de Raadt |
2016-12-30 | Install cert.pem + ftp(1) binary that supports SSL, so the install script | Theo de Raadt |
2016-12-30 | Install cert.pem + ftp(1) binary that supports SSL, so the install script | Theo de Raadt |
2016-12-30 | Also link with -ltls -lssl -lcrypto, in case the instbin binary contains | Theo de Raadt |
2016-12-30 | create etc/ssl directory on all media (in case we want to put a file there) | Theo de Raadt |
2016-12-30 | enter ftp-ssl also | Theo de Raadt |
2016-12-30 | resize some of the ramdisks and miniroots that can be larger. | Theo de Raadt |
2016-12-30 | fix deadlock when keys/principals command produces a lot of output | Damien Miller |