Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd before | YASUOKA Masahiko | |
everything is done. | |||
2010-01-31 | privilege separation of npppd. | YASUOKA Masahiko | |
- Drop privilege after daemon initializing. - Some system calls that requires root privileges were replaced to wrapper functions that communicate with a separated privileged process via IPC. And the privileged process checks whether the operations are acceptable. | |||
2010-01-27 | Fixed 2 off-by-one problems. | YASUOKA Masahiko | |
(found by parfait, reported by jsg@) | |||
2010-01-15 | Address family for UNIX domain socket was mistakenly specified as | YASUOKA Masahiko | |
AF_INET. It should be AF_UNIX. | |||
2010-01-14 | fix to compile with gcc4. (from jsg@) | YASUOKA Masahiko | |
2010-01-13 | cleanup npppd code. delete IIJ local ifdef switches and fix warnings. | YASUOKA Masahiko | |
ok @dlg | |||
2010-01-11 | Initial import npppd(8). npppd is a new PPP daemon that handles many | YASUOKA Masahiko | |
ppp sessions as a server. It supports L2TP, PPTP and PPPoE as tunneling. ok mcbride@ dlg@ deraadt@ reyk@. |