Age | Commit message (Expand) | Author |
2015-10-22 | Kill dead code, ifa is specified and won't change. | Martin Pieuchot |
2015-10-22 | iked hereby pledges that it will run with restricted system | Reyk Floeter |
2015-10-22 | Add a regress test for if_indextoname() and if_nametoindex() | Claudio Jeker |
2015-10-22 | Another change that is needed to restore the previous behaviour of | Joel Sing |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-22 | Final removal of EXTERN. | mmcc |
2015-10-22 | Stop linking iked -static: It was inherited from isakmpd that is | Reyk Floeter |
2015-10-22 | Restore previous behaviour and allow | Joel Sing |
2015-10-22 | Add pledge(2) to some binutils that handle untrusted data. Most can do with | Pascal Stumpf |
2015-10-22 | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | Joel Sing |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing |
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing |
2015-10-22 | Do not pass an ``ia'' just to dereference ``ia_ifp''. | Martin Pieuchot |
2015-10-22 | Revert revision 1.282: | Reyk Floeter |
2015-10-22 | use crypt_checkpass("password", NULL) to fake a login instead of bcrypt | Ted Unangst |
2015-10-22 | use crypt_checkpass to check password | Ted Unangst |
2015-10-22 | copying of the environment can be done later, as the user running | Ted Unangst |
2015-10-22 | pledge "abort" left behind accidentally | Theo de Raadt |
2015-10-22 | use crypt_checkpass instead of doing things the hard way with crypt. | Ted Unangst |
2015-10-22 | setlocale() before pledge()... until we learn more | Theo de Raadt |
2015-10-22 | remove some horrible iwm typedefs | Jonathan Gray |
2015-10-22 | If the pane is still on all_window_panes but not actually connected to | Nicholas Marriott |
2015-10-22 | Unzoom before -LRUD, reported by Andy Weidenbaum. | Nicholas Marriott |
2015-10-22 | If we receive an empty route message, log it and ignore it. Happens | Peter Hessler |
2015-10-22 | fix company name. | Igor Sobrado |
2015-10-22 | fix spelling mess. | Igor Sobrado |
2015-10-22 | improve indentation in list block. | Igor Sobrado |
2015-10-22 | fix typo in unit of time. | Igor Sobrado |
2015-10-22 | Further study shows "route" should allow all address families in NET_RT_DUMP | Theo de Raadt |
2015-10-22 | typo. | Igor Sobrado |
2015-10-22 | Log identify messages. | Nicholas Marriott |
2015-10-22 | This should not be changed. | Nicholas Marriott |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-10-22 | Do not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-22 | Rename shutdown to exit. | Nicholas Marriott |
2015-10-22 | The eigrpe process also needs to pledge "cpath" for unlinking the | Renato Westphal |
2015-10-22 | After some consideration, simply allow TIOCSCTTY in the "tty" pledge. | Theo de Raadt |
2015-10-22 | Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer. | Martin Pieuchot |
2015-10-22 | Use rt_ifp as intended. | Martin Pieuchot |
2015-10-22 | Kill dead code missed in per-ifp counter removal. | Martin Pieuchot |
2015-10-22 | document "id" request; from Gregor Best | Theo de Raadt |
2015-10-22 | delivery to maildir needs pledge fattr | Gilles Chehade |
2015-10-22 | halex removed the -p restriction, so do not document it; | Jason McIntyre |
2015-10-22 | at present the setpriority() syscall is considered fairly low risk and | Theo de Raadt |
2015-10-22 | Add a regress for libc handling of SIGTHR | Philip Guenther |
2015-10-22 | Pledge "stdio rpath tty" for hangman(6). | Doug Hogan |
2015-10-22 | rename ml_join to ml_enlist and expose it to the rest of the kernel. | David Gwynne |
2015-10-22 | pledge in doas. startup pledge "stdio rpath getpw proc exec id". 4 | Theo de Raadt |
2015-10-22 | Until we understand the sitaution better, we should pledge() after | Theo de Raadt |
2015-10-22 | Fix typo in comment. From Theo Buehler. | mmcc |