index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shell.c
Age
Commit message (
Expand
)
Author
2015-01-14
Update copyright years
Matthias Schiffer
2014-08-24
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-22
Remove VECTOR_ALLOC
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-06-14
shell: add missing signal.h include
Matthias Schiffer
2014-06-05
Simplify systemd notify socket handling
Matthias Schiffer
2014-05-31
Unblock signals only during poll/epoll wait
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-05-28
Still more documentation
Matthias Schiffer
2014-05-27
More documentation
Matthias Schiffer
2014-05-27
Lots and lots of documentation
Matthias Schiffer
2014-05-23
shell: ensure the signal mask is restored if shell_command_do_exec fails
Matthias Schiffer
2014-05-23
Implement a different fix for the waitpid race condition not needing a reaper...
Matthias Schiffer
2014-05-23
Revert "Fix waitpid race condition"
Matthias Schiffer
2014-05-22
Fix waitpid race condition
Matthias Schiffer
2014-04-30
shell: close all fds > 2 after forking
Matthias Schiffer
2014-04-26
Revise shell command API
Matthias Schiffer
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-18
shell: unblock SIGCHLD before exec
Matthias Schiffer
2014-04-18
Fix zombie process cleanup
Matthias Schiffer
2014-04-18
Clean up shell command handling
Matthias Schiffer
2014-04-11
Add support for async commands
Matthias Schiffer
2014-04-11
Improve shell command config handling
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2013-08-12
Add pre-up and post-down handlers
Matthias Schiffer
2013-08-07
Add sys/wait.h includes where necessary on FreeBSD
Matthias Schiffer
2013-07-25
Move _GNU_SOURCE define to types.h
Matthias Schiffer
2013-04-21
shell: add interface for link-local addresses to PEER_ADDRESS as well
Matthias Schiffer
2013-04-20
Always include interface name for link-local addresses
Matthias Schiffer
2013-02-27
Don't set the peer address for temporary peers before the session is actually...
Matthias Schiffer
2013-02-25
Fix shell command exit status message, for real.
Matthias Schiffer
2013-02-25
Fix shell exit status warning condition
Matthias Schiffer
2013-02-25
Add public keys to shell environment
Matthias Schiffer
2013-02-25
Set some more environment variables for shell commands
Matthias Schiffer
2013-02-25
Get rid of some duplicate code for calling shell commands
Matthias Schiffer