New commits:
commit a09c7f410b4dfbc66a3d2d6f267665e541a6796f
Merge: a47e2bec05 d38376e24e
Author: Andrew Cagney <[email protected]>
Date:   Fri Apr 4 22:03:32 2025 -0400

    server: add ability to capture output from server_fork()
    
    for instance PAM needing to pass parameters back to pluto via stdout
    per pam_exec(8):
    
           stdout
               Per default the output of the executed command is written
               to /dev/null. With this option, the stdout output of the
               executed command is redirected to the calling application.
               It's in the responsibility of this application what happens
                with the output. The log option is ignored.
    
    see #2105 ikev1 xauth PAM read addresspool
    
    Merge branch 'main' into HEAD

commit d38376e24ec8b87a91ef917b02d65b4a8660312d
Author: Andrew Cagney <[email protected]>
Date:   Fri Apr 4 10:18:41 2025 -0400

    server fork: add input/output_stream param

commit 7288b1c05fa80cbec073e040de43adad8f6c032e
Author: Andrew Cagney <[email protected]>
Date:   Thu Apr 3 17:49:23 2025 -0400

    server: factor server_fork() and server_fork_exec() into child_pipeline()
    
    This adds support for reading output from a forked process.
    
    ref #2105 ikev1 xauth PAM read addresspool

commit 9ae404a170d11c96747afe208966946c0900c575
Author: Andrew Cagney <[email protected]>
Date:   Thu Apr 3 17:19:47 2025 -0400

    server: return pid_t from server_fork() and server_fork_exec()

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to