Timo Röhling
7ce1a5b3bf
Update README
Closes #49
il y a 8 ans
Timo Röhling
d779cb03cb
Merge pull request #52 from mgbowman/master
New command line option to select listening interface
il y a 8 ans
Matthew Bowman
fc2ba94684
add the ability to set the socket listen address
il y a 8 ans
Dan Callaghan
731ef505e2
systemd: populate SRS_DOMAIN default using postconf
Fixes #48
il y a 8 ans
Timo Röhling
2844500aef
Merge pull request #51 from danc86/selinux
add SELinux policy module
il y a 8 ans
Dan Callaghan
70f1ff08b7
add SELinux policy module
il y a 8 ans
Timo Röhling
a5068306f1
1.4
il y a 8 ans
Timo Röhling
af7a24ac27
Add dual stack support
Closes #46
il y a 8 ans
Timo Röhling
e2ed71fa64
Fix comment
il y a 8 ans
Timo Röhling
9f302b8d6b
Fix header includes for FreeBSD compatibility
Fixes #45
il y a 8 ans
Timo Röhling
772b420203
Remove space between -X and its optional argument
Fixes #44
il y a 8 ans
Timo Röhling
855bd4652a
Fix command line corruption on empty option arguments
Fixes #33
il y a 9 ans
Timo Röhling
d549b3ff35
1.3
il y a 9 ans
Timo Röhling
bcc6c2ba9a
Warn explicitly about configuration file updates
The configuration file will never be overwritten automatically.
Therefore, changes need to be applied by the user manually.
il y a 9 ans
Timo Röhling
050c6a2407
Update startup scripts
il y a 9 ans
Timo Röhling
90718d708b
Make SRS separator configurable
il y a 9 ans
Timo Röhling
8653cca9b1
A few corrections
Use char instead of char* for the single character and don't do this
weird casting thing where a char gets stored in the pointer.
il y a 9 ans
nichivo
1d7e242fa6
Add an argument for the first separator character after SRS0 and SRS1. The default is now = instead of +
il y a 9 ans
Timo Röhling
541cf6e7f3
Merge pull request #32 from bjoe2k4/master
Read config directly from environment variables
il y a 9 ans
bjoe2k4
1e2f2d535d
Revert "Bind to both ipv4 and ipv6 by default."
This reverts commit cdb223542a .
il y a 9 ans
bjoe2k4
546399561a
Update systemd file
Network is not need anymore to start postsrsd.
il y a 9 ans
bjoe2k4
e12167c202
Read config from environment
il y a 9 ans
bjoe2k4
cdb223542a
Bind to both ipv4 and ipv6 by default.
il y a 9 ans
Timo Röhling
b161cb4358
Merge pull request #28 from bjoe2k4/master
Remove addrinfo flags
il y a 9 ans
bjoe2k4
10e8b8214d
Remove addrinfo flags
Remove flags since they require the network to be up and routable for no reason.
il y a 9 ans
Oxan van Leeuwen
e69a69c6ef
Fix typo in systemd service
il y a 9 ans
Timo Röhling
b02a1db057
Improve configuration
il y a 10 ans
Timo Röhling
2e41017de3
Typo
il y a 10 ans
Timo Röhling
031c5b4e87
Known issue with rewriting
Closes #14
Closes #17
il y a 10 ans
Timo Röhling
ed482a33e1
Known issue with CentOS 6
As reported in #25
il y a 10 ans
Timo Röhling
1d1c8f46e8
Use openssl binary of no base64 binary is available
Suggested by maxfieb (#21 )
il y a 10 ans
Timo Röhling
505f09d135
Link against libsocket and libnsl on Solaris
Fixes #21
il y a 10 ans
Timo Röhling
51e9288c93
1.2
il y a 10 ans
Timo Röhling
a557a77ef4
Add more flags to be passed to makefile fragment
il y a 10 ans
Timo Röhling
0442b31227
Fix more warnings
il y a 10 ans
Timo Röhling
9548316977
Allow INIT_FLAVOR override in makefile fragment
il y a 10 ans
Timo Röhling
f0ec8943b4
Move most defaults to default file
il y a 10 ans
Timo Röhling
6aa118f5a7
Move init-related stuff to its own folder
il y a 10 ans
Timo Röhling
fefe8efceb
Merge initial systemd support from bjoe2k4
il y a 10 ans
bjoe2k4
32d2cd0abd
Fix file path of default file in postinstall
il y a 10 ans
bjoe2k4
45bdf8e363
Small fix for systemd service file
il y a 10 ans
bjoe2k4
037a57ba50
Set secret file in default file at compile time
il y a 10 ans
bjoe2k4
f097d1be4c
Rename postsrsd.default
il y a 10 ans
bjoe2k4
b4bcb77ca7
Initial systemd support
il y a 10 ans
Timo Röhling
1493d5f38c
Bind IPv4 ports by default
il y a 10 ans
Timo Röhling
a4a53c7b9f
Flush before waiting for new input, not after
il y a 10 ans
Timo Röhling
859796b126
Workaround for Solaris libc
The Solaris libc has some issues with alternating input and output
on sockets passed to fdopen(). Apparently there is a shared buffer
which has to be emptied, either by fseek() or fflush(), whenever
the direction of the data flow changes.
il y a 10 ans
Timo Röhling
70878f964c
Whitespace fix
il y a 10 ans
Timo Röhling
a534a528f7
Check for headers which may or may not be available
il y a 10 ans
Timo Röhling
69275bebaa
Fix pointer conversion warnings
il y a 10 ans