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 ba705c60af
first try of an indent config
10 years ago
debian Release new version 0.9.6+sipwise6+0~mr3.8.5.0 10 years ago
tests made check unit test framework really optional 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 added beginnign of unit testing 10 years ago
Makefile.in added beginnign of unit testing 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 made check unit test framework really optional 10 years ago
aclocal.m4 made check unit test framework really optional 10 years ago
auth.c fixed gcc 4.1 warnings 10 years ago
auth.h Import sipsak 0.9.6 from upstream. 14 years ago
compile made check unit test framework really optional 10 years ago
config.guess Import sipsak 0.9.6 from upstream. 14 years ago
config.h.in made check unit test framework really optional 10 years ago
config.sub Import sipsak 0.9.6 from upstream. 14 years ago
configure made check unit test framework really optional 10 years ago
configure.ac made check unit test framework really optional 10 years ago
depcomp Import sipsak 0.9.6 from upstream. 14 years ago
exit_code.c added GNU TLS cert chain verification 10 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 improved is_number and re-wrote str_to_int (as results from the unit tests) 10 years ago
helper.h Import sipsak 0.9.6 from upstream. 14 years ago
indent.pro first try of an indent config 10 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 added some first TLS code. Note: this is not working yet and thus not activated 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 option -k only available with TLS support 10 years ago
sipsak.h added GNU TLS cert chain verification 10 years ago
transport.c beautified error message output 10 years ago
transport.h more gnutls debug code 10 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