root
c88d446f37
added option -k, --local-ip
...
(cherry picked from commit af8ab2a08218876521794317b5e08bd2d191185c)
9 years ago
nils-ohlmeier
2aa5550d6e
- added new options for TLS (ca-cert, client-cert, ignore-cert-failure)
...
Note: these options are only available as long options
- added option to ignore TLS certificate verification errors
- made certificate output after TLS handshake more verbose
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@442 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 2fa391eef82a5d2ddbcab00a4211eac559612407)
9 years ago
nils-ohlmeier
d86bffb4c5
print Via warning only in verbose mode - thanks to Juha Heinanen
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@441 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 80b5cf6be9dff6a6a38cce6d59da503a6871e739)
9 years ago
nils-ohlmeier
e7af554183
log last request to syylog as well
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@438 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit b90316b5b740e0769847f8c39dd8de62965c22c9)
9 years ago
nils-ohlmeier
977126da04
added syslog support
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@437 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 4905b7e8c1f1a6955b12907b28b7589c1f49ecdc)
9 years ago
nils-ohlmeier
aee09b0602
added option -Z to modify SIP_T1 at run time
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@436 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 95cf90bbdff241754c806e7553f2fb8b7c16d58a)
9 years ago
nils-ohlmeier
dfc065c74f
fixed overwritting of outbound proxy if domainname is an IP; thanks to Alexander Litvak
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@430 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 3f4be2f3806bf3269e1406cd0e514468a7125d4b)
9 years ago
nils-ohlmeier
5901f69a51
improved help output message
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@428 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 96fedafa80954e83486a90945697f5721f388b91)
9 years ago
nils-ohlmeier
aa3490ecd3
made star really work
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@427 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 1f05728491d1d9f0d998fad11afeeadc6efc25ef)
9 years ago
nils-ohlmeier
1e0ea08deb
added 'star' as special word for the contact option -C
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@426 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 3860d1a03ef2d9840487969994fa3a68ff4d9d85)
9 years ago
nils-ohlmeier
133160868a
- re-worked str_to_int one more time as the previous
...
behavior was broken after the last fix
- added a centralized debug message function
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@425 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit c003018761a3373ae534ce603b072a2a75594c78)
9 years ago
nils-ohlmeier
3b8984ec35
option -k only available with TLS support
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@419 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 02246a8147e94508743966752314909549fc77ba)
9 years ago
nils-ohlmeier
7af14d989b
added GNU TLS cert chain verification
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@417 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 450c78f42af1d5535c8ea033282d500cb7be049e)
9 years ago
nils-ohlmeier
d7f05b2b15
added some first TLS code. Note: this is not working yet and thus not activated
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@414 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 191cc21139a0b44fdd9380d7110c931ba95cd849)
9 years ago
nils-ohlmeier
4b840f5b31
added --disable-ips configure option which allows to compile the oldstyle --numeric behavior
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@413 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 36c442296faecf7842c67d42600860cb52c9c6fd)
9 years ago
nils-ohlmeier
7a454d5895
improved srand initialization according to perl docs.
...
thnks to dsemyonov. closes #8289
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@412 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit ccb01c74cb4f5b2ddfaf282511fc313433d42eef)
9 years ago
nils-ohlmeier
5220cd10af
fixed if -r was porvided before -p with IP address; thanks to Hendrik Scholz
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@409 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit ff39298c8d00df5c6d6c40c18aa71338c08daf43)
9 years ago
nils-ohlmeier
63aa353b37
added option -J to take ha1 instead of password
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@402 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit 98a908b18b003e0a0a1e231be709421961f531aa)
9 years ago
nils-ohlmeier
fd887ef63e
-E overrules SRV result
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@401 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit eb6c5cd713b85a694106532a2938a99b1ad6e848)
9 years ago
Andreas Granig
6b83a5e58e
Import sipsak 0.9.6 from upstream.
...
Change T1 timer from 500ms to 150ms during compile time.
Abort after exceeding T1 * value of cmd switch "-D" instead of after 32sec.
This results in much more responsive monitoring in case of service failures.
14 years ago