You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
nils-ohlmeier 7a454d5895
improved srand initialization according to perl docs.
10 years ago
debian Release new version 0.9.6+sipwise6+0~mr4.3.0.0 10 years ago
.gitreview MT#7505 Add .gitreview file for sipsak 10 years ago
AUTHORS Import sipsak 0.9.6 from upstream. 14 years ago
COPYING Import sipsak 0.9.6 from upstream. 14 years ago
ChangeLog Import sipsak 0.9.6 from upstream. 14 years ago
INSTALL Import sipsak 0.9.6 from upstream. 14 years ago
Makefile.am Import sipsak 0.9.6 from upstream. 14 years ago
Makefile.in increased version to 0.9.7pre and updated to autoconf 2.60 10 years ago
NEWS Import sipsak 0.9.6 from upstream. 14 years ago
README Import sipsak 0.9.6 from upstream. 14 years ago
TODO Import sipsak 0.9.6 from upstream. 14 years ago
acinclude.m4 Import sipsak 0.9.6 from upstream. 14 years ago
aclocal.m4 Import sipsak 0.9.6 from upstream. 14 years ago
auth.c fixed gcc 4.1 warnings 10 years ago
auth.h Import sipsak 0.9.6 from upstream. 14 years ago
config.guess Import sipsak 0.9.6 from upstream. 14 years ago
config.h.in Import sipsak 0.9.6 from upstream. 14 years ago
config.sub Import sipsak 0.9.6 from upstream. 14 years ago
configure reverted last accident commit except the fix for Hendrik 10 years ago
configure.ac increased version to 0.9.7pre and updated to autoconf 2.60 10 years ago
depcomp Import sipsak 0.9.6 from upstream. 14 years ago
exit_code.c Import sipsak 0.9.6 from upstream. 14 years ago
exit_code.h Import sipsak 0.9.6 from upstream. 14 years ago
header_f.c reverted last accident commit except the fix for Hendrik 10 years ago
header_f.h Import sipsak 0.9.6 from upstream. 14 years ago
helper.c fix string off-by-one bugs 12 years ago
helper.h Import sipsak 0.9.6 from upstream. 14 years ago
install-sh Import sipsak 0.9.6 from upstream. 14 years ago
md5.c Import sipsak 0.9.6 from upstream. 14 years ago
md5.h Import sipsak 0.9.6 from upstream. 14 years ago
md5global.h Import sipsak 0.9.6 from upstream. 14 years ago
missing Import sipsak 0.9.6 from upstream. 14 years ago
mkinstalldirs Import sipsak 0.9.6 from upstream. 14 years ago
request.c Import sipsak 0.9.6 from upstream. 14 years ago
request.h Import sipsak 0.9.6 from upstream. 14 years ago
shoot.c s/times/timers/ to prevent name clash 10 years ago
shoot.h take out RAW support 14 years ago
sipsak.1 added option -J to take ha1 instead of password 10 years ago
sipsak.c improved srand initialization according to perl docs. 10 years ago
sipsak.h reverted last accident commit except the fix for Hendrik 10 years ago
transport.c reverted last accident commit except the fix for Hendrik 10 years ago
transport.h Import sipsak 0.9.6 from upstream. 14 years ago

README

    REQUIREMENTS
    ============

 None.

 Optional:
 - Have 
     GnuTLS (http://www.gnutls.org/)
   or 
	 OpenSSL (http://www.openssl.org/)
   installed on your system to use their MD5 implementations
   instead of sipsak own version.
 - Have 
     c-ares (http://daniel.haxx.se/projects/c-ares/)
   or
     ruli (http://www.nongnu.org/ruli/)
   installed on your system to get DNS SRV lookup support
   compiled into your sipsak binary.
     
    INSTALLATION
    ============

 The usual

   ./configure
   make

 followed by an optional

   make install

 if the binary should be available for all users on that host.

    USAGE
    =====

 Please read the man page. It also contains some typical usage
 examples at the end. Or check the website (http://sipsak.org)
 for more/other examples.

    FEEDBACK
    ========

 Any kind of feedback is always welcome. Please send it to the
 mailing list at sipsak@lists.sipsak.org (subscription required).

 Have fun
   Nils