OpenBSD CVS

src/sbin/slaacd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / slaacd

Current tag: OPENBSD_6_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.1   7 years  florian   Move slaacd to /sbin jca points out that all the other interface configuration t...
[TXT] control.c  1.6   5 years  pamela   Make slaacd(8) imsg processing more paranoid. Unexpected size mismatches mean we...
[TXT] control.h  1.3   5 years  florian   Leave the control socket behind on shutdown. It doesn't hurt anyone. On the othe...
[TXT] engine.c  1.34   5 years  pamela   Make slaacd(8) imsg processing more paranoid. Unexpected size mismatches mean we...
[TXT] engine.h  1.2   5 years  bket   Enable slaacd(8) to set MTU on an interface. If a router advertisement message ...
[TXT] frontend.c  1.26   5 years  florian   Do not accept a control socket if we already have one. OK pamela
[TXT] frontend.h  1.3   6 years  florian   Move privileged initialization from frontend to main process. Needed for future ...
[TXT] log.c  1.1   7 years  florian   Move slaacd to /sbin jca points out that all the other interface configuration t...
[TXT] log.h  1.2   6 years  florian   Sprinkel in some #ifndef SMALL to make slaacd smaller for the installer. This r...
[TXT] slaacd.8  1.10   5 years  florian   replace references to rtadvd(8) with rad(8) OK deraadt, phessler, jmc
[TXT] slaacd.c  1.37   5 years  yasuoka   Avoid calling dup2(oldd, newd) when oldd == newd. In that case the descriptor k...
[TXT] slaacd.h  1.21   5 years  pamela   Introduce the IMSG_DATA_SIZE() macro to replace recurring math on imsg.hdr.len t...