Age | Commit message (Expand) | Author |
2016-09-08 | When changing the passphrase, keep the previous number of rounds, unless | Joel Sing |
2016-09-08 | Shuffle some code to make futher changes easier - pass the KDF type into | Joel Sing |
2016-09-08 | When changing a passphrase, use bio_kdf_generate() so that we generate a | Joel Sing |
2016-09-08 | normalize option defines; reduces diff between ping(8) and ping6(8) | Florian Obser |
2016-09-08 | We need this for struct iovec; reduces diff to ping6(8) | Florian Obser |
2016-09-07 | whitespace | Florian Obser |
2016-09-07 | normalize code to send preload packets | Florian Obser |
2016-09-07 | move header printing down; reduces diff to ping6 | Florian Obser |
2016-09-07 | move arc4random down; reduces diff to ping6 | Florian Obser |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-05 | Print route labels in double quotes since they can contain spaces in the name. | Claudio Jeker |
2016-09-05 | for consistency, hyphenate "single-user"; | Jason McIntyre |
2016-09-05 | replace obsolete getpass() by readpassphrase() | Gleydson Soares |
2016-09-04 | strlen + malloc + snprintf == asprintf | Michal Mazurek |
2016-09-04 | switch tweaks; | Jason McIntyre |
2016-09-04 | Add SWITCH section for switch(4). | YASUOKA Masahiko |
2016-09-04 | Forward IMSG_CTL_VERBOSE via the parent; this fixes a crash when doing | Reyk Floeter |
2016-09-04 | chop out the zread code since we only write files | Ted Unangst |
2016-09-04 | unifdef SAVECORE now that we're done sharing | Ted Unangst |
2016-09-04 | Use an RB tree instead of BDB to map process->session, ok tedu millert | Nicholas Marriott |
2016-09-04 | After aligning the cpg field, non ffs partitions were not displayed | Alexander Bluhm |
2016-09-04 | Use 'daemonize' instead of 'no_daemon', just like in dhcpd and dhcrelay. | Jeremie Courreges-Anglas |
2016-09-04 | move to ping's getaddrinfo version to reduce diff; no functional change | Florian Obser |
2016-09-04 | Now that we have IP_SENDSRCADDR, add sendtofrom(). | Vincent Gross |
2016-09-04 | Make it possible to set the RTF_BFD flag in a change request. Also add a | Claudio Jeker |
2016-09-04 | Switch ping to getaddrinfo while retaining inet_aton functionality as | Florian Obser |
2016-09-03 | A commented block starts with | Theo de Raadt |
2016-09-03 | How can this not be AF_INET?! | Florian Obser |
2016-09-03 | s/to/dst/ | Florian Obser |
2016-09-03 | s/whereto/dst/ | Florian Obser |
2016-09-03 | get to the target the same way as ping; no functional change | Florian Obser |
2016-09-03 | err->errx, errno info is not related to the failure mode | Jeremie Courreges-Anglas |
2016-09-03 | pfctl mixes up anchorname with anchorpath | Alexandr Nedvedicky |
2016-09-03 | 'reinit' should check the MBR on disk, as the man page says. | Kenneth R Westerback |
2016-09-03 | fix format string and remove unused variables | Charles Longeau |
2016-09-03 | Let purge thread to remove once rules, not packets. | Alexandr Nedvedicky |
2016-09-03 | Correct default values. | Michal Mazurek |
2016-09-03 | Mention the maximum value for the -s option. | Michal Mazurek |
2016-09-03 | no more boot_zaurus.8; | Jason McIntyre |
2016-09-03 | Add userland parts for BFD. Can't work if you don't have it enabled in | Peter Hessler |
2016-09-03 | Mention the maximum value for the -s option. | Michal Mazurek |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |
2016-09-03 | proving once again my commit and somebody will test strategy works, | Ted Unangst |
2016-09-03 | Add the missing bits to have NAT on enc(4) support in iked. | Vincent Gross |
2016-09-03 | Remove mention of nonexistent flags | Michal Mazurek |
2016-09-02 | In preparation for merging of ping(8) and ping6(8) the -n flag needs to | Florian Obser |
2016-09-02 | Kill 'ifi' global. | Martin Pieuchot |
2016-09-02 | Wording improvment from jmc@ long time ago. | Florian Obser |
2016-09-02 | Bring over 1.117 from ping: | Florian Obser |
2016-09-02 | timinginfo is a flag to track if the received icmp packet is big | Florian Obser |