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