Age | Commit message (Expand) | Author |
2015-10-24 | Inline trivial myechoreply function in the one place it's used; like | Florian Obser |
2015-10-24 | nonce is unused. | Florian Obser |
2015-10-24 | Sync ping6 output to ping. ping has been around for longer and so | Florian Obser |
2015-10-24 | various clean up; | Jason McIntyre |
2015-10-24 | Removing xresolve from generating script has been forgotten. | Alexander Bluhm |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-24 | normalise TUNNEL synopsis; ok dlg | Jason McIntyre |
2015-10-23 | route has 3 code paths: monitor (listening on route socket); show | Theo de Raadt |
2015-10-23 | push LDSTATIC line down so it's not overridden by makefile.inc. ok reyk | Ted Unangst |
2015-10-23 | tweak the vnetid so it can be optional and therefore cleared/deleted. | David Gwynne |
2015-10-22 | iked hereby pledges that it will run with restricted system | Reyk Floeter |
2015-10-22 | Stop linking iked -static: It was inherited from isakmpd that is | Reyk Floeter |
2015-10-22 | halex removed the -p restriction, so do not document it; | Jason McIntyre |
2015-10-20 | Fix ocsp by adding a missing TAILQ_INIT(). | Reyk Floeter |
2015-10-19 | break long lines in examples; ok jmc@ | Christian Weisgerber |
2015-10-19 | Fix control_imsg_forward() by changing imsg_compose() to | Reyk Floeter |
2015-10-19 | Remove the ikev1 stub - Since I started iked, it has an empty privsep | Reyk Floeter |
2015-10-18 | after kmem is open and setup, pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-18 | Collapse some strange programmer style with too much abstraction. | Theo de Raadt |
2015-10-18 | Use explicit_bzero() when the memory is freed directly afterward. | mmcc |
2015-10-17 | make usage() less horrible | Florian Obser |
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 | move -V option before -v and remove one spurious newline, now in sync | Florian Obser |
2015-10-17 | Remove left over -N and -w. Adapt wording for the link local example. | Florian Obser |
2015-10-16 | Remove RFC 4620 support. The RFC is experimental and this code plain | Florian Obser |
2015-10-16 | No longer talk about -b flag, it's gone. | Florian Obser |
2015-10-16 | Move -t and -w functionality to -a. Both flags are in the way for a | Florian Obser |
2015-10-16 | Remove -B from EXAMPLES; reminded by jmc@ | Miod Vallat |
2015-10-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need | Miod Vallat |
2015-10-15 | Remove some unnecessary NULL-checks before free(). Change two bzero() | mmcc |
2015-10-15 | corrects pledge code for fsck_ffs and fsck_ext2fs | Sebastien Marie |
2015-10-15 | A classic case for bzero() -> explicit_bzero() | mmcc |
2015-10-15 | fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that | Theo de Raadt |
2015-10-14 | To specify a source address ping uses -I while ping6 uses -S. Switch | Florian Obser |
2015-10-14 | Since the fsck_* programs now only handle one filesystem, this creates | Theo de Raadt |
2015-10-14 | unfortunately rewritelabel() just before termination does a non-permitted | Theo de Raadt |
2015-10-14 | Only accept one filesystem/device as argument for checking. Few people | Theo de Raadt |
2015-10-13 | Remove -b flag and let ping6 set the socket buffer size automatically | Florian Obser |
2015-10-13 | can pledge "stdio" after opening device. | Theo de Raadt |
2015-10-13 | Pledge "stdio rpath" requests for nologin. | Doug Hogan |
2015-10-12 | deprecate & remove -W option; ok florian | Theo de Raadt |
2015-10-12 | Annotate an pretty obvious signal race... no time to fix it now. | Theo de Raadt |
2015-10-12 | tunefs can pledge to only use "stdio", after it has opened the device. | Theo de Raadt |
2015-10-12 | pledge "stdio" right after opening the device. The remainder is | Theo de Raadt |
2015-10-11 | Pledge that ncheck_ffs only uses "stdio" after opening the device. | Doug Hogan |
2015-10-11 | After the filesystem is opened, pledge "stdio" | Theo de Raadt |
2015-10-11 | If only displaying the disklabel (the normal thing to do against potentially | Theo de Raadt |
2015-10-11 | After the disk is opened, this can pledge "stdio". | Theo de Raadt |