• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D28-Jan-2006739 2319

COPYINGH A D28-Jan-200617.6 KiB341281

ChangeLogH A D28-Jan-20065.2 KiB112111

INSTALLH A D28-Jan-20069 KiB230175

Makefile.amH A D28-Jan-2006260 64

Makefile.inH A D28-Jan-200620 KiB613540

NEWSH A D28-Jan-20061.5 KiB4039

READMEH A D28-Jan-2006975 5035

TODOH A D28-Jan-2006618 1715

acinclude.m4H A D28-Jan-200611.5 KiB377344

aclocal.m4H A D28-Jan-200631.4 KiB881789

auth.cH A D28-Jan-200611.2 KiB352294

auth.hH A D28-Jan-2006795 264

config.guessH A D28-Jan-200643.2 KiB1,4801,282

config.h.inH A D28-Jan-20066.1 KiB237158

config.subH A D28-Jan-200631.1 KiB1,5871,446

configureH A D28-Jan-2006231.6 KiB7,8056,488

configure.acH A D28-Jan-20062.2 KiB8973

depcompH A D28-Jan-200614.8 KiB527335

exit_code.cH A D28-Jan-20061.3 KiB6439

exit_code.hH A D28-Jan-2006867 306

header_f.cH A D28-Jan-200614.5 KiB615505

header_f.hH A D28-Jan-20061.6 KiB6625

helper.cH A D28-Jan-200619.2 KiB822672

helper.hH A D28-Jan-20062.3 KiB9352

install-shH A D28-Jan-20069.3 KiB326189

md5.cH A D28-Jan-200610.5 KiB365237

md5.hH A D28-Jan-20061.7 KiB6427

md5global.hH A D28-Jan-2006786 3411

missingH A D28-Jan-200610.4 KiB361270

mkinstalldirsH A D28-Jan-20061.9 KiB11285

request.cH A D28-Jan-20067.5 KiB319293

request.hH A D28-Jan-2006840 264

shoot.cH A D28-Jan-200629.3 KiB1,083962

shoot.hH A D28-Jan-20061.3 KiB6436

sipsak.1H A D28-Jan-200617.4 KiB558499

sipsak.cH A D28-Jan-200627.5 KiB940864

sipsak.hH A D28-Jan-20067.8 KiB313228

transport.cH A D28-Jan-200615.2 KiB586513

transport.hH A D28-Jan-20062.1 KiB9160

README

1
2    REQUIREMENTS
3    ============
4
5 None.
6
7 Optional:
8 - Have
9     GnuTLS (http://www.gnutls.org/)
10   or
11	 OpenSSL (http://www.openssl.org/)
12   installed on your system to use their MD5 implementations
13   instead of sipsak own version.
14 - Have
15     c-ares (http://daniel.haxx.se/projects/c-ares/)
16   or
17     ruli (http://www.nongnu.org/ruli/)
18   installed on your system to get DNS SRV lookup support
19   compiled into your sipsak binary.
20
21    INSTALLATION
22    ============
23
24 The usual
25
26   ./configure
27   make
28
29 followed by an optional
30
31   make install
32
33 if the binary should be available for all users on that host.
34
35    USAGE
36    =====
37
38 Please read the man page. It also contains some typical usage
39 examples at the end. Or check the website (http://sipsak.org)
40 for more/other examples.
41
42    FEEDBACK
43    ========
44
45 Any kind of feedback is always welcome. Please send it to the
46 mailing list at sipsak@lists.sipsak.org (subscription required).
47
48 Have fun
49   Nils
50