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