| Commit message (Expand) | Author | Files | Lines |
2015-10-16 | Pledge support for the parent/resolver in identd(8). |  doug | 1 | -1/+14 |
2015-10-16 | Pledge for ftp(1) in non-interactive mode. |  doug | 1 | -1/+23 |
2015-10-16 | Remove -B from EXAMPLES; reminded by jmc@ |  miod | 1 | -23/+2 |
2015-10-16 | Add allocarray(), an overflow-safe allocation function. |  mmcc | 1 | -1/+26 |
2015-10-16 | sync |  deraadt | 2 | -0/+2 |
2015-10-16 | fine tune the logging some more |  tedu | 1 | -1/+8 |
2015-10-16 | simplify logging functions. once a daemon, always a daemon |  tedu | 1 | -23/+19 |
2015-10-16 | safety check that we're dealing with the filter we expect |  tedu | 1 | -2/+5 |
2015-10-16 | most things should be static |  tedu | 1 | -15/+15 |
2015-10-16 | exit(1) is better for the impossible condition |  tedu | 1 | -2/+3 |
2015-10-15 | fix some signed/unsigned integer type mismatches in format |  djm | 4 | -9/+9 |
2015-10-15 | Do not abuse .Nm for emphasis; |  schwarze | 1 | -12/+5 |
2015-10-15 | Delete two preprocessor constants that are no longer used. |  schwarze | 2 | -7/+2 |
2015-10-15 | argument to sshkey_from_private() and sshkey_demote() can't be NULL |  djm | 1 | -7/+3 |
2015-10-15 | After spawning, the parent can pledge "stdio rpath wpath cpath" |  deraadt | 1 | -1/+4 |
2015-10-15 | Remove three distracting aliases for NULL. |  mmcc | 2 | -15/+11 |
2015-10-15 | Simplify the part of args() that is handling .Bl -column phrases: |  schwarze | 1 | -73/+28 |
2015-10-15 | When blk_full() handles an .It line in .Bl -column and indirectly |  schwarze | 1 | -1/+6 |
2015-10-15 | it is perhaps better style to not call close() on -1, even if harmless |  tedu | 1 | -6/+12 |
2015-10-15 | make sure req is zeroed in tcp case |  tedu | 1 | -2/+2 |
2015-10-15 | better memory handling of the request/cache chain |  tedu | 1 | -9/+23 |
2015-10-15 | do not insert entry into cache until it's fully formed |  tedu | 1 | -2/+2 |
2015-10-15 | doh, not all requests are the same size. check len first. |  tedu | 1 | -2/+3 |
2015-10-15 | assert is the wrong tool |  tedu | 1 | -3/+4 |
2015-10-15 | the inet sockets don't work well with inet6 addrs. pick family from addr. |  tedu | 1 | -3/+3 |
2015-10-15 | everybody can build rebound |  tedu | 1 | -2/+3 |
2015-10-15 | no mail for _rebound. deraadt |  tedu | 1 | -1/+2 |
2015-10-15 | introduce logerr, since most logging is followed by exit |  tedu | 1 | -33/+36 |
2015-10-15 | don't allow NSD to pick up libevent from /usr/local if the libevent2 |  sthen | 1 | -1/+2 |
2015-10-15 | now with _rebound user, we can try a little harder at privdrop |  tedu | 1 | -3/+11 |
2015-10-15 | _rebound user and group (52) |  tedu | 2 | -0/+2 |
2015-10-15 | make the HUP interlocking in the parent work better. |  tedu | 1 | -10/+24 |
2015-10-15 | trivial KNF |  deraadt | 1 | -3/+5 |
2015-10-15 | In syslogd replace the dprintf() macro with a logdebug() function |  bluhm | 3 | -85/+97 |
2015-10-15 | Pledge login_token with "stdio rpath wpath cpath fattr getpw tty". |  bluhm | 1 | -1/+4 |
2015-10-15 | just a space in usage, from deraadt |  tedu | 1 | -2/+2 |
2015-10-15 | Remove an unused included header (sys/stat.h). |  mmcc | 1 | -2/+1 |
2015-10-15 | add a hint about the config file, until it changes |  tedu | 1 | -1/+5 |
2015-10-15 | child can be pledged down a bit to just sockets and io |  tedu | 1 | -1/+6 |
2015-10-15 | When using a pf rule with both nat-to and rdr-to, it could happen |  bluhm | 1 | -3/+6 |
2015-10-15 | import rebound, a lightweight dns proxy, for further polishing |  tedu | 4 | -0/+648 |
2015-10-15 | Introduce an unsigned char variable for the ctype function calls. |  mmcc | 1 | -5/+7 |
2015-10-15 | Don't Xr flock, since that is not the locking method used. |  deraadt | 1 | -3/+2 |
2015-10-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need |  miod | 4 | -320/+8 |
2015-10-15 | Avoid a race between fopen(3) and fchmod(2). Use umask(2) and |  bluhm | 1 | -3/+4 |
2015-10-15 | No need to create links for xxboot now that MI installboot is the preferred |  miod | 1 | -4/+1 |
2015-10-15 | Use MI installboot instead of disklabel -B to install boot blocks. |  miod | 6 | -36/+19 |
2015-10-15 | Add an extra argument to bootstrap() to allow for a limited overlap between an |  miod | 6 | -14/+31 |
2015-10-15 | add missing comma and missing range restriction, found by smilint |  sthen | 1 | -4/+7 |
2015-10-15 | relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce. |  sthen | 1 | -4/+6 |