Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/crypto/dist/ipsec-tools



In article <20081230155025.181D6175D0%cvs.netbsd.org@localhost>,
Timo Teräs <tteras%netbsd.org@localhost> wrote:
>
>Module Name:   src
>Committed By:  tteras
>Date:          Tue Dec 30 15:50:25 UTC 2008
>
>Modified Files:
>       src/crypto/dist/ipsec-tools: ChangeLog
>       src/crypto/dist/ipsec-tools/src/racoon: session.c
>
>Log Message:
>schedular() call can now modify fd mask so make the working copy just
>before calling select(); otherwise it can contain bad file descriptors
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.208 -r1.209 src/crypto/dist/ipsec-tools/ChangeLog
>cvs rdiff -r1.21 -r1.22 src/crypto/dist/ipsec-tools/src/racoon/session.c
>
>Please note that diffs are not public domain; they are subject to the
>copyright notices on the relevant files.

Can make the code use poll instead? Are there any systems that
ipsec-tools is ported to that don't have poll? And even for those,
there is poll emulation.

christos



Home | Main Index | Thread Index | Old Index