summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-17NUMBOOT is dead! Nuke the variables and abstractions that were usedKenneth R Westerback
2015-10-17Implement -w maxwait now that the -w flag is free in ping6. SameFlorian Obser
2015-10-17Do no accept fds on the control socket; including the restricted socket.Reyk Floeter
2015-10-17move -V option before -v and remove one spurious newline, now in syncFlorian Obser
2015-10-17KNFGilles Chehade
2015-10-17our strip() function should use isspace()Gilles Chehade
2015-10-17Remove left over -N and -w. Adapt wording for the link local example.Florian Obser
2015-10-17Tighten up snmpd's control socket: do not allow users to terminate theReyk Floeter
2015-10-17Cleanup a bit.Robert Peichaer
2015-10-17add "tty" for several subcommands of opensslSebastien Marie
2015-10-17The file(1) magic-parsing process was using pledge "stdio getpw proc recvfd"Theo de Raadt
2015-10-17smtpd starts rather robustly with a gigantic pledge request group (keepTheo de Raadt
2015-10-17Add pledge "id" support. This request permits setuid/seteuid/setresuid,Theo de Raadt
2015-10-17route6d pledges to use only "stdio rpath wpath cpath inet route mcast"Jeremie Courreges-Anglas
2015-10-17Allow a few 'get' ioctls for pledge("route"). route6d will soon use this.Jeremie Courreges-Anglas
2015-10-17don't need fcntl for non blocking socket, just ask for it upfrontTed Unangst
2015-10-17Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze
2015-10-16Change x_do_ins()'s arg type from int to size_t for correctness's sake,mmcc
2015-10-16Move the overflow check to alloc() so that the link struct overhead canmmcc
2015-10-16use daemon(), jca had the same diff in his treeTheo de Raadt
2015-10-16Also allow 6 as a miblen for NET_RT_DUMP, not all users specify a rtable.Jeremie Courreges-Anglas
2015-10-16pledge "stdio rpath wpath cpath getpw fattr flock"Theo de Raadt
2015-10-16pledge "stdio rpath wpath cpath fattr proc exec"Theo de Raadt
2015-10-16pledge "stdio rpath wpath cpath proc exec".Theo de Raadt
2015-10-16Remove RFC 4620 support. The RFC is experimental and this code plainFlorian Obser
2015-10-16increase the minimum modulus that we will send or accept inDamien Miller
2015-10-16Hoist clearing of FIOASYNC to much earlier, then getty can useTheo de Raadt
2015-10-16Once apropos(1) or man(1) are done with database access, or if theIngo Schwarze
2015-10-16Use SSL_get_version() not SSL_get_cipher_version(); the former gives the TLSStuart Henderson
2015-10-16add flock to pledge request, needed by delivery_filenameGilles Chehade
2015-10-16Unbreak route6d.Jeremie Courreges-Anglas
2015-10-16save some file descriptors. instead of a pipe, use kevent to watch parentTed Unangst
2015-10-16naddy would like the child to exit when the parent dies.Ted Unangst
2015-10-16Missing local.Antoine Jacoutot
2015-10-16No longer talk about -b flag, it's gone.Florian Obser
2015-10-16Drop usage of TMPDIR.Antoine Jacoutot
2015-10-16syncTheo de Raadt
2015-10-16test mixing of tabs with TaIngo Schwarze
2015-10-16Make sched_barrier() use its own task queue to avoid deadlocks.Martin Pieuchot
2015-10-16life is simpler if all requests go in the fifo, and then just remove themTed Unangst
2015-10-16better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostnameDamien Miller
2015-10-16deraadt tells me i'm supposed to check if connect() actually worked.Ted Unangst
2015-10-16two phase handling for tcp so that slow connects don't stall the processTed Unangst
2015-10-16Cast isspace() argument to unsigned char.mmcc
2015-10-16Move -t and -w functionality to -a. Both flags are in the way for aFlorian Obser
2015-10-16Modernize allocation by:mmcc
2015-10-16Cast iscntrl()'s arg to unsigned char.mmcc
2015-10-160 -> NULL when comparing with a char*.mmcc
2015-10-16Repair the pty check for kernels without pty support.Theo de Raadt
2015-10-16Check file sizes only for regular files. The current code breaks savecoreTobias Stoeckmann