From 509225ad2cecf2662923ff0abad0058ea8490ef1 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 4 May 2014 19:01:42 +0300 Subject: [PATCH] Import debian packages for silc-client, silc-server and silc-toolkit --- README | 114 +- configure.ad | 2 +- debian-silc-client/README.source | 6 + debian-silc-client/changelog | 437 ++++++ debian-silc-client/compat | 1 + debian-silc-client/control | 64 + debian-silc-client/copyright | 474 +++++++ debian-silc-client/docs | 3 + .../irssi-plugin-silc.README.Debian | 40 + debian-silc-client/irssi-plugin-silc.install | 5 + debian-silc-client/irssi-plugin-silc.links | 1 + debian-silc-client/rules | 141 ++ debian-silc-client/silc.README.Debian | 7 + debian-silc-client/silc.docs | 5 + debian-silc-client/silc.examples | 1 + debian-silc-client/silc.install | 4 + debian-silc-client/silc.manpages | 1 + debian-silc-client/watch | 3 + debian-silc-server/README.source | 6 + debian-silc-server/changelog | 124 ++ debian-silc-server/compat | 1 + debian-silc-server/config | 69 + debian-silc-server/control | 33 + debian-silc-server/copyright | 166 +++ debian-silc-server/dirs | 1 + debian-silc-server/docs | 2 + debian-silc-server/examples | 3 + debian-silc-server/init.d | 122 ++ debian-silc-server/logrotate | 15 + debian-silc-server/po/POTFILES.in | 1 + debian-silc-server/po/cs.po | 162 +++ debian-silc-server/po/de.po | 175 +++ debian-silc-server/po/es.po | 174 +++ debian-silc-server/po/eu.po | 164 +++ debian-silc-server/po/fi.po | 153 +++ debian-silc-server/po/fr.po | 167 +++ debian-silc-server/po/gl.po | 160 +++ debian-silc-server/po/it.po | 164 +++ debian-silc-server/po/nl.po | 160 +++ debian-silc-server/po/pt.po | 168 +++ debian-silc-server/po/ru.po | 164 +++ debian-silc-server/po/sv.po | 160 +++ debian-silc-server/po/templates.pot | 153 +++ debian-silc-server/po/tr.po | 164 +++ debian-silc-server/po/vi.po | 156 +++ debian-silc-server/postinst | 166 +++ debian-silc-server/postrm | 41 + debian-silc-server/rules | 92 ++ debian-silc-server/silcd-admin.conf.default | 28 + .../silcd-primary-ip.conf.default | 9 + debian-silc-server/silcd.conf.default | 547 ++++++++ debian-silc-server/templates | 67 + debian-silc-server/watch | 3 + debian-silc-toolkit/README.source | 6 + debian-silc-toolkit/changelog | 238 ++++ debian-silc-toolkit/compat | 1 + debian-silc-toolkit/control | 74 ++ debian-silc-toolkit/copyright | 272 ++++ debian-silc-toolkit/docs | 4 + debian-silc-toolkit/libsilc-1.1-2.install | 2 + debian-silc-toolkit/libsilc-1.1-2.symbols | 3 + .../libsilc-1.1-2.symbols.common | 1168 +++++++++++++++++ .../libsilc-1.1-2.symbols.hurd-i386 | 4 + .../libsilc-1.1-2.symbols.kfreebsd | 3 + .../libsilc-1.1-2.symbols.m68k | 4 + debian-silc-toolkit/libsilc-dev.install | 6 + .../libsilcclient-1.1-3.install | 1 + .../libsilcclient-1.1-3.symbols | 232 ++++ debian-silc-toolkit/rules | 92 ++ debian-silc-toolkit/watch | 3 + 70 files changed, 7281 insertions(+), 81 deletions(-) create mode 100644 debian-silc-client/README.source create mode 100644 debian-silc-client/changelog create mode 100644 debian-silc-client/compat create mode 100644 debian-silc-client/control create mode 100644 debian-silc-client/copyright create mode 100644 debian-silc-client/docs create mode 100644 debian-silc-client/irssi-plugin-silc.README.Debian create mode 100644 debian-silc-client/irssi-plugin-silc.install create mode 100644 debian-silc-client/irssi-plugin-silc.links create mode 100755 debian-silc-client/rules create mode 100644 debian-silc-client/silc.README.Debian create mode 100644 debian-silc-client/silc.docs create mode 100644 debian-silc-client/silc.examples create mode 100644 debian-silc-client/silc.install create mode 100644 debian-silc-client/silc.manpages create mode 100644 debian-silc-client/watch create mode 100644 debian-silc-server/README.source create mode 100644 debian-silc-server/changelog create mode 100644 debian-silc-server/compat create mode 100644 debian-silc-server/config create mode 100644 debian-silc-server/control create mode 100644 debian-silc-server/copyright create mode 100644 debian-silc-server/dirs create mode 100644 debian-silc-server/docs create mode 100644 debian-silc-server/examples create mode 100644 debian-silc-server/init.d create mode 100644 debian-silc-server/logrotate create mode 100644 debian-silc-server/po/POTFILES.in create mode 100644 debian-silc-server/po/cs.po create mode 100644 debian-silc-server/po/de.po create mode 100644 debian-silc-server/po/es.po create mode 100644 debian-silc-server/po/eu.po create mode 100644 debian-silc-server/po/fi.po create mode 100644 debian-silc-server/po/fr.po create mode 100644 debian-silc-server/po/gl.po create mode 100644 debian-silc-server/po/it.po create mode 100644 debian-silc-server/po/nl.po create mode 100644 debian-silc-server/po/pt.po create mode 100644 debian-silc-server/po/ru.po create mode 100644 debian-silc-server/po/sv.po create mode 100644 debian-silc-server/po/templates.pot create mode 100644 debian-silc-server/po/tr.po create mode 100644 debian-silc-server/po/vi.po create mode 100644 debian-silc-server/postinst create mode 100644 debian-silc-server/postrm create mode 100644 debian-silc-server/rules create mode 100644 debian-silc-server/silcd-admin.conf.default create mode 100644 debian-silc-server/silcd-primary-ip.conf.default create mode 100644 debian-silc-server/silcd.conf.default create mode 100644 debian-silc-server/templates create mode 100644 debian-silc-server/watch create mode 100644 debian-silc-toolkit/README.source create mode 100644 debian-silc-toolkit/changelog create mode 100644 debian-silc-toolkit/compat create mode 100644 debian-silc-toolkit/control create mode 100644 debian-silc-toolkit/copyright create mode 100644 debian-silc-toolkit/docs create mode 100644 debian-silc-toolkit/libsilc-1.1-2.install create mode 100644 debian-silc-toolkit/libsilc-1.1-2.symbols create mode 100644 debian-silc-toolkit/libsilc-1.1-2.symbols.common create mode 100644 debian-silc-toolkit/libsilc-1.1-2.symbols.hurd-i386 create mode 100644 debian-silc-toolkit/libsilc-1.1-2.symbols.kfreebsd create mode 100644 debian-silc-toolkit/libsilc-1.1-2.symbols.m68k create mode 100644 debian-silc-toolkit/libsilc-dev.install create mode 100644 debian-silc-toolkit/libsilcclient-1.1-3.install create mode 100644 debian-silc-toolkit/libsilcclient-1.1-3.symbols create mode 100644 debian-silc-toolkit/rules create mode 100644 debian-silc-toolkit/watch diff --git a/README b/README index 4ed2fba4..7c06e9c4 100644 --- a/README +++ b/README @@ -1,14 +1,38 @@ SILC - Secure Internet Live Conferencing ======================================== -SILC (Secure Internet Live Conferencing) is a protocol which provides -secure conferencing services on the Internet over insecure channel. -SILC is IRC-like software although internally they are very different. -The biggest similarity between SILC and IRC is that they both provide -conferencing services and that SILC has almost the same commands as IRC. -Other than that they are nothing alike. Major differences are that SILC -is secure what IRC is not in any way. The network model is also entirely -different compared to IRC. +SILC (Secure Internet Live Conferencing) is a modern and secure +conferencing protocol. + + +Features +======== + +SILC provides all the common conferencing services like private messages, +instant messages, channels and groups, and video and audio conferencing. +The main difference to other protocols is that SILC has been designed with +security as its main feature - it is not an add-on or optional plugin - +and security cannot be turned off. + +All SILC connections execute SILC Key Exchange protocol, an authenticated +Diffie-Hellman key exchange algorithm, to generate a shared secret session +key. All SILC packets exchanged between SILC clients and servers are +protected with these keys. + +All private messages (instant messages) are protected with private message +keys established using the SILC Key Exchange protocol over the SILC network. +Private messages can be read only by the sender and the recipient of the +message. SILC servers along the way cannot decrypt the messages. +Optionally, private message key may also be a shared secret, such as +passphrase, or the SILC Key Exchange may be performed peer-to-peer between +clients. If all these methods fail the session keys are used as the last +resort fallback to encrypt private messages. + +All channel and group messages are protected with channel specific keys +generated by the SILC routers and only the members of the channel may read +the messages. Optionally, channel members may set up a shared secret, +such as passphrase, as the channel key to exclude SILC routers from knowing +the key. Running SILC @@ -29,81 +53,11 @@ server give the command: This will launch the server on to the background. -Features -======== - -Features to be included into the final release of SILC. [Note that the -current Developer's Version does not include all of these features, read -TODO file for more information.] - - o Normal conferencing services such as private messages, channels, - channel messages, etc. All traffic is secured and authenticated. - - o No unique nicknames. There can same nicknames in SILC without - collisions. SILC has unique Client ID's, Server ID's and Channel ID's - to assure that there are no collisions. - - o Secure key exchange and authentication protocol. SILC Key Exchange - protocol provides key material used in the SILC sessions in secure - manner. The protocol is immune for example to man-in-the-middle - attacks. The SILC Authentication protocol provides strong - authentication. Authentication may be based on passphrase or public - key (RSA) authentication. For clients there is an option not to - use authentication when connecting to servers. - - o All traffic is encrypted and authenticated using the best cryptographic - algorithms out there. Command messages, private messages and channel - messages are all protected by encryption. User can set private keys - for both private message and for channels so that even SILC servers do - not know the keys. Cipher keys are, by default, 128 bits in length and - public keys, by default, 1024 bits in length. - - o Supports data compression with GZIP to improve performance. - - o Supports SOCKS4 and SOCKS5 firewall traversal protocols. - - o SIM (SILC Module) support. Support for loading of shared objects at - run-time that provides new and extended features to both SILC client - and server. These can provide extra ciphers and extra features to - the software. - - o SILC client can be installed and used without root privileges. - - o SILC client can be configured by system wide configuration files but - with user specific configuration files as well. - - History ======= -SILC was released in the summer 2000 to the public, but the idea and the -protocol itself is quite old. The SILC was designed by Pekka Riikonen in -the year 1996 and first lines of codes were written in the early 1997. The -SILC has been rewritten three times since its very first version in 1997. -The first version included SILC client, very preliminary SILC server, RSA -implementation and 3DES implementation. The server actually was not usable -but the client looked pretty much the same as the first client released in -the summer 2000. The first version had also random number generator which -were based on the SSH's random number generator. The current RNG is based -on the first RNG but has been rewritten twice since the first version. - -The development of SILC was suspended in 1997 when Pekka got busy at -school and in work. The pause laster several months. The development -resumed in 1998 when Juha Räsänen and Pekka implemented the ElGamal -algorithm. However, for the same reasons as previously the development -stopped again, and was resumed again later in 1998 by doing rewrite of -ther SILC in C++. This was obviously a mistake but at that time it seemed -like a good idea. Again, in the winter 1999 the development suspended when -Pekka got busy writing his thesis and was forced to stop the development. - -Later, in 1999, it was decided that this time SILC will be rewritten from -scratch in the right way. C++ was obviously a bad choice so plain C -language was selected again. The protocol itself faced some rework by -redesigning some core parts of the protocol. The protocol was also fully -documented and the protocol specifications were submitted to the IETF. The -result of this development effort is the release now in public. Since the -release in the summer 2000 several other people have contributed to the -project as well. And, the development continues. +SILC was developed between 1996 and 1999 and released to public in 2000. +SILC was originally developed by Pekka Riikonen. Contact diff --git a/configure.ad b/configure.ad index 0297ba45..856aaf4b 100644 --- a/configure.ad +++ b/configure.ad @@ -33,7 +33,7 @@ AC_PATH_PROG(sedpath, sed) # Put here any platform specific stuff # case "$target" in - *-*-linux*) + *-*-linux*|*-k*bsd*-gnu) check_threads=true CFLAGS=`echo $CFLAGS -D_GNU_SOURCE` ;; diff --git a/debian-silc-client/README.source b/debian-silc-client/README.source new file mode 100644 index 00000000..43d285e0 --- /dev/null +++ b/debian-silc-client/README.source @@ -0,0 +1,6 @@ +README.source for the silc-client package +========================================= + +silc-client is managed in a Git repository using git-buildpackage (with +pristine-tar). It follows most of the advice provided by Russ Allbery at: +http://www.eyrie.org/~eagle/notes/debian/git.html diff --git a/debian-silc-client/changelog b/debian-silc-client/changelog new file mode 100644 index 00000000..cc0858b9 --- /dev/null +++ b/debian-silc-client/changelog @@ -0,0 +1,437 @@ +silc-client (1.1.7-1) UNRELEASED; urgency=low + + [ Jérémy Bobbio ] + * New upstream release: + - Fix crash on expired keyboard prompts. (Closes: #482145) + * Bump Standards-Version to 3.8.0, no changes required. + * Update Vcs-* field and document Git usage in README.source. + * Update watch file. + * Build-Depends on libsilc-dev instead of libsilc-1.1-2-dev, as provided by + silc-toolkit 1.1.9-1. + + [ Daniel Kahn Gillmor ] + * cleaned up debian/control: thanks, Lintian! + + [ Micah Anderson ] + * Changed installation of upstream CHANGES to ChangeLog + * Added debugging symbols packages: silc-dbg, irssi-plugin-silc-dbg + + -- Jérémy Bobbio Thu, 25 Jun 2009 18:08:15 +0200 + +silc-client (1.1.4-1) unstable; urgency=low + + * New upstream release: + - SECURITY: fixes possible buffer overflow in PKCS#1 message decoding. + * Setting urgency to high for the security update. + + -- Jérémy Bobbio Tue, 25 Mar 2008 15:06:16 +0100 + +silc-client (1.1.3-2) unstable; urgency=low + + [ Jérémy Bobbio ] + * Add a watch file. + * Cherry-pick bugfixes from silc-toolkit 1.1.6 to update the embedded copy + used by the irssi plugin. + * Bump Standards-Version (no changes required). + + -- Jérémy Bobbio Sun, 09 Mar 2008 00:23:19 +0000 + +silc-client (1.1.3-1) unstable; urgency=low + + * New upstream release + * Move Homepage field from description to control section + * Add missing empty directory lib/silcutils/symbian due to upstream + autotools breakage + * Add myself to Uploaders + + -- Micah Anderson Sat, 24 Nov 2007 14:49:16 -0500 + +silc-client (1.1.2-3) unstable; urgency=low + + * Fix typo in README.Debian for irssi-plugin-silc. + * Improve the package description, thanks to Anarcat. + * Fix issues in debian/copyright mentioned by ftpmaster. + + -- Jérémy Bobbio Tue, 25 Sep 2007 22:23:11 +0200 + +silc-client (1.1.2-2) unstable; urgency=low + + * Fix some IA64 related functions in lib/silcutil/silcatomic.h, allowing + irssi-plugin-silc to build on ia64. + + -- Jérémy Bobbio Wed, 11 Jul 2007 14:06:27 +0200 + +silc-client (1.1.2-1) unstable; urgency=low + + * New upstream release, including security fixes for irssi-plugin-silc. + + -- Jérémy Bobbio Sat, 07 Jul 2007 01:29:12 +0200 + +silc-client (1.1.1-1) unstable; urgency=low + + * New upstream release. + * Clean up the configure target for irssi-plugin-silc according to the new + upstream options. + * Update irssi-plugin-silc.install to fit new file locations. + * Remove the "Zero timeouts" optimisation from + apps/irssi/src/silc/core/silc-core.c: this fails when the client is built + with thread (which is the case with the irssi plugin). + + -- Jérémy Bobbio Fri, 29 Jun 2007 18:49:55 +0200 + +silc-client (1.1-2) unstable; urgency=low + + * Depends on libsilc-1.1-2-dev to get security fixes into silc package. + * Backport fixes (for irssi-plugin-silc) to silc_create_key_pair(), + silc_mime_decode() (exploitable buffer overflow) and + silc_sftp_client_io (exploitable buffer overflow) from silc-toolkit 1.1.1. + * Fix lintian warning "debian-rules-ignores-make-clean-error" in + debian/rules. + + -- Jérémy Bobbio Wed, 27 Jun 2007 15:28:31 +0200 + +silc-client (1.1-1) unstable; urgency=low + + * New upstream release + * Rename silc-client binary package to silc (to be consistent with + silc-server). + * Adapt debian/irssi-plugin-silc.install to new upstream paths. + * Improve debian/copyright. + + -- Jérémy Bobbio Sat, 16 Jun 2007 19:40:18 +0100 + +silc-client (1.1~beta6-1) unstable; urgency=low + + * New upstream release. + * Now maintained inside the Debian SILC team. + * Add myself as uploader. + * Use libglib2.0-dev instead of libglib1.2-dev. + * Use libsilc-1.1-1-dev instead of the libsilc source shipped in upstream + tarball. + * Major packaging overhaul, with lots of cleanup in debian/rules. + * Remove an uneeded shebang in apps/irssi/scripts/silc.pl. + * Fix latin1 character in manpage. + * Build irssi-plugin-silc. It's currently done far less than ideal: it uses + the embeded copy of libsilc and the embedded copy of irssi instead of + libsilc-dev and irssi-dev. We'll have to work with upstream to fit more + nicely into Debian... + + -- Jérémy Bobbio Thu, 31 May 2007 03:36:02 +0200 + +silc-client (1.0.4.1-1) unstable; urgency=low + + * New upstream release. + * still same old packaging. + * clean target does a bit more, hoping for a sparer diff.gz + * using upstream's man pages now. + + -- Daniel Kahn Gillmor Sun, 8 Apr 2007 15:27:40 -0400 + +silc-client (1.0.3-1) unstable; urgency=low + + * New upstream release + * built against a debian etch system + * bumped debhelper to version 5 + * added back dh_strip to produce stripped binaries and libraries. + * removed obsolete local variables from bottom of changelog + + -- Daniel Kahn Gillmor Mon, 5 Jun 2006 15:17:39 -0400 + +silc-client (1.0.1-1) unstable; urgency=low + + * When resuming a session fails, notify the user that the session + file needs to be removed eventually + * Typofix in Irssi::Silc module + * Changed the way NOTICE flagged messages are treated. Added support + for notices in queries and signing notices + * Fixed typo in /ACTION help + * Fixed typo in perl module + * Changed the way ACTION flagged messages are treated. Added support + for actions in queries and signing actions + * Incorrectly reported error when client had to be resolved from server + in /SMSG + * Changed filenames of silc/fe module not to collide with filenames + from core/fe. Also seperated public messages printing from + query messages printing + * Add /SILCNET [ADD|REMOVE|LIST] command to manage different SILC + networks + * /SMSG and /MMSG now correctly create new queries + * Add basic support for SILC protocol specific variables in perl + * Don't use silc_get_input, it's obviously not reliable. Fixes + issue when the current key expires + * Make the session data filename configurable. This makes it possible to + have different session files for different SILC networks + * Fixed the WHOIS, IDENTIFY and WHOWAS error handling in SILC + Client for NO_SUCH_NICK. It was against the protocol specs + * Initialize the variable idletag, since it is tested in + silc_core_deinit for its default value + + -- Tamas SZERB Thu, 15 Jan 2004 22:04:35 +0100 + +silc-client (1.0-1) unstable; urgency=low + + * Help file updates. Affected files in irssi/src/docs/help/in/. + * Happy new 1.0 client! :) VWOL + + -- Tamas SZERB Tue, 6 Jan 2004 14:54:10 +0100 + +silc-client (0.9.16-1) unstable; urgency=low + + * Fixed the file transfer (see /HELP FILE) session accepting and closing. + * Implemented optimized RSA algorithm for faster private key operations. + Private key operations are now at least 30% faster. Note however that, + this optimization works only with newly generated key pairs. + Unfortunately, it is not possible to transfer the old private key to + the new optimized format. There is no compatibility issues with old or + new private keys (new private keys work with older SILC Clients as + well, but they are slower to use). + * Implemented support for searching users in the network by their public + keys using WHOIS command. Note that, this feature will work only with + upcoming SILC Server. Current SILC Server 0.9.15 or older does not + support this feature. + See the /HELP WHOIS for revised help information on searching by + public key. + * Fixed nickname formatting to not mess the /NAMES command output. + * Fixed MIME header parsing to not show extra characters in the MIME type + name. + * Added /LISTKEYS help file (see /HELP LISTKEYS). + * Removed RC6 algorithm from distribution. + * Several other bugfixes were made. + + -- Tamas SZERB Fri, 21 Nov 2003 01:29:21 +0100 + +silc-client (0.9.15-1) unstable; urgency=low + + * Added LISTKEYS command which can be used to list server and client + public keys from the ~./silc directory. See /HELP LISTKEYS. + * Improved the MMSG command. See /HELP MMSG + * Be careful, if you want to use this command, the suggested + packages must be installed and loaded the corresponding script: + /script load /usr/share/silc-client/silc/scripts/silc-mime.pl + * Several other bugfixes were made + + -- Tamas SZERB Tue, 4 Nov 2003 16:52:58 +0100 + +silc-client (0.9.14-1) unstable; urgency=low + + * multimedia message introduced + /script load /usr/share/silc-client/silc/scripts/silc-mime.pl + /MMSG -channel foobar /path/to/file.gif + to send a GIF image + * crashbugs, other bugs fixed. + + -- Tamas SZERB Tue, 28 Oct 2003 17:01:33 +0100 + +silc-client (0.9.13-1) unstable; urgency=low + + * new upstream release (VULN, bugfix) + + -- Tamas SZERB Thu, 16 Oct 2003 15:52:00 +0200 + +silc-client (0.9.12.1-1) unstable; urgency=low + + * new upstream release (bugfix version) + + -- Tamas SZERB Tue, 18 Mar 2003 23:34:59 +0100 + +silc-client (0.9.12-1) unstable; urgency=low + + * new upstream release (bugfix version) such as + buffer overflows, founder key change fix, + and lot of rewrited stuffs. + + -- Tamas SZERB Mon, 17 Mar 2003 19:54:31 +0100 + +silc-client (0.9.11-1) unstable; urgency=low + + * new upstream release (bugfix version) such as + * buffer overflows and others + * this version needs to regenerate the keypair if you skipped + 0.9.10 + + -- Tamas SZERB Wed, 8 Jan 2003 23:32:49 +0100 + +silc-client (0.9.10.1-1) unstable; urgency=low + + * new upstream release (bugfix version) + * backup router bug fix + * enc/dec length check + * seckey padding fix + + -- Tamas SZERB Mon, 16 Dec 2002 12:39:28 +0100 + +silc-client (0.9.10-1) unstable; urgency=low + + * new upstream release + * perl support + * several bugfixes (privkey handle, chan privkey hash md5->sha1 change) + * CMODE/CUMODE enhancement + * INVITE/BAN by pubkey + * SMSG: digitally signed message + * disables the shared library compilation by default again + * SIMs are compiled + + -- Tamas SZERB Fri, 6 Dec 2002 16:42:51 +0100 + +silc-client (0.9.9.1-1) unstable; urgency=low + + * protocol SILC 1.2 + * new upstream release + + -- Tamas SZERB Fri, 29 Nov 2002 15:33:59 +0100 + +silc-client (0.9.8-1) unstable; urgency=low + + * --disable-shared so no SIMs + * passphrase key protection (with silc -P) + * UTF8 displaying improvement + * manpage silc(1) + + -- Tamas SZERB Wed, 6 Nov 2002 18:35:03 +0100 + +silc-client (0.9.7-2) unstable; urgency=low + + * libc6 dependency error (2.3 required but the dh_shlibdeps + calcluated older, so in control file the static written libc6 + dependency is only a workaround) + + -- Tamas SZERB Mon, 21 Oct 2002 22:41:27 +0200 + +silc-client (0.9.7-1) unstable; urgency=low + + * new upstream release + * mainly the /attr fix in upstream + + -- Tamas SZERB Mon, 21 Oct 2002 20:53:53 +0200 + +silc-client (0.9.6-1) unstable; urgency=low + + * new upstream release + * /whois -details support + * /attr support + + -- Tamas SZERB Thu, 17 Oct 2002 22:46:48 +0200 + +silc-client (0.9.5.1-2) unstable; urgency=low + + * with --enable-ipv6 configure option + + -- Tamas SZERB Fri, 13 Sep 2002 17:45:18 +0200 + +silc-client (0.9.5.1-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Sun, 8 Sep 2002 13:58:09 +0200 + +silc-client (0.9.4-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Mon, 24 Jun 2002 14:58:06 +0200 + +silc-client (0.9.3-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Sun, 23 Jun 2002 12:33:05 +0200 + +silc-client (0.9.2-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Fri, 21 Jun 2002 10:17:58 +0200 + +silc-client (0.9.1-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Sat, 18 May 2002 23:21:37 +0200 + +silc-client (0.8.6-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Wed, 17 Apr 2002 00:07:17 +0200 + +silc-client (0.8.5-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Sat, 30 Mar 2002 20:16:16 +0100 + +silc-client (0.8.4-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Fri, 29 Mar 2002 15:00:31 +0100 + +silc-client (0.8.3-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Mon, 25 Mar 2002 19:09:51 +0100 + +silc-client (0.8.2-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Thu, 21 Mar 2002 22:11:56 +0100 + +silc-client (0.8.1-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Tue, 12 Mar 2002 18:23:46 +0100 + +silc-client (0.8-2) unstable; urgency=low + + * fixed libncurses4 -> 5 dependency bug + + -- Tamas SZERB Tue, 5 Mar 2002 02:48:31 +0100 + +silc-client (0.8-1) unstable; urgency=low + + * new upstream release + * due several problems with the perl module, the package is + compiled without it. + + -- Tamas SZERB Tue, 26 Feb 2002 18:27:00 +0100 + +silc-client (0.7.6.2-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Wed, 6 Feb 2002 13:25:03 +0100 + +silc-client (0.7.5-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Fri, 1 Feb 2002 17:10:42 +0100 + +silc-client (0.7.3-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Fri, 25 Jan 2002 04:07:51 +0100 + +silc-client (0.7.2-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Tue, 8 Jan 2002 23:29:11 +0100 + +silc-client (0.7-1) unstable; urgency=low + + * new upstream release + + -- Tamas SZERB Mon, 10 Dec 2001 07:04:23 -0800 + +silc-client (0.6.6-1) unstable; urgency=low + + * Initial Release. (Closes: #118202) + + -- Tamas SZERB Tue, 30 Oct 2001 00:03:17 +0100 + + diff --git a/debian-silc-client/compat b/debian-silc-client/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/debian-silc-client/compat @@ -0,0 +1 @@ +5 diff --git a/debian-silc-client/control b/debian-silc-client/control new file mode 100644 index 00000000..938bd3fc --- /dev/null +++ b/debian-silc-client/control @@ -0,0 +1,64 @@ +Source: silc-client +Section: net +Priority: optional +Maintainer: Debian SILC Team +Uploaders: Jérémy Bobbio , Micah Anderson +Standards-Version: 3.8.0 +Build-Depends: debhelper (>> 5), libglib2.0-dev, ncurses-dev, autotools-dev, libsilc-dev, libperl-dev +Homepage: http://www.silcnet.org/software/users/client/ +Vcs-Git: git://git.debian.org/pkg-silc/silc-client.git +Vcs-Browser: http://git.debian.org/?p=pkg-silc/silc-client.git + +Package: silc +Architecture: any +Depends: ${shlibs:Depends} +Description: terminal based SILC client + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package provides a terminal based client, much similar to irssi, a well + recognized IRC client. + +Package: silc-dbg +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, silc (= ${binary:Version}) +Description: debug symbols for the terminal based SILC client + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package provides the debug symbols for the terminal based + client, much similar to irssi, a well recognized IRC client. + +Package: irssi-plugin-silc +Architecture: any +Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} +Suggests: libmime-tools-perl, libfile-mmagic-perl, libio-stringy-perl, libfile-temp-perl +Description: SILC plugin for irssi + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package provides a plugin to connect to SILC networks using irssi. + +Package: irssi-plugin-silc-dbg +Architecture: any +Priority: extra +Depends: irssi, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, irssi-plugin-silc (= ${binary:Version}) +Suggests: libmime-tools-perl, libfile-mmagic-perl, libio-stringy-perl, libfile-temp-perl +Description: debug symbols for the SILC plugin for irssi + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package provides the debugging symbols for the irssi SILC plugin. diff --git a/debian-silc-client/copyright b/debian-silc-client/copyright new file mode 100644 index 00000000..6aef87bd --- /dev/null +++ b/debian-silc-client/copyright @@ -0,0 +1,474 @@ +This package was debianized by Tamas SZERB on +Tue, 30 Oct 2001 00:03:17 +0100. + +Daniel Kahn Gillmor converted it +for silc-client 1.0.3 + +The upstream tarball was downloaded from +http://silcnet.org/download/client/sources/ and +http://silcnet.org/priikone/pre/ for pre-release versions. + +Upstream Authors: + + Pekka Riikonen + +Copyright: + + Copyright (C) 1997-2007 Pekka Riikonen + and others, see CREDITS. + + silc-client is based on irssi: + + Original code: + + Timo Sirainen + + Irssi staff (current maintainers) : + + Valentin Batz (senneth, vb) + Wouter Coekaerts (coekie) + Jochen Eisinger (c0ffee) + Geert Hauwaerts + Emanuele Giaquinta (exg) + + Large feature patches by: + + David Leadbeater (dg, dgl) : isupport + vjt@users.sf.net : SSL support + Joel Eriksson : SSL certs + Heikki Orsila : DCC SEND queueing + Mark Trumbull : DCC SERVER + Francesco Fracassi : Passive DCC + + Other patches (grep for "patch" in ChangeLog) by: + + Toby Peterson + Soren Jacobsen + Kuang-che Wu + Joost Vunderink (Garion) + Wang WenRui + Jean-Yves Lefort (decadix) + Joel Eriksson + Maarten van der Zwaart + Noah Levitt + Krzysztof Kowalik (Borys) + Peder Stray + mls@suse.de + nix@suhs.nu + Marcin Kowalczyk (Qrczak) + Petr Baudis + Bjoern Krombholz (fuchs) + aldem-irssi@aldem.net, + BC-bd + Juerd + Han + pv2b + Tommi Komulainen (tommik) + mike@po.cs.msu.su + zinx@magenet.net + yathen@web.de + paul@raade.org + Leszek Matok + tygrys@moo.pl + manoj@io.com + cph@cph.demon.co.uk + ganesh@earth.li + Jakub Jankowski (shasta) + vanilla@freebsd.org + Tinuk + Mark Glines + Kjetil Ødegaard + Chris Moore + ComradeP + Jilles Tjoelker + Lauri Nurmi + Mikko Rauhala + loafier + Nicolas Collignon + Daniel Koning + +License: + + silc-client is distributed under the terms of the GNU General Public + License, version 2. + +On Debian systems, a copy of the GNU General Public License, version 2 is +available in /usr/share/common-licenses/GPL-2 as part of the base-files +package. + +Exceptions to the previous statements: + + * apps/irssi/src/core/args.c, + apps/irssi/src/core/modules-load.c, + apps/irssi/src/core/modules.c, + apps/irssi/src/core/servers-setup.c, + apps/irssi/src/fe-common/core/autorun.c, + apps/irssi/src/fe-common/core/fe-help.c, + apps/irssi/src/fe-common/core/fe-server.c, + apps/irssi/src/fe-common/core/keyboard.c, + apps/irssi/src/fe-text/gui-windows.c, + apps/irssi/src/fe-text/lastlog.c, + apps/irssi/src/fe-text/statusbar-items.c, + apps/irssi/src/fe-text/term-curses.c, + apps/irssi/src/fe-text/textbuffer-commands.c, + apps/irssi/src/fe-text/textbuffer-reformats.c, + apps/irssi/src/fe-text/textbuffer-view.c, + apps/irssi/src/fe-text/textbuffer.c, + apps/irssi/src/perl/perl-core.c, + apps/irssi/src/perl/perl-fe.c, + apps/irssi/src/perl/perl-signals.c, + apps/irssi/src/perl/perl-sources.c: + + Copyright (C) 1999-2001 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/channels-setup.c, + apps/irssi/src/core/channels.c, + apps/irssi/src/core/chatnets.c, + apps/irssi/src/core/commands.c, + apps/irssi/src/core/core.c, + apps/irssi/src/core/ignore.c, + apps/irssi/src/core/levels.c, + apps/irssi/src/core/line-split.c, + apps/irssi/src/core/log-away.c, + apps/irssi/src/core/log.c, + apps/irssi/src/core/masks.c, + apps/irssi/src/core/net-disconnect.c, + apps/irssi/src/core/network.c, + apps/irssi/src/core/nicklist.c, + apps/irssi/src/core/pidwait.c, + apps/irssi/src/core/queries.c, + apps/irssi/src/core/rawlog.c, + apps/irssi/src/core/recode.c, + apps/irssi/src/core/servers-reconnect.c, + apps/irssi/src/core/servers.c, + apps/irssi/src/fe-common/core/chat-completion.c, + apps/irssi/src/fe-common/core/fe-channels.c, + apps/irssi/src/fe-common/core/fe-common-core.c, + apps/irssi/src/fe-common/core/fe-core-commands.c, + apps/irssi/src/fe-common/core/fe-ignore.c, + apps/irssi/src/fe-common/core/fe-log.c, + apps/irssi/src/fe-common/core/fe-modules.c, + apps/irssi/src/fe-common/core/fe-queries.c, + apps/irssi/src/fe-common/core/fe-recode.c, + apps/irssi/src/fe-common/core/fe-windows.c, + apps/irssi/src/fe-common/core/formats.c, + apps/irssi/src/fe-common/core/hilight-text.c, + apps/irssi/src/fe-common/core/printtext.c, + apps/irssi/src/fe-common/core/themes.c, + apps/irssi/src/fe-common/core/translation.c, + apps/irssi/src/fe-common/core/window-activity.c, + apps/irssi/src/fe-text/mainwindows.c: + + Copyright (C) 1999-2000 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/chat-commands.c, + apps/irssi/src/core/chat-protocols.c, + apps/irssi/src/core/expandos.c, + apps/irssi/src/core/special-vars.c, + apps/irssi/src/fe-common/core/completion.c, + apps/irssi/src/fe-common/core/fe-expandos.c, + apps/irssi/src/fe-common/core/fe-ignore-messages.c, + apps/irssi/src/fe-common/core/fe-messages.c, + apps/irssi/src/fe-common/core/module-formats.c, + apps/irssi/src/fe-common/core/window-commands.c, + apps/irssi/src/fe-common/core/window-items.c, + apps/irssi/src/fe-common/silc/fe-silc-channels.c, + apps/irssi/src/fe-text/gui-expandos.c, + apps/irssi/src/fe-text/mainwindow-activity.c, + apps/irssi/src/fe-text/module-formats.c, + apps/irssi/src/perl/perl-common.c: + + Copyright (C) 2000 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/misc.c, + apps/irssi/src/core/settings.c, + apps/irssi/src/fe-common/core/command-history.c, + apps/irssi/src/fe-common/core/fe-settings.c, + apps/irssi/src/fe-text/gui-entry.c, + apps/irssi/src/fe-text/gui-printtext.c, + apps/irssi/src/fe-text/gui-readline.c, + apps/irssi/src/lib-config/get.c, + apps/irssi/src/lib-config/parse.c, + apps/irssi/src/lib-config/set.c, + apps/irssi/src/lib-config/write.c: + + Copyright (C) 1999 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/net-nonblock.c: + + Copyright (C) 1998-2000 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/network-openssl.c: + + Copyright (C) 2002 vjt + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/nickmatch-cache.c, + apps/irssi/src/core/session.c, + apps/irssi/src/core/write-buffer.c, + apps/irssi/src/fe-text/statusbar-config.c, + apps/irssi/src/fe-text/term-dummy.c, + apps/irssi/src/fe-text/term-terminfo.c, + apps/irssi/src/fe-text/term.c, + apps/irssi/src/perl/module-formats.c: + + Copyright (C) 2001 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/core/signals.c: + + Copyright (C) 1999-2002 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-common/core/fe-exec.c, + apps/irssi/src/fe-common/core/windows-layout.c: + + Copyright (C) 2000-2001 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-common/core/utf8.c: + + Copyright (C) 1991-2002 Free Software Foundation, Inc. + Copyright (C) 1999 Tom Tromey + Copyright (C) 2000 Red Hat, Inc. + Copyright (C) 2002 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-common/silc/fe-silc-messages.c: + + Copyright (C) 2002 Jochen Eisinger + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-common/silc/fe-silc-messages.c: + + Copyright (C) 2003 Jochen Eisinger + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-common/silc/fe-silcnet.c: + + Copyright (C) 2000 Timo Sirainen + Copyright (C) 2003 Jochen Eisinger + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-text/silc.c: + + Copyright (C) 1999-2000, 2007 Timo Sirainen + + Licensed under the GNU General Public License, version 2 or any later + version. + + * apps/irssi/src/fe-text/tparm.c: + + Public Domain. + + * apps/irssi/src/lib-popt/findme.c: + apps/irssi/src/lib-popt/findme.h, + apps/irssi/src/lib-popt/popt.c, + apps/irssi/src/lib-popt/popt.h, + apps/irssi/src/lib-popt/poptconfig.c, + apps/irssi/src/lib-popt/popthelp.c, + apps/irssi/src/lib-popt/poptint.h, + apps/irssi/src/lib-popt/poptparse.c: + + Copyright (c) 1998 Red Hat Software + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF + OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other + dealings in this Software without prior written authorization from the X + Consortium. + + * apps/irssi/src/silc/silc-chatnets.c: + + Copyright (C) 1999-2000 Timo Sirainen + Copyright (C) 2003 Jochen Eisinger + + Licensed under the GNU General Public License, version 2 or any later + version. + + * lib/contrib/getopti.c, + lib/contrib/getopti.h: + + Public Domain. + + * lib/contrib/nfkc.c, + lib/contrib/stringprep.c: + + Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson + + Licensed under the GNU Lesser General Public License, version 2.1 or any + later version. + + * lib/contrib/regexpr.c, + lib/contrib/regexpr.h: + + Copyright (C) 1991 Tatu Ylonen + + Permission to use, copy, modify, distribute, and sell this software and its + documentation is hereby granted without fee, provided that the above + copyright notice appears in all source code copies, the name of Tatu Ylonen + is not used to advertise products containing this software or a derivation + thereof, and all modified versions are clearly marked as such. + + * lib/silccrypt/aes.c: + + Copyright (C) 1998-2006 Brian Gladman + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + ALTERNATIVELY, provided that this notice is retained in full, this product + may be distributed under the terms of the GNU General Public License (GPL), + in which case the provisions of the GPL apply INSTEAD OF those given above. + + * lib/silccrypt/aes_x86.asm, + lib/silccrypt/aes_x86_64.asm: + + Copyright (C) 2002 Brian Gladman + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + ALTERNATIVELY, provided that this notice is retained in full, this product + may be distributed under the terms of the GNU General Public License (GPL), + in which case the provisions of the GPL apply INSTEAD OF those given above. + + * lib/silccrypt/blowfish.c: + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, dis-tribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of the authors shall not be + used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization from the authors. + + * lib/silccrypt/md5.c, + lib/silccrypt/md5_internal.h: + + Public Domain. + + * lib/silccrypt/rijndael_internal.h: + + Copyright (C) 1998-2006 Brian Gladman + + Licensed under the GNU General Public License. + + * lib/silccrypt/sha1.c, + lib/silccrypt/sha1_internal.h: + + Public Domain. + + * lib/silccrypt/sha256.c: + + Public Domain. + + * lib/silcrypt/twofish.c: + + Copyright (C) 1999 Brian Gladman + + Copyright in this implementation is held by Dr B R Gladman but I hereby + give permission for its free direct or derivative use subject to + acknowledgment of its origin and compliance with any conditions that the + originators of the algorithm place on its exploitation. + + * lib/silcmath/tma.c, + lib/silcmath/tma.h: + + Public Domain. + + * lib/silcutil/silcconfig.c, + lib/silcutil/silcconfig.h: + + Copyright (C) 2002-2006 Giovanni Giacobbi + + Licensed under the GNU General Public License, version 2. + + * lib/silcutil/silcsnprintf.c: + + Copyright (C) 1995 Patrick Powell + + This code is based on code written by Patrick Powell (papowell@astart.com) + It may be used for any purpose as long as this notice remains intact on all + source code distributions. diff --git a/debian-silc-client/docs b/debian-silc-client/docs new file mode 100644 index 00000000..558a8cac --- /dev/null +++ b/debian-silc-client/docs @@ -0,0 +1,3 @@ +README +TODO +CREDITS diff --git a/debian-silc-client/irssi-plugin-silc.README.Debian b/debian-silc-client/irssi-plugin-silc.README.Debian new file mode 100644 index 00000000..246c2a94 --- /dev/null +++ b/debian-silc-client/irssi-plugin-silc.README.Debian @@ -0,0 +1,40 @@ +irssi-plugin-silc for Debian +============================ + +The package currently use neither irssi-dev nor libsilc-dev. We are trying to +solve the issue with upstream. + + -- Debian SILC Team + +Short usage notice +------------------ + +(taken from http://penguin-breeder.org/silc/) + +You can load the plugin in Irssi using: + + /LOAD silc + +You cannot pass options to the SILC Plugin, but you configure it at run-time +with the /SILC command, see + + /HELP silc/silc + +To get help about SILC commands, you can use (replace "command" with the +actual command you want help with) + + /HELP silc/command + +You should also load the silc script: + + /SCRIPT LOAD silc + +For a more detailed help on SILC commands or some FAQs, please refer to the +SILCNet homepage. Once you have successfully load the SILC plugin, you can +connect to the SILCNet like this + + /CONNECT -silcnet SILCNet silc.silcnet.org + +You might want to join the channel "silc" then... + + /JOIN -silcnet silc diff --git a/debian-silc-client/irssi-plugin-silc.install b/debian-silc-client/irssi-plugin-silc.install new file mode 100644 index 00000000..d350d2bf --- /dev/null +++ b/debian-silc-client/irssi-plugin-silc.install @@ -0,0 +1,5 @@ +usr/share/irssi/scripts +usr/share/irssi/themes +usr/share/irssi/help +usr/lib/perl5 +usr/lib/irssi/modules/*.so* diff --git a/debian-silc-client/irssi-plugin-silc.links b/debian-silc-client/irssi-plugin-silc.links new file mode 100644 index 00000000..9785799d --- /dev/null +++ b/debian-silc-client/irssi-plugin-silc.links @@ -0,0 +1 @@ +usr/lib/irssi/modules/libfe_common_silc.so usr/lib/irssi/modules/libfe_silc.so diff --git a/debian-silc-client/rules b/debian-silc-client/rules new file mode 100755 index 00000000..5e714a38 --- /dev/null +++ b/debian-silc-client/rules @@ -0,0 +1,141 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -g + +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + -test -e configure-irssi-plugin-stamp -o -e build-irssi-pluginstamp && \ + $(MAKE) distclean && \ + rm -f configure-irssi-plugin-stamp build-irssi-pluginstamp + rm -f config.guess config.sub + ln -sf /usr/share/misc/config.guess + ln -sf /usr/share/misc/config.sub + ./configure --prefix=/usr \ + --datadir=\$${prefix}/share \ + --sysconfdir=/etc/silc \ + --mandir=\$${prefix}/share/man \ + --docdir=\$${prefix}/share/doc/silc \ + --enable-debug \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --enable-ipv6 \ + --with-perl=no \ + CFLAGS="$(CFLAGS)" \ + LDFLAGS="-Wl,-z,defs" + touch configure-stamp + +configure-irssi-plugin: configure-irssi-plugin-stamp +configure-irssi-plugin-stamp: + dh_testdir + -test -e configure-stamp -o -e build-stamp && \ + $(MAKE) distclean && \ + rm -f configure-stamp build-stamp + rm -f config.guess config.sub + ln -sf /usr/share/misc/config.guess + ln -sf /usr/share/misc/config.sub + ./configure --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --docdir=\$${prefix}/share/doc/silc \ + --enable-debug \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --enable-ipv6 \ + --without-silc-includes \ + --enable-perl \ + --with-perl-lib=vendor \ + --with-silc-plugin \ + --with-pic \ + --without-pthreads \ + CFLAGS="$(CFLAGS)" + touch configure-irssi-plugin-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + # This is a crude hack until upstream fixes their autotools or includes this directory in their release + mkdir -p $(CURDIR)/lib/silcutil/symbian + $(MAKE) + touch build-stamp + +build-irssi-plugin: build-irssi-plugin-stamp +build-irssi-plugin-stamp: configure-irssi-plugin-stamp + dh_testdir + $(MAKE) + touch build-irssi-plugin-stamp + +clean: + dh_testdir + dh_testroot + rm -f config.guess config.sub + rm -f build-stamp configure-stamp + rm -f build-irssi-plugin-stamp configure-irssi-plugin-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs -psilc + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + dh_install -psilc --autodest --sourcedir=debian/tmp + dh_installdocs -psilc + dh_installexamples -psilc + dh_installman -psilc + +install-silc-dbg: + dh_testdir + dh_testroot + dh_installdocs -psilc-dbg + +install-irssi-plugin: build-irssi-plugin + dh_testdir + dh_testroot + dh_installdirs -pirssi-plugin-silc + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + dh_install -pirssi-plugin-silc --autodest --sourcedir=debian/tmp + dh_link -pirssi-plugin-silc + dh_installdocs -pirssi-plugin-silc + +install-irssi-plugin-dbg: + dh_testdir + dh_testroot + dh_installdocs -pirssi-plugin-silc-dbg + +# Build architecture-independent files here. +binary-indep: build install + # We have nothing to do. + +# Build architecture-dependent files here. +binary-arch: build install build-irssi-plugin install-irssi-plugin install-silc-dbg install-irssi-plugin-dbg + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_link + dh_strip -psilc --dbg-package=silc-dbg + dh_strip -pirssi-plugin-silc --dbg-package=irssi-plugin-silc-dbg + dh_compress + dh_fixperms + dh_installdeb + dh_perl $(CURDIR)/debian/irssi-plugin-silc/usr/share/irssi/scripts + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure \ + build-irssi-plugin install-irssi-plugin configure-irssi-plugin diff --git a/debian-silc-client/silc.README.Debian b/debian-silc-client/silc.README.Debian new file mode 100644 index 00000000..99d9a30c --- /dev/null +++ b/debian-silc-client/silc.README.Debian @@ -0,0 +1,7 @@ +silc-client for Debian +---------------------- + +At 1st, try to use +/server silc.silcnet.org + + -- Tamas SZERB , Tue, 30 Oct 2001 00:03:17 +0100 diff --git a/debian-silc-client/silc.docs b/debian-silc-client/silc.docs new file mode 100644 index 00000000..36750b69 --- /dev/null +++ b/debian-silc-client/silc.docs @@ -0,0 +1,5 @@ +doc/FAQ +apps/irssi/docs/formats.txt +apps/irssi/docs/manual.txt +apps/irssi/docs/startup-HOWTO.html +apps/irssi/docs/special_vars.txt diff --git a/debian-silc-client/silc.examples b/debian-silc-client/silc.examples new file mode 100644 index 00000000..5e21e83b --- /dev/null +++ b/debian-silc-client/silc.examples @@ -0,0 +1 @@ +apps/irssi/silc.conf diff --git a/debian-silc-client/silc.install b/debian-silc-client/silc.install new file mode 100644 index 00000000..d58e411d --- /dev/null +++ b/debian-silc-client/silc.install @@ -0,0 +1,4 @@ +etc/silc/silc.conf +usr/bin/silc +usr/share/silc/themes +usr/share/silc/help diff --git a/debian-silc-client/silc.manpages b/debian-silc-client/silc.manpages new file mode 100644 index 00000000..cb0ddaef --- /dev/null +++ b/debian-silc-client/silc.manpages @@ -0,0 +1 @@ +doc/silc.1 diff --git a/debian-silc-client/watch b/debian-silc-client/watch new file mode 100644 index 00000000..704869d9 --- /dev/null +++ b/debian-silc-client/watch @@ -0,0 +1,3 @@ +version=3 +http://silcnet.org/download/client/sources/silc-client-([\d\.]+)\.tar\.gz \ + debian git-import-orig diff --git a/debian-silc-server/README.source b/debian-silc-server/README.source new file mode 100644 index 00000000..7c831784 --- /dev/null +++ b/debian-silc-server/README.source @@ -0,0 +1,6 @@ +README.source for the silc-server package +========================================= + +silc-server is managed in a Git repository using git-buildpackage (with +pristine-tar). It follows most of the advice provided by Russ Allbery at: +http://www.eyrie.org/~eagle/notes/debian/git.html diff --git a/debian-silc-server/changelog b/debian-silc-server/changelog new file mode 100644 index 00000000..8b863d48 --- /dev/null +++ b/debian-silc-server/changelog @@ -0,0 +1,124 @@ +silc-server (1.1.18-1) unstable; urgency=low + + * New upstream release. + + -- Jérémy Bobbio Sat, 03 Oct 2009 22:05:13 +0200 + +silc-server (1.1.17-1) unstable; urgency=low + + * New upstream release. + * Update copyright notice in debian/copyright. + * Bump Standards-Version to 3.8.3, no changes required. + + -- Jérémy Bobbio Mon, 31 Aug 2009 14:24:57 +0200 + +silc-server (1.1.16-1) unstable; urgency=low + + [ Daniel Kahn Gillmor ] + * debian/control: cleaned up headers. Thanks, Lintian! + * postinst: changed /usr/sbin/silcd to silcd. Thanks, Lintian! + + [ Jérémy Bobbio ] + * New upstream release. + * Update Vcs-* field and document Git usage in README.source. + * Build-Depend on libsilc-dev instead of libsilc-1.1-2-dev. + * Provide a package with debug symbols. + * Use $tmpdir instead of $TMPDIR in postinst script to make lintian happy. + * Bump Standards-Version to 3.8.2, no changes required. + * Update watch file. + + -- Jérémy Bobbio Fri, 26 Jun 2009 15:35:08 +0200 + +silc-server (1.1.11-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix pending l10n issues. Debconf translations: + - Turkish. Closes: #491496 + - Basque. Closes: #503068 + - Italian. Closes: #491496 + + -- Christian Perrier Sun, 26 Oct 2008 08:51:12 +0100 + +silc-server (1.1.11-1) unstable; urgency=low + + * New upstream release. + * Add Swedish translation of debconf templates. (Closes: #487740) + Thanks Martin Bagge! + * Bump Standards-Version to 3.8.0, no changes required. + * Tighten dependency on libsilc-1.1-2 (>= 1.1.7-2) in order to get all + upstream fixes. + + -- Jérémy Bobbio Fri, 11 Jul 2008 13:06:30 +0200 + +silc-server (1.1.6-1) unstable; urgency=low + + * New upstream release. + + -- Jérémy Bobbio Thu, 24 Apr 2008 19:47:05 +0200 + +silc-server (1.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Jérémy Bobbio Sun, 20 Apr 2008 21:42:47 +0200 + +silc-server (1.1.4-1) unstable; urgency=low + + * New upstream release. + + -- Jérémy Bobbio Wed, 16 Apr 2008 20:09:12 +0200 + +silc-server (1.1.3-1) unstable; urgency=low + + * New upstream release. + * Upstream changelog has been renamed from CHANGES to ChangeLog. + * Upgrade silcd.conf.default to last upstream example configuration. + + -- Jérémy Bobbio Mon, 14 Apr 2008 21:40:27 +0200 + +silc-server (1.1.2-1) UNRELEASED; urgency=low + + * New upstream release: + - This release in itself is irrelevant for Debian: silcd uses the + system-wide libsilc and therefore will get the security update for free. + + -- Jérémy Bobbio Tue, 25 Mar 2008 15:32:24 +0100 + +silc-server (1.1.1-1) unstable; urgency=low + + [ Jérémy Bobbio ] + * New upstream release fixing a remotely exploitable crash: + - Fixed NEW_CLIENT packet handling when it does not contain nickname. + * Add Spanish translation of debconf templates. (Closes: #459265) + Thanks Rudy Godoy Guillén! + * Add a watch file. + * Bump Standards-Version to 3.7.3 (no changes required). + + -- Jérémy Bobbio Fri, 14 Mar 2008 14:03:42 +0100 + +silc-server (1.1-1) unstable; urgency=low + + * New upstream release + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #447330 + * Moved homepage in debian/control to control field position + * Added missing lib/silcutil/win32 and lib/silcutil/symbian directories + which were making autotools choke + [Debconf translation updates] + * German. Closes: #447904 + * Galician. Closes: #447925 + * Finnish. Closes: #448298 + * Dutch; Flemish. Closes: #448927 + * French. Closes: #449177 + * Russian. Closes: #449562 + * Czech. Closes: #450650 + * Portuguese. Closes: #445352 + + -- Micah Anderson Sat, 24 Nov 2007 14:01:06 -0500 + +silc-server (1.1~beta1-1) unstable; urgency=low + + * Initial release. + + -- Jérémy Bobbio Mon, 02 Jul 2007 02:14:29 +0200 + diff --git a/debian-silc-server/compat b/debian-silc-server/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/debian-silc-server/compat @@ -0,0 +1 @@ +5 diff --git a/debian-silc-server/config b/debian-silc-server/config new file mode 100644 index 00000000..d9b3be14 --- /dev/null +++ b/debian-silc-server/config @@ -0,0 +1,69 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +CONFIGFILE="/etc/silcd/silcd.conf" +ADMINCONFIGFILE="/etc/silcd/silcd-admin.conf" + +read_config() { + FILE="$1" + PARAMETER="$2" + sed -n -e "s/^[^#]*$PARAMETER *= *\"\(\(\\\.\|[^\"]\)*\)\".*$/\1/p" \ + "$CONFIGFILE" | sed -e 's/\\//g' +} + +if [ -e "$CONFIGFILE" ]; then + PUBLIC_KEY="$(read_config "$CONFIGFILE" PublicKey)" + PRIVATE_KEY="$(read_config "$CONFIGFILE" PrivateKey)" + + SERVER_NAME="$(read_config "$CONFIGFILE" ServerType)" + if [ -n "$SERVER_NAME" ]; then + db_set silcd/server-name "$SERVER_NAME" + fi + HOST_NAME="$(read_config "$CONFIGFILE" hostname)" + if [ -n "$HOST_NAME" ]; then + db_set silcd/host-name "$HOST_NAME" + fi + REAL_NAME="$(read_config "$CONFIGFILE" Admin)" + if [ -n "$REAL_NAME" ]; then + db_set silcd/real-name "$REAL_NAME" + fi + EMAIL="$(read_config "$CONFIGFILE" AdminEmail)" + if [ -n "$EMAIL" ]; then + db_set silcd/email "$EMAIL" + fi + COUNTRY="$(read_config "$CONFIGFILE" Location)" + if [ -n "$COUNTRY" ]; then + db_set silcd/country "$COUNTRY" + fi + ADMIN_NICK="$(read_config "$ADMINCONFIGFILE" Nick)" + if [ -n "$ADMIN_NICK" ]; then + db_set silcd/admin-nick "$ADMIN_NICK" + fi + ADMIN_PASSPHRASE="$(read_config "$ADMINCONFIGFILE" Passphrase)" + if [ -n "$ADMIN_PASSPHRASE" ]; then + db_set silcd/admin-passphrase "$ADMIN_PASSPHRASE" + fi +else + PUBLIC_KEY="/etc/silcd/silcd.pub" + PRIVATE_KEY="/etc/silcd/silcd.prv" + HOST_NAME="$(hostname -f)" +fi + +db_input high silcd/server-name || true +db_input high silcd/host-name || true +db_input medium silcd/real-name || true +db_input medium silcd/email || true +if [ "$DEBCONF_RECONFIGURE" = "1" ] || + ! [ -e "$PUBLIC_KEY" -a -e "$PRIVATE_KEY" ]; then + db_input medium silcd/organization || true +fi +db_input medium silcd/country || true +db_go || true + +db_input high silcd/admin-nick || true +db_input high silcd/admin-passphrase || true +db_go || true + diff --git a/debian-silc-server/control b/debian-silc-server/control new file mode 100644 index 00000000..1d4163b4 --- /dev/null +++ b/debian-silc-server/control @@ -0,0 +1,33 @@ +Source: silc-server +Section: net +Priority: extra +Maintainer: Debian SILC Team +Uploaders: Jérémy Bobbio , Micah Anderson +Build-Depends: debhelper (>= 5), autotools-dev, libsilc-dev, po-debconf +Standards-Version: 3.8.3 +Homepage: http://silcnet.org/software/users/server/ +Vcs-Git: git://git.debian.org/pkg-silc/silc-server.git +Vcs-Browser: http://git.debian.org/?p=pkg-silc/silc-server.git + +Package: silcd +Architecture: any +Depends: libsilc-1.1-2 (>= 1.1.7-2), ${shlibs:Depends}, ${misc:Depends}, ucf +Provides: silc-server +Description: server for the SILC protocol + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package provides a system daemon that can act as a SILC router or + server. + +Package: silcd-dbg +Section: debug +Architecture: any +Priority: extra +Depends: silcd (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for the SILC server + This package provides the debugging symbols for the system daemon + that can act as a SILC router or server. diff --git a/debian-silc-server/copyright b/debian-silc-server/copyright new file mode 100644 index 00000000..98f82876 --- /dev/null +++ b/debian-silc-server/copyright @@ -0,0 +1,166 @@ +This package was debianized by Jérémy Bobbio on +Thu, 14 Jun 2007 11:17:49 +0000. + +It was downloaded from http://silcnet.org/software/download/server/ +and http://silcnet.org/priikone/pre/ for pre-release versions. + +Upstream Author: + + Pekka Riikonen + +Copyright: + + Copyright (C) 1997-2009 Pekka Riikonen + +License: + + silc-server is distributed under the terms of the GNU General Public + License, version 2. + +The Debian packaging is (C) 2007, Jérémy Bobbio and +is licensed under the GPL, version 2. + +On Debian systems, a copy of the GNU General Public License, version 2 is +available in /usr/share/common-licenses/GPL-2 as part of the base-files +package. + +Exceptions to the previous statements: + + * lib/contrib/getopti.c, + lib/contrib/getopti.h: + + Public Domain. + + * lib/contrib/nfkc.c, + lib/contrib/stringprep.c: + + Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson + + Licensed under the GNU Lesser General Public License, version 2.1 or any + later version. + + * lib/contrib/regexpr.c, + lib/contrib/regexpr.h: + + Copyright (C) 1991 Tatu Ylonen + + Permission to use, copy, modify, distribute, and sell this software and its + documentation is hereby granted without fee, provided that the above + copyright notice appears in all source code copies, the name of Tatu Ylonen + is not used to advertise products containing this software or a derivation + thereof, and all modified versions are clearly marked as such. + + * lib/silccrypt/aes.c: + + Copyright (C) 1998-2006 Brian Gladman + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + ALTERNATIVELY, provided that this notice is retained in full, this product + may be distributed under the terms of the GNU General Public License (GPL), + in which case the provisions of the GPL apply INSTEAD OF those given above. + + * lib/silccrypt/aes_x86.asm, + lib/silccrypt/aes_x86_64.asm: + + Copyright (C) 2002 Brian Gladman + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + ALTERNATIVELY, provided that this notice is retained in full, this product + may be distributed under the terms of the GNU General Public License (GPL), + in which case the provisions of the GPL apply INSTEAD OF those given above. + + * lib/silccrypt/blowfish.c: + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, dis-tribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of the authors shall not be + used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization from the authors. + + * lib/silccrypt/md5.c, + lib/silccrypt/md5_internal.h: + + Public Domain. + + * lib/silccrypt/rijndael_internal.h: + + Copyright (C) 1998-2006 Brian Gladman + + Licensed under the GNU General Public License. + + * lib/silccrypt/sha1.c, + lib/silccrypt/sha1_internal.h: + + Public Domain. + + * lib/silccrypt/sha256.c: + + Public Domain. + + * lib/silcrypt/twofish.c: + + Copyright (C) 1999 Brian Gladman + + Copyright in this implementation is held by Dr B R Gladman but I hereby + give permission for its free direct or derivative use subject to + acknowledgment of its origin and compliance with any conditions that the + originators of the algorithm place on its exploitation. + + * lib/silcmath/tma.c, + lib/silcmath/tma.h: + + Public Domain. + + * lib/silcutil/silcconfig.c, + lib/silcutil/silcconfig.h: + + Copyright (C) 2002-2006 Giovanni Giacobbi + + Licensed under the GNU General Public License, version 2. + + * lib/silcutil/silcsnprintf.c: + + Copyright (C) 1995 Patrick Powell + + This code is based on code written by Patrick Powell (papowell@astart.com) + It may be used for any purpose as long as this notice remains intact on all + source code distributions diff --git a/debian-silc-server/dirs b/debian-silc-server/dirs new file mode 100644 index 00000000..236670a2 --- /dev/null +++ b/debian-silc-server/dirs @@ -0,0 +1 @@ +usr/sbin diff --git a/debian-silc-server/docs b/debian-silc-server/docs new file mode 100644 index 00000000..724e0844 --- /dev/null +++ b/debian-silc-server/docs @@ -0,0 +1,2 @@ +README +TODO diff --git a/debian-silc-server/examples b/debian-silc-server/examples new file mode 100644 index 00000000..5cdfdb97 --- /dev/null +++ b/debian-silc-server/examples @@ -0,0 +1,3 @@ +debian/silcd.conf.default +debian/silcd-admin.conf.default +debian/silcd-primary-ip.conf.default diff --git a/debian-silc-server/init.d b/debian-silc-server/init.d new file mode 100644 index 00000000..aefb94a5 --- /dev/null +++ b/debian-silc-server/init.d @@ -0,0 +1,122 @@ +#! /bin/sh +### BEGIN INIT INFO +# Provides: silcd +# Required-Start: $local_fs $remote_fs $network +# Required-Stop: $local_fs $remote_fs $network +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: SILC server +# Description: A server for the Secure Live Internet Conferencing (SILC) +# protocol. +### END INIT INFO + +# Author: Jérémy Bobbio + +# PATH should only include /usr/* if it runs after the mountnfs.sh script +PATH=/sbin:/usr/sbin:/bin:/usr/bin +DESC="SILC server" +NAME=silcd +DAEMON=/usr/sbin/$NAME +PIDFILE=/var/run/$NAME.pid +SCRIPTNAME=/etc/init.d/$NAME +CONFIGFILE=/etc/$NAME/$NAME.conf + +# Exit if the package is not installed +[ -x "$DAEMON" ] || exit 0 + +# Exit if configuration file is not readable +[ -r "$CONFIGFILE" ] || exit 0 + +read_config() { + PARAMETER="$1" + sed -n -e "s/^[^#]*$PARAMETER *= *\"\([^\"]*\)\".*$/\1/p" "$CONFIGFILE" +} + +PRIVATE_KEY="$(read_config PrivateKey)" + +# Exit if private key is not readable +[ -r "$PRIVATE_KEY" ] || exit 0 + +# Load the VERBOSE setting and other rcS variables +. /lib/init/vars.sh + +# Define LSB log_* functions. +# Depend on lsb-base (>= 3.0-6) to ensure that this file is present. +. /lib/lsb/init-functions + +do_start() +{ + start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \ + --test > /dev/null || return 1 + start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON \ + || return 2 +} + +do_stop() +{ + start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 \ + --pidfile $PIDFILE --name $NAME + RETVAL="$?" + [ "$RETVAL" = 2 ] && return 2 + start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 \ + --exec $DAEMON + [ "$?" = 2 ] && return 2 + rm -f $PIDFILE + return "$RETVAL" +} + +do_reload() { + start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE \ + --name $NAME + return 0 +} + +case "$1" in + start) + [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" + do_start + case "$?" in + 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; + 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; + esac + ;; + stop) + [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME" + do_stop + case "$?" in + 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; + 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; + esac + ;; + reload|force-reload) + log_daemon_msg "Reloading $DESC" "$NAME" + do_reload + log_end_msg $? + ;; + restart) + log_daemon_msg "Restarting $DESC" "$NAME" + do_stop + case "$?" in + 0|1) + do_start + case "$?" in + 0) log_end_msg 0 ;; + 1) log_end_msg 1 ;; # Old process is still running + *) log_end_msg 1 ;; # Failed to start + esac + ;; + *) + # Failed to stop + log_end_msg 1 + ;; + esac + ;; + *) + echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 + exit 3 + ;; +esac + +: + +#vim et sw=4 diff --git a/debian-silc-server/logrotate b/debian-silc-server/logrotate new file mode 100644 index 00000000..f06b9a00 --- /dev/null +++ b/debian-silc-server/logrotate @@ -0,0 +1,15 @@ +/var/log/silcd/*.log { + weekly + missingok + rotate 52 + compress + delaycompress + notifempty + create 640 root adm + sharedscripts + postrotate + if [ -f /var/run/silcd.pid ]; then + /usr/sbin/invoke-rc.d silcd reload > /dev/null + fi + endscript +} diff --git a/debian-silc-server/po/POTFILES.in b/debian-silc-server/po/POTFILES.in new file mode 100644 index 00000000..cef83a34 --- /dev/null +++ b/debian-silc-server/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates diff --git a/debian-silc-server/po/cs.po b/debian-silc-server/po/cs.po new file mode 100644 index 00000000..c2d2b916 --- /dev/null +++ b/debian-silc-server/po/cs.po @@ -0,0 +1,162 @@ +# Czech translation of silc-server debconf messages. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the silc-server package. +# Miroslav Kure , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-11-08 20:50+0100\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Jméno SILC serveru:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Zadejte prosím jméno SILC serveru (např. „Náš SILC server“)." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Počítač se SILC serverem:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Zadejte prosím jméno počítače nebo IP adresu SILC serveru (např. silc." +"priklad.cz)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Skutečné jméno správce SILC serveru:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Zadejte prosím skutečné jméno správce tohoto SILC serveru (např. „Franta " +"Vopička“)." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Toto pole může zůstat prázdné." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Emailová adresa správce SILC serveru:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Zadejte prosím emailovou adresu správce tohoto SILC serveru (např. " +"silc@priklad.cz)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Název organizace provozující SILC server:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Zadejte prosím název organizace, která provozuje SILC server (např. „NaÅ¡e " +"organizace“." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Umístění SILC serveru:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Zadejte prosím jméno státu, ve kterém je SILC server umístěn." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Přezdívka správce SILC serveru:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Zadejte prosím přezdívku správce SILC serveru." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Správce ji použije pro identifikaci na serveru." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Přístupová fráze SILC správce:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Zadejte prosím přístupovou frázi pro správce SILC serveru." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Správce bude potřebovat tuto frázi k autentizaci." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Mějte prosím na paměti, že tato fráze bude uložena v konfiguračním souboru v " +"neÅ¡ifrované podobě." diff --git a/debian-silc-server/po/de.po b/debian-silc-server/po/de.po new file mode 100644 index 00000000..96945b73 --- /dev/null +++ b/debian-silc-server/po/de.po @@ -0,0 +1,175 @@ +# debconf templates for silc-server. +# Copyright (C) 2007 Jérémy Bobbio +# This file is distributed under the same license as the silc-server package. +# +# Translation of silc-server debconf templates to German +# Copyright (C) Helge Kreutzmann , 2007. +# This file is distributed under the same license as the silc-server package. +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server 1.1~beta1-2\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-24 19:11+0200\n" +"Last-Translator: Helge Kreutzmann \n" +"Language-Team: de \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "SILC-Servername:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "" +"Bitte geben Sie den Namen des SILC-Servers ein (z.B. »Unser SILC-Server«)." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Rechnername des SILC-Servers:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Bitte geben Sie den Rechnernamen (oder die IP-Adresse) des SILC-Servers ein " +"(z.B. silc.example.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Bürgerlicher Name des Administrators des SILC-Servers:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Bitte geben Sie den bürgerlichen Namen des Betreibers des SILC-Servers ein " +"(z.B. »Emil Betreiber«)." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Dieses Feld kann leer gelassen werden." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "E-Mail-Adresse des Administrators des SILC-Servers:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Bitte geben Sie die E-Mail-Adresse des Betreibers des SILC-Servers ein (z.B. " +"silc@example.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Organisationsname des SILC-Servers:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Bitte geben Sie den Namen der Organisation ein, die den SILC-Server betreibt " +"(z.B. »Unsere Organisation«)." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Standort des SILC-Servers:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "" +"Bitte geben Sie den Namen des Landes ein, in dem sich der SILC-Server " +"befindet." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Spitzname des Administrators des SILC-Servers:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Bitte geben Sie den Spitznamen des Administrators des SILC-Servers an." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "" +"Der Administrator muss diesen dazu verwenden, um sich beim Server zu " +"authentifizieren." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Mantra des SILC-Administrators:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "" +"Bitte geben Sie das Mantra (die Passphrase) des Administrators des SILC-" +"Servers ein." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Der Administrator wird dieses Mantra zur Authentifizierung benötigen." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Bitte beachten Sie, dass das Mantra im Klartext in einer Konfigurationsdatei " +"gespeichert wird." + +#~ msgid "silcd hostname:" +#~ msgstr "Silcd-Rechnername:" diff --git a/debian-silc-server/po/es.po b/debian-silc-server/po/es.po new file mode 100644 index 00000000..8c77ceaf --- /dev/null +++ b/debian-silc-server/po/es.po @@ -0,0 +1,174 @@ +# silc-server translation to spanish +# Copyright (C) 2007 Software In the Public Interest +# This file is distributed under the same license as the silc-serer package. +# +# Changes: +# - Initial translation +# Rudy Godoy , 2007 +# +# +# Traductores, si no conoce el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/coordinacion +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server 1.1\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-12-30 14:16-0500\n" +"Last-Translator: Rudy Godoy Guillén \n" +"Language-Team: Debian l10n Spanish team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Nombre del servidor SILC:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Introduzca el nombre del servidor SILC (ejm. «Nuestro servidor SILC»)." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Nombre de la máquina utilizada como servidor SILC:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "Introduzca el nombre de la máquina (o la dirección IP) del servidor SILC (ejm. silc.ejemplo.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Nombre real del administrador del servidor SILC:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "Introduzca el nombre real del operador que administra el servidor SILC (ejm. «José Operador»)." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Este valor puede quedar vacío." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Dirección de correo electrónico del administrador del servidor SILC:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "Introduzca la dirección de correo electrónico del operador que administra el servidor SILC (ejm. silc@ejemplo.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Nombre de la organización del servidor SILC:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "Introduzca el nombre de la organización que hospeda el servidor SILC (ejm. «Nuestra organización»)." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Ubicación del servidor SILC:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Introduzca el nombre del país donde está ubicado el servidor SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Alias del administrador del servidor SILC:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Introduzca el alias del administrador del servidor SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "El administrador lo utilizará para identificarse en el servidor." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Contraseña del administrador SILC:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Introduzca la contraseña para el administrador del servidor SILC." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "El administrador deberá utilizarla para autenticarse." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "Tenga en cuenta de que ésta se almacenará en texto en claro en un fichero de configuración." diff --git a/debian-silc-server/po/eu.po b/debian-silc-server/po/eu.po new file mode 100644 index 00000000..0196882f --- /dev/null +++ b/debian-silc-server/po/eu.po @@ -0,0 +1,164 @@ +# translation of silc-server.po to Euskara +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2008-10-22 11:45+0200\n" +"Last-Translator: Piarres Beobide \n" +"Language-Team: Euskara \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "SILC zerbitzari izena:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "" +"Mesedez ezarri SILC zerbitzariaren izena (adib. \"Gure SILC zerbitzaria\")." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "SILC zerbitzariaren ostalari-izena:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Mesedez ezarri SILC zerbitzariaren ostalari-izena (edo IP helbidea). " +"Adibidez silc.adibidea.net." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "SILC zerbitzariaren kudeatzailearen benetako izena:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Mesedez ezarri SILC zerbitzaria exekutatzen duen operadorearen izena (adib. " +"\"A. Larzabal\")." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Eremu hau agian hutsik utzi dezakezu." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "SILC zerbitzari kudeatzailearen eposta helbidea:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Mesedez ezarri SILC zerbitzaria exekutatzen duen operadorearen eposta " +"helbidea (adib. \"silc@adibidea.net\")." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "SILC zerbitzariaren erakunde izena:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Mesedez ezarri SILC zerbitzaria erabiltzen duen erakunde izena (adib. \"Gure-" +"erakundea\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "SILC zerbitzariaren kokalekua:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Mesedez idatzi SILC zerbitzaria kokaturik dagoen herrialdearen izena." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "SILC zerbitzariaren kudeatzailearen erabiltzaile-izena" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Mesedez ezarri SILC zerbitzariaren kudeatzailean erabiltzaile-izena." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Kudeatzaileak zerbitzarian identifikatzeko erabiliko du." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "SILC kudeatzailearen pasahitza:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Mesedez ezarri SILC zerbitzari kudeatzailearen pasahitza." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Kudeatzaileak pasahitz hau beharko du autentifikatzeko." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Mesedez kontutan izan pasahitz hau konfigurazio fitxategian testu lauean " +"gordeko dela." diff --git a/debian-silc-server/po/fi.po b/debian-silc-server/po/fi.po new file mode 100644 index 00000000..2081ceb0 --- /dev/null +++ b/debian-silc-server/po/fi.po @@ -0,0 +1,153 @@ +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-28 00:08+0200\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "SILC-palvelimen nimi:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Anna SILC-palvelimen nimi (esim. ”Meidän SILC-palvelimemme”)." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "SILC-palvelimen verkkonimi:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Anna SILC-palvelimen verkkonimi tai IP-osoite (esim. silc.esimerkki.fi)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "SILC-palvelimen ylläpitäjän oikea nimi:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "Anna SILC-palvelimen ylläpitäjän oikea nimi (esim. ”Aapo Ylläpitäjä”)." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Tämä kenttä voidaan jättää tyhjäksi." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "SILC-palvelimen ylläpitäjän sähköpostiosoite:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Anna SILC-palvelimen ylläpitäjän sähköpostiosoite (esim. silc@esimerkki.fi)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "SILC-palvelimen organisaationimi:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Anna SILC-palvelinta pyörittävän organisaation nimi (esim. ”Meidän " +"Organisaatiomme”)." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "SILC-palvelimen sijainti:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Anna maan nimi, jossa SILC-palvelin sijaitsee." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "SILC-palvelimen ylläpitäjän lempinimi:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Anna SILC-palvelimen ylläpitäjän lempinimi." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Ylläpitäjä käyttää tätä tunnistautuakseen palvelimella." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "SILC-ylläpitäjän salalauseke:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Anna SILC-palvelimen ylläpitäjän salalauseke." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Ylläpitäjä tarvitsee tämän salalausekkeen tunnistautuessaan." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "Huomaa, että se tallennetaan selväkielisenä asetustiedostoon." diff --git a/debian-silc-server/po/fr.po b/debian-silc-server/po/fr.po new file mode 100644 index 00000000..0bf554f9 --- /dev/null +++ b/debian-silc-server/po/fr.po @@ -0,0 +1,167 @@ +# French translation of silc-server. +# Copyright (C) 2007 Geoffroy Youri Berret +# This file is distributed under the same license as the silc-server package. +# +# Geoffroy Your Berret , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-27 11:38-0700\n" +"Last-Translator: Geoffroy Youri Berret \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Nom du serveur SILC :" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "" +"Veuillez indiquer le nom du serveur SILC (par exemple « Notre serveur " +"SILC »)." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Nom d'hôte du serveur SILC :" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Veuillez indiquer le nom d'hôte (ou l'adresse IP) du serveur SILC (par " +"exemple « silc.example.org »)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Nom réel de l'administrateur du serveur SILC :" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Veuillez indiquer le nom réel de l'utilisateur qui exécute le serveur SILC " +"(par exemple « Utilisateur Quelconque »)." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Ce champ peut rester vide." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Adresse électronique de l'administrateur du serveur SILC :" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Veuillez indiquer l'adresse électronique de l'utilisateur qui exécute le " +"serveur SILC (par exemple silc@example.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Nom de l'organisation :" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Veuillez indiquer le nom de l'organisation qui exécute le serveur SILC (par " +"exemple « Notre petite entreprise »)." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Emplacement géographique du serveur SILC :" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Veuillez indiquer le nom du pays où se trouve le serveur SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Pseudonyme de l'administrateur du serveur SILC :" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Veuillez indiquer le pseudonyme de l'administrateur du serveur SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "" +"L'administrateur utilisera ce pseudonyme pour s'identifier sur le serveur." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Phrase secrète pour l'administrateur :" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "" +"Veuillez indiquer la phrase secrète de l'administrateur du serveur SILC." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "L'administrateur l'utilisera comme mot de passe pour s'authentifier." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Veuillez noter que cette phrase secrète ne sera pas chiffrée et sera " +"enregistrée telle quelle dans un fichier de configuration." diff --git a/debian-silc-server/po/gl.po b/debian-silc-server/po/gl.po new file mode 100644 index 00000000..31995f7e --- /dev/null +++ b/debian-silc-server/po/gl.po @@ -0,0 +1,160 @@ +# Galician translation of silc-server's debconf templates +# This file is distributed under the same license as the silc-server package. +# Jacobo Tarrio , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-24 21:41+0100\n" +"Last-Translator: Jacobo Tarrio \n" +"Language-Team: Galician \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Nome do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Introduza o nome do servidor SILC (p. ex. \"Noso servidor SILC\")." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Nome da máquina do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Introduza o nome (ou enderezo IP) da máquina que ha executar o servidor SILC " +"(p. ex. silc.example.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Nome real do administrador do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Introduza o nome real do operador do servidor SILC (p. ex. \"Xan Operador\")." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Pódese deixar este campo baleiro." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Enderezo de email do administrador do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Introduza o enderezo de email do operador do servidor SILC (p. ex. " +"silc@example.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Nome da organización do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Introduza o nome da organización ao que pertence o servidor SILC (p. ex. " +"\"Nosa Organización\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Ubicación do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Introduza o nome do país no que reside o servidor SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Alcume do administrador do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Introduza o alcume do administrador do servidor SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "O administrador hao empregar para identificarse no servidor." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Contrasinal do administrador de SILC:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Introduza o contrasinal do administrador do servidor SILC." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "" +"O administrador ha ter que empregar este contrasinal para se autenticar." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Teña en conta que se ha gravar en texto claro nun ficheiro de configuración." diff --git a/debian-silc-server/po/it.po b/debian-silc-server/po/it.po new file mode 100644 index 00000000..6186319e --- /dev/null +++ b/debian-silc-server/po/it.po @@ -0,0 +1,164 @@ +# ITALIAN TRANSLATION OF SILC-SERVER'S.PO-DEBCONF FILE +# Copyright (C) 2007 THE SILC-SERVER'S COPYRIGHT HOLDER +# This file is distributed under the same license as the silc-server package. +# +# Vincenzo Campanella , 2008. +msgid "" +msgstr "" +"Project-Id-Version: it\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2008-10-19 09:29+0200\n" +"Last-Translator: Vincenzo Campanella \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Nome del server SILC:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Inserire il nome del server SILC (per esempio \"Mio server SILC\")" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Nome host del server SILC:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Inserire il nome host (o l'indirizzo IP) del server SILC (per esempio \"silc." +"esempio.org\")." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Nome reale dell'amministratore del server SILC:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Inserire il nome reale dell'operatore che eseguirà il server SILC (per " +"esempio \"Marco Rossi\")." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Questo campo può essere lasciato vuoto." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Indirizzo e-mail dell'amministrazione del server SILC:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Inserire l'indirizzo e-mail dell'operatore che eseguirà il server SILC (per " +"esempio \"marco.rossi@esempio.org\")." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Nome dell'organizzazione del server SILC:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Inserire il nome dell'organizzazione che eseguirà il server SILC (per " +"esempio \"La mia organizzazione\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Posizione del server SILC:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Inserire il nome della nazione in cui il server SILC si trova." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Nome utente dell'amministratore del server SILC:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Inserire il nome utente dell'amministratore del server SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "L'amministratore lo userà per autenticarsi al server." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Passphrase dell'amministratore del server SILC:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Inserire la passphrase dell'amministratore del server SILC." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "" +"L'amministratore dovrà usare questa passphrase per autenticarsi al server." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Notare che la passphrase sarà memorizzata in testo non cifrato nel file di " +"configurazione." diff --git a/debian-silc-server/po/nl.po b/debian-silc-server/po/nl.po new file mode 100644 index 00000000..489e296a --- /dev/null +++ b/debian-silc-server/po/nl.po @@ -0,0 +1,160 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-25 14:19+0100\n" +"Last-Translator: Bart Cornelis \n" +"Language-Team: debian-l10n-dutch \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Naam voor de SILC-server:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Wat is de naam van de SILC-server (bv. 'Onze SILC server')." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Computernaam van de SILC-server:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Wat is de computernaam (of het IP-adres) van de SILC-server (bv. silc." +"example.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Officiële naam van de SILC-serverbeheerder:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Wat is de officiële naam van de gebruiker die de SILC-server beheerd? " + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Dit veld mag leeg gelaten worden." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "E-mailadres van de SILC-serverbeheerder:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "Wat is het e-mailadres van de gebruiker die de SILC-server beheerd?" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Organisatienaam voor de SILC-server:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "Wat is de naam van de organisatie die de SILC-server draait?" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Locatie van de SILC-server:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Wat is de naam van het land waar de SILC-server zich bevindt?" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Bijnaam van de SILC-serverbeheerder:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Wat is de bijnaam van de SILC-serverbeheerder?" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Deze wordt gebruikt om de beheerder op de server te identificeren." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Wachtzin van de SILC-serverbeheerder:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Wat is de wachtzin van de SILC-serverbeheerder:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "" +"De beheerder gebruikt deze wachtzin om zich te authentificeren (als een " +"wachtwoord maar langer)." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Opgelet! De wachtzin wordt als leesbare tekst opgeslagen in het " +"configuratiebestand." diff --git a/debian-silc-server/po/pt.po b/debian-silc-server/po/pt.po new file mode 100644 index 00000000..7b0ff901 --- /dev/null +++ b/debian-silc-server/po/pt.po @@ -0,0 +1,168 @@ +# translation of silc-server debconf to Portuguese +# Copyright (C) Américo Monteiro 2007 +# This file is distributed under the same license as the silc-server package. +# +# Américo Monteiro , 2007. +msgid "" +msgstr "" +"Project-Id-Version: ?\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-11-09 18:20+0000\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Nome do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "" +"Por favor indique o nome do servidor SILC (ex. \"Nosso servidor SILC\")." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Nome da máquina servidor SILC:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Por favor indique o nome da máquina (ou o endereço IP) do servidor SILC (ex. " +"silc.exemplo.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Nome real do administrador do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Por favor indique o nome real do operador que corre o servidor SILC (ex. " +"\"J. Algum Operador\")." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Este campo pode ser deixado em vazio." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Endereço de email do administrador do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Por favor indique o endereço de email do operador que corre o servidor SILC " +"(ex. silc@exemplo.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Nome de organização do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Por favor indique o nome da organização que corre o servidor SILC (ex. \"A " +"Nossa Organização\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Localização do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Por favor indique o nome do país onde o servidor SILC está localizado." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Nome alternativo do administrador do servidor SILC:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "" +"Por favor indique o nome alternativo (nickname) do administrador do servidor " +"SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "O administrador irá usá-lo para identificação no servidor." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Frase-passe do administrador SILC:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Por favor indique a frase-passe para o administrador do servidor SILC." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "" +"O administrador irá precisar de usar esta frase-passe para se poder " +"autenticar." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Por favor, note que irá ser guardada em texto simples num ficheiro de " +"configuração." diff --git a/debian-silc-server/po/ru.po b/debian-silc-server/po/ru.po new file mode 100644 index 00000000..37551f88 --- /dev/null +++ b/debian-silc-server/po/ru.po @@ -0,0 +1,164 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Yuri Kozlov , 2007. +msgid "" +msgstr "" +"Project-Id-Version: 1.1~beta1-1\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-28 08:53+0300\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Название сервера SILC:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Введите название сервера SILC (например, \"Наш сервер SILC\")." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Имя хоста сервера SILC:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Введите имя хоста (или IP-адрес) сервера SILC (например, silc.example.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Реальное имя администратора сервера SILC:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Введите реальное имя человека, отвечающего за сервер SILC (например, " +"\"Василий Иваныч\")." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Это поле можно оставить пустым." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "Адрес электронной почты администратора сервера SILC:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Введите адрес электронной почты человека, отвечающего за сервер SILC " +"(например, silc@example.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Название организации, запустившей сервер SILC:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Введите название организации, которая запустила сервер SILC (например, \"Моя " +"организация\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Месторасположение сервера SILC:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Введите название страны, где расположен сервер SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Псевдоним администратора сервера SILC:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Введите псевдоним администратора сервера SILC." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Администратор будет использовать его для идентификации на сервере." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Ключевая фраза администратора SILC:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Введите ключевую фразу для администратора сервера SILC." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Эта фраза будет использована для аутентификации администратора." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Заметим, что эта фраза будет хранится в файле настройки в незашифрованном " +"виде." diff --git a/debian-silc-server/po/sv.po b/debian-silc-server/po/sv.po new file mode 100644 index 00000000..a3f2a6af --- /dev/null +++ b/debian-silc-server/po/sv.po @@ -0,0 +1,160 @@ +# translation of silc-server_1.1.6-1_templates.po to swedish +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Martin Bagge , 2008. +msgid "" +msgstr "" +"Project-Id-Version: silc-server_1.1.6-1_templates\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2008-06-23 22:29+0200\n" +"Last-Translator: Martin Bagge \n" +"Language-Team: swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "Namn pÃ¥ SILC-server:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Ange namnet pÃ¥ din SILC-server (ex. \"Min SILC-server\")." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "Värdnamn för SILC-server:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Ange värdnamnet (eller IP-adressen) för SILC-servern (ex. silc.exempel.se)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "Fullständigt namn pÃ¥ administratören av SILC-servern:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Ange det fullständiga namnet pÃ¥ operatören som administrerar SILC-servern " +"(ex \"SILC Operatör\")." + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Detta fält kan lämnas tomt." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "E-post-adress till administratören för SILC-servern:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Ange e-post-adressen för operatören som ansvarar för SILC-serven (ex. " +"silc@exempel.se)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "Organisation bakom SILC-servern:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Ange namnet pÃ¥ organisationen som administrerar SILC-servern (ex. \"Hemmet AB" +"\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "Plats för SILC-servern:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Ange namnet pÃ¥ landet som SILC-servern är belägen i." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "Användarnamn pÃ¥ SILC-serverns administratör." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Ange smeknamnet pÃ¥ SILC-serverns administratör." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Administratören använder detta för att identifiera sig mot servern." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "Lösenord för SILC-administratören." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Ange lösenordet som SILC-servern." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Administratören använder detta för att identifiera sig mot servern." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "Oberserva att detta sparas i klartext i en konfigurationsfil!" diff --git a/debian-silc-server/po/templates.pot b/debian-silc-server/po/templates.pot new file mode 100644 index 00000000..e6ff1b0d --- /dev/null +++ b/debian-silc-server/po/templates.pot @@ -0,0 +1,153 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" diff --git a/debian-silc-server/po/tr.po b/debian-silc-server/po/tr.po new file mode 100644 index 00000000..441b185d --- /dev/null +++ b/debian-silc-server/po/tr.po @@ -0,0 +1,164 @@ +# Turkish translation of silc-server debconf template. +# Copyright (C) 2008 +# This file is distributed under the same license as the silc-server package. +# Mert Dirik , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server 1.1.11-1\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2008-07-17 19:45+0200\n" +"Last-Translator: Mert Dirik \n" +"Language-Team: Debian L10n Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Turkish\n" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "SILC server name:" +msgstr "SILC sunucusunun adı:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Lütfen SILC sunucusun adını girin (ör. \"SILC sunucumuz\")." + +#. Type: string +#. Description +#: ../templates:3001 +msgid "SILC server hostname:" +msgstr "SILC sunucusunun makine adı:" + +#. Type: string +#. Description +#: ../templates:3001 +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "" +"Lütfen SILC sunucusunun makine adını (ya da IP adresini) girin (ör. silc." +"ornek.org)." + +#. Type: string +#. Description +#: ../templates:4001 +msgid "SILC server administrator real name:" +msgstr "SILC sunucu yöneticisinin gerçek adı:" + +#. Type: string +#. Description +#: ../templates:4001 +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "" +"Lütfen SILC sunucu işletmeninin gerçek adını girin (ör. \"Bir İşletmen\")" + +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001 +msgid "This field may be left empty." +msgstr "Bu alanı boş bırakabilirsiniz." + +#. Type: string +#. Description +#: ../templates:5001 +msgid "SILC server administrator email address:" +msgstr "SILC sunucu yöneticisinin e-posta adresi:" + +#. Type: string +#. Description +#: ../templates:5001 +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "" +"Lütfen SILC sunucusunu çalıştıran işletmenin e-posta adresini girin (ör. " +"silc@ornek.org)." + +#. Type: string +#. Description +#: ../templates:6001 +msgid "SILC server organization name:" +msgstr "SILC sunucusunun kurum adı:" + +#. Type: string +#. Description +#: ../templates:6001 +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "" +"Lütfen SILC sunucusunu çalıştıran kurumun adını girin (ör. \"Kurumumuz\")." + +#. Type: string +#. Description +#: ../templates:7001 +msgid "SILC server location:" +msgstr "SILC sunucusunun konumu:" + +#. Type: string +#. Description +#: ../templates:7001 +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Lütfen SILC sunucusunun konumlandığı ülkenin adını girin." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "SILC server administrator nickname:" +msgstr "SILC sunucu yöneticisinin takma adı:" + +#. Type: string +#. Description +#: ../templates:8001 +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Lütfen SILC sunucu yöneticisinin takma adını girin." + +#. Type: string +#. Description +#: ../templates:8001 +msgid "The administrator will use it for identification on the server." +msgstr "Yönetici bu adı sunucudaki kimliği olarak kullanacak." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "SILC administrator passphrase:" +msgstr "SILC yöneticisinin geçiş parolası:" + +#. Type: password +#. Description +#: ../templates:9001 +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Lütfen SILC sunucu yöneticisi için bir geçiş parolası girin." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "" +"Yöneticinin, kimliğini doğrulamak için bu geçiş parolasını kullanması " +"gerekecek." + +#. Type: password +#. Description +#: ../templates:9001 +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "" +"Bu parolanın yapılandırma dosyasında düz metin biçiminde saklanacağını " +"unutmayın." diff --git a/debian-silc-server/po/vi.po b/debian-silc-server/po/vi.po new file mode 100644 index 00000000..790427b8 --- /dev/null +++ b/debian-silc-server/po/vi.po @@ -0,0 +1,156 @@ +# Vietnamese translation for SILC Server. +# Copyright © 2007 Free Software Foundation, Inc. +# Clytie Siddall , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: silc-server\n" +"Report-Msgid-Bugs-To: pkg-silc-devel@lists.alioth.debian.org\n" +"POT-Creation-Date: 2007-10-24 07:35+0200\n" +"PO-Revision-Date: 2007-10-24 22:38+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.7b1\n" + +#: ../templates:2001 +#. Type: string +#. Description +msgid "SILC server name:" +msgstr "Tên máy phục vụ SILC:" + +#: ../templates:2001 +#. Type: string +#. Description +msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")." +msgstr "Hãy gõ tên của máy phục vụ SILC (v.d. « Máy phục vụ SILC của chúng tôi »)" + +#: ../templates:3001 +#. Type: string +#. Description +msgid "SILC server hostname:" +msgstr "Tên máy của máy phục vụ SILC:" + +#: ../templates:3001 +#. Type: string +#. Description +msgid "" +"Please enter the hostname (or the IP address) of the SILC server (e.g. silc." +"example.org)." +msgstr "Hãy gõ tên máy (hoặc địa chỉ IP) của máy phục vụ SILC (v.d. « silc.ví_dụ.org »)." + +#: ../templates:4001 +#. Type: string +#. Description +msgid "SILC server administrator real name:" +msgstr "Tên thật của quản trị máy phục vụ SILC:" + +#: ../templates:4001 +#. Type: string +#. Description +msgid "" +"Please enter the real name of the operator running the SILC server (e.g. " +"\"J. Random Operator\")." +msgstr "Hãy gõ tên thật của quản trị chạy máy phục vụ SILC (v.d. « Nguyễn Văn Mình »)." + +#: ../templates:4001 +#: ../templates:5001 +#: ../templates:6001 +#: ../templates:7001 +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +#. Type: string +#. Description +msgid "This field may be left empty." +msgstr "Trường này bỏ trống được." + +#: ../templates:5001 +#. Type: string +#. Description +msgid "SILC server administrator email address:" +msgstr "Địa chỉ thÆ° của quản trị máy phục vụ SILC:" + +#: ../templates:5001 +#. Type: string +#. Description +msgid "" +"Please enter the email address of the operator running the SILC server (e.g. " +"silc@example.org)." +msgstr "Hãy gõ địa chỉ thÆ° điện tá»­ của quản trị chạy máy phục vụ SILC (v.d. « silc@ví_dụ.org »)." + +#: ../templates:6001 +#. Type: string +#. Description +msgid "SILC server organization name:" +msgstr "Tên tổ chức máy phục vụ SILC:" + +#: ../templates:6001 +#. Type: string +#. Description +msgid "" +"Please enter the name of the organization running the SILC server (e.g. " +"\"Our Organization\")." +msgstr "Hãy gõ tên của tổ chức chạy máy phục vụ SILC (v.d. « Tổ chức của chúng tôi »)." + +#: ../templates:7001 +#. Type: string +#. Description +msgid "SILC server location:" +msgstr "Địa điểm máy phục vụ SILC:" + +#: ../templates:7001 +#. Type: string +#. Description +msgid "Please enter the name of the country where the SILC server is located." +msgstr "Hãy gõ tên của quốc gia trong đó chạy máy phục vụ SILC (v.d. « Việt Nam »)." + +#: ../templates:8001 +#. Type: string +#. Description +msgid "SILC server administrator nickname:" +msgstr "Tên hiệu của quản trị máy phục vụ SILC:" + +#: ../templates:8001 +#. Type: string +#. Description +msgid "Please enter the nickname of the administrator of the SILC server." +msgstr "Hãy gõ tên hiệu của quản trị chạy máy phục vụ SILC." + +#: ../templates:8001 +#. Type: string +#. Description +msgid "The administrator will use it for identification on the server." +msgstr "Quản trị sẽ dùng nó để nhận diện trên máy phục vụ." + +#: ../templates:9001 +#. Type: password +#. Description +msgid "SILC administrator passphrase:" +msgstr "Cụm từ mật khẩu quản trị SILC:" + +#: ../templates:9001 +#. Type: password +#. Description +msgid "Please enter the passphrase for the SILC server administrator." +msgstr "Hãy gõ cụm từ mật khẩu của quản trị chạy máy phục vụ SILC." + +#: ../templates:9001 +#. Type: password +#. Description +msgid "" +"The administrator will need to use this passphrase in order to authenticate." +msgstr "Quản trị sẽ cần phải nhập cụm từ mật khẩu này để xác thá»±c." + +#: ../templates:9001 +#. Type: password +#. Description +msgid "" +"Please note that it will be stored in clear text in a configuration file." +msgstr "Ghi chú rằng nó sẽ được lÆ°u vào tập tin cấu hình theo chữ rõ." diff --git a/debian-silc-server/postinst b/debian-silc-server/postinst new file mode 100644 index 00000000..a13fd665 --- /dev/null +++ b/debian-silc-server/postinst @@ -0,0 +1,166 @@ +#!/bin/sh + +set -e + +. /usr/share/debconf/confmodule + +CONFIGDIR="/etc/silcd" +CONFIGFILE="$CONFIGDIR/silcd.conf" +IPCONFIGFILE="$CONFIGDIR/silcd-primary-ip.conf" +ADMINCONFIGFILE="$CONFIGDIR/silcd-admin.conf" +DEFAULT_CONFIGDIR="/usr/share/doc/silcd/examples" +DEFAULT_CONFIGFILE="$DEFAULT_CONFIGDIR/silcd.conf.default.gz" +DEFAULT_IPCONFIGFILE="$DEFAULT_CONFIGDIR/silcd-primary-ip.conf.default" +DEFAULT_ADMINCONFIGFILE="$DEFAULT_CONFIGDIR/silcd-admin.conf.default" + +read_config() { + PARAMETER="$1" + sed -n -e "s/^[^#]*$PARAMETER *= *\"\(\(\\\.\|[^\"]\)*\)\".*$/\1/p" \ + "$CONFIGFILE" | sed -e 's/\\//g' +} + +if [ -e "$CONFIGFILE" ]; then + PUBLIC_KEY="$(read_config PublicKey)" + PRIVATE_KEY="$(read_config PrivateKey)" +else + PUBLIC_KEY="/etc/silcd/silcd.pub" + PRIVATE_KEY="/etc/silcd/silcd.prv" +fi + +retrieve_debconf_answers() { + db_get silcd/server-name + SERVER_NAME="$RET" + db_get silcd/host-name + HOST_NAME="$RET" + db_get silcd/real-name + REAL_NAME="$RET" + db_get silcd/email + EMAIL="$RET" + db_get silcd/organization + ORGANIZATION="$RET" + db_get silcd/country + COUNTRY="$RET" + db_get silcd/admin-nick + ADMIN_NICK="$RET" + db_get silcd/admin-passphrase + ADMIN_PASSPHRASE="$RET" +} + +rfc2253ize() { + # We espace: symbols ,w+"\<> and spaces at end and begining + echo "$1" | sed -e 's/[,;+"\\<>]/\\\0/g;s/ $/\\\0/g;s/^[ #]/\\\0/g' +} + +create_key_pair() { + local tmpdir + + retrieve_debconf_answers + + if [ -z "$SERVER_NAME" -o -z "$HOST_NAME" ]; then + # Don't create keypair + return + fi + + IDENTIFIER="UN=$(rfc2253ize "SERVER_NAME"), HN=$(rfc2253ize "$HOST_NAME")" + if [ -n "$REAL_NAME" ]; then + IDENTIFIER="$IDENTIFIER, RN=$(rfc2253ize "$REAL_NAME")" + fi + if [ -n "$EMAIL" ]; then + IDENTIFIER="$IDENTIFIER, E=$(rfc2253ize "$EMAIL")" + fi + if [ -n "$COUNTRY" ]; then + IDENTIFIER="$IDENTIFIER, C=$(rfc2253ize "$COUNTRY")" + fi + + tmpdir=$(mktemp -d -t silcd.XXXXXX) + chmod 700 "$tmpdir" + silcd --create-key-pair="$tmpdir" --identifier="$IDENTIFIER" + mkdir -p "$(dirname "$PUBLIC_KEY")" "$(dirname "$PRIVATE_KEY")" + mv -f "$tmpdir/silcd.pub" "$PUBLIC_KEY" + mv -f "$tmpdir/silcd.prv" "$PRIVATE_KEY" + chmod 0600 "$PRIVATE_KEY" + rmdir "$tmpdir" +} + +change_setting() { + FILE="$1" + shift + KEY="$1" + shift + VALUE="$*" + + VALUE="$(echo "$VALUE" | sed -e 's,/,\\/,g;s,",\\\\",g')" + sed -i -e "s/\([^#]*$KEY *= *\"\)[^\"]*\(\"\)/\1$VALUE\2/" "$FILE" +} + +update_config_file() { + retrieve_debconf_answers + IP="$(getent hosts "$HOST_NAME" | awk '{print $1}')" + + # silcd.conf + TEMPFILE=$(tempfile) + zcat "$DEFAULT_CONFIGFILE" > "$TEMPFILE" + + change_setting "$TEMPFILE" ServerType "$SERVER_NAME" + change_setting "$TEMPFILE" hostname "$HOST_NAME" + change_setting "$TEMPFILE" Admin "$REAL_NAME" + change_setting "$TEMPFILE" AdminEmail "$EMAIL" + change_setting "$TEMPFILE" Location "$COUNTRY" + + ucf --debconf-ok "$TEMPFILE" "$CONFIGFILE" + + rm -f "$TEMPFILE" + + # silcd-primary-ip.conf + TEMPFILE=$(tempfile) + cat "$DEFAULT_IPCONFIGFILE" > "$TEMPFILE" + + change_setting "$TEMPFILE" ip "$IP" + + ucf --debconf-ok "$TEMPFILE" "$IPCONFIGFILE" + + rm -f "$TEMPFILE" + + # silcd-admin.conf + TEMPFILE="$(tempfile)" + cat "$DEFAULT_ADMINCONFIGFILE" > "$TEMPFILE" + + change_setting "$TEMPFILE" Nick "$ADMIN_NICK" + change_setting "$TEMPFILE" Passphrase "$ADMIN_PASSPHRASE" + + ucf --debconf-ok "$TEMPFILE" "$ADMINCONFIGFILE" + + rm -f "$TEMPFILE" +} + +case "$1" in + configure) + if [ "$DEBCONF_RECONFIGURE" = "1" ] || + ! [ -e "$PUBLIC_KEY" -a -e "$PRIVATE_KEY" ]; then + create_key_pair + fi + update_config_file + ;; + + reconfigure) + create_key_pair + update_config_file + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# We are going to start a daemon, so we need to be debconf clean. +db_stop + +#DEBHELPER# + +exit 0 + +#vim: et sw=4 diff --git a/debian-silc-server/postrm b/debian-silc-server/postrm new file mode 100644 index 00000000..8b25a352 --- /dev/null +++ b/debian-silc-server/postrm @@ -0,0 +1,41 @@ +#!/bin/sh + +set -e + +CONFIGDIR="/etc/silcd" +CONFIGFILE="$CONFIGDIR/silcd.conf" +IPCONFIGFILE="$CONFIGDIR/silcd-primary-ip.conf" +ADMINCONFIGFILE="$CONFIGDIR/silcd-admin.conf" + +case "$1" in + purge) + if [ -d /var/log/silcd ]; then + rm -rf /var/log/silcd + fi + + # Remove conffile from ucf's database if ucf is available + if [ -x /usr/bin/ucf ]; then + for conffile in "$CONFIGFILE" "$IPCONFIGFILE" "$ADMINCONFIGFILE"; do + ucf --purge "$conffile" + done + + fi + + # Remove silcd configuration directory + rm -rf "$CONFIGDIR" + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 + +# vim: et sw=4 diff --git a/debian-silc-server/rules b/debian-silc-server/rules new file mode 100644 index 00000000..c64522bc --- /dev/null +++ b/debian-silc-server/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + rm -f config.sub config.guess + ln -sf /usr/share/misc/config.sub config.sub + ln -sf /usr/share/misc/config.guess config.guess + ./configure \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --docdir=\$${prefix}/share/doc/silcd \ + --sysconfdir=/etc/silcd \ + --with-silcd-config-file=/etc/silcd/silcd.conf \ + --localstatedir=/var/run \ + --with-logsdir=/var/log/silcd \ + CFLAGS="$(CFLAGS)" \ + LDFLAGS="-Wl,-z,defs" + +build: build-stamp + +build-stamp: config.status + dh_testdir + # the following are crude hacks to get around the autotools problem on + # build because these directories are missing, notified upstream + mkdir -p $(CURDIR)/lib/silcutil/win32 + mkdir -p $(CURDIR)/lib/silcutil/symbian + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + debconf-updatepo + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/silcd install + rm -f $(CURDIR)/debian/silcd/usr/share/doc/silcd/COPYING + rm -f $(CURDIR)/debian/silcd/usr/share/doc/silcd/INSTALL + rm -f $(CURDIR)/debian/silcd/etc/silcd/silcd.conf + +# Build architecture-independent files here. +binary-indep: build install + # We have nothing to do. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installdebconf + dh_installlogrotate + dh_installinit + dh_link + dh_strip --dbg-package=silcd-dbg + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian-silc-server/silcd-admin.conf.default b/debian-silc-server/silcd-admin.conf.default new file mode 100644 index 00000000..a4f430f9 --- /dev/null +++ b/debian-silc-server/silcd-admin.conf.default @@ -0,0 +1,28 @@ +# +# silcd-primary-ip.conf +# +# Debian configuration file for the administrator of the SILC server. Some +# options in this file is managed using debconf. You can invoke +# `dpkg-reconfigure silcd` if you want to change such options. +# +# To gain administrator privileges, the OPER user and arguments must match +# what is defined in this file. + +# IP used by the server administrator (any IP will be allowed if unset). +#Host = "10.2.1.199"; + +# Username used by the server administrator (any username will be allowed if +# unset). +#User = "priikone"; + +# Nickname used by the server administrator (any nickname will be allowed if +# unset). +Nick = ""; + +# Passphrase used for authentication (given as an argument to the OPER +# command). Passphrase authentication will be disabled if unset. +Passphrase = ""; + +# Publickey of the system administrator (no key verification will happen if +# unset). +#PublicKey = "/etc/silcd/admin.pub"; diff --git a/debian-silc-server/silcd-primary-ip.conf.default b/debian-silc-server/silcd-primary-ip.conf.default new file mode 100644 index 00000000..e84af9df --- /dev/null +++ b/debian-silc-server/silcd-primary-ip.conf.default @@ -0,0 +1,9 @@ +# +# silcd-primary-ip.conf +# +# Debian configuration file for the primary IP of the SILC server. Some +# options in this file is managed using debconf. You can invoke +# `dpkg-reconfigure silcd` if you want to change such options. + +ip = ""; +port = 706; diff --git a/debian-silc-server/silcd.conf.default b/debian-silc-server/silcd.conf.default new file mode 100644 index 00000000..02f4fa8c --- /dev/null +++ b/debian-silc-server/silcd.conf.default @@ -0,0 +1,547 @@ +# +# silcd.conf +# +# Main Debian configuration file for the SILC server. Some option in this file +# are managed using debconf. You can invoke `dpkg-reconfigure silcd` if +# you want to change such options. +# +# The syntax and options of this file are documented in silcd.conf(5). +# +# Most of the settings in this file are optional. If some setting is +# mandatory it is mentioned separately. If some setting is omitted it means +# that its builtin default value will be used. Boolean values, that is +# setting something on or off, is done by setting either "true" or "false" +# value, respectively. +# +# The ServerInfo section is mandatory section. Other sections are optional. +# However, if General section is defined it must be defined before the +# ConnectionParams sections. On the other hand, the ConnectionParams section +# must be defined before Client, ServerConnection or RouterConnection +# sections. Other sections can be in free order. +# + +# +# Include global algorithms from the "silcalgs.conf" file. This file defines +# ciphers, hash functions, HMACs and PKCS algorithms that can be used. +# +Include "/etc/silcd/silcalgs.conf"; + +# +# General configuration options +# +# These defines the default behaviour of the server. Most of these values +# can be overridden with ConnectionParams, which can be defined independently +# for different connections. +# +General { + # If both passphrase and public key authentication is set for a + # connection the public key authentication is the preferred one + # to use. Set this to `true' to prefer passphrase authentication + # over public key authentication in these cases. + #prefer_passphrase_auth = true; + + # Set this to true if the server should require fully qualified + # domain names (FQDN) for incoming connections. If true, a host + # without FQDN cannot connect to the server. + #require_reverse_lookup = true; + + # Maximum number of connections server can handle. If you want + # to limit the number of incoming connections, define the + # connections_max in the ConnectionParams. + connections_max = 1000; + + # Maximum number of incoming connections allowed per single host. + # For example, if this is one (1) it means a host can link only + # once to the server. Attempting to connect more than once would + # be refused. This can be overridden with ConnectionParams. + #connections_max_per_host = 10; + + # Required version of the remote side. If these are specified then + # the remote must be of at least this version, or newer. If older + # then the connection will not be allowed. + # + # version_protocol - SILC protocol version ("major.minor") + # version_software - software version ("major.minor") + # version_software_vendor - vendor specific version extension + # + # The version_software_vendor may be for example a string or a build + # number of the software. The string can be a regex string to match + # more widely. Usually the vendor version checking is not necessary + # and can be omitted. These can be overridden with ConnectionParams. + #version_protocol = "1.3"; + #version_software = "2.0"; + #version_software_vendor = "SomeVendor"; + + # Default keepalive frequency (seconds). This can be overridden with + # with ConnectionParams. + keepalive_secs = 300; + + # Dynamic router connections. If this is set for normal SILC server + # the connection to primary router is not created untill it is actually + # needed. Giving for example /WHOIS foobar@silcnet.org would then + # create connection to the primary router to resolve user foobar. + # On the other hand giving /WHOIS foobar would try to search the + # user foobar locally, without creating the connection. Note that + # giving /JOIN foobar will also created the connection as current + # SILC Server version supports only global channels (all JOINs require + # connection to router, if one is configured). + #dynamic_server = true; + + # Default reconnection parameters defines how the server reconnect + # to the remote if the connection was lost. The reconnection phase + # use so called exponential backoff algorithm; The reconnect + # interval grows when reconnect count grows. Next example will + # attempt to reconnect after 10 seconds of disconnect, and the + # interval grows up to 600 seconds or until 7 times was attempted + # to reconnect. These settings has effect only when connecting + # as initiator. + # + # reconnect_count - how many times reconnect is attempted + # reconnect_interval - how often reconnect it performed (seconds) + # reconnect_interval_max - maximum interval for reconnect, the + # server never waits longer than this to + # reconnect (seconds). + # reconnect_keep_trying - whether to keep trying even after + # reconnect_count is reached (the interval + # will be reconnect_interval_max). + # + # These can be overridden with ConnectionParams. + reconnect_count = 7; + reconnect_interval = 10; + reconnect_interval_max = 600; + reconnect_keep_trying = true; + + # Key exchange protocol rekey interval (seconds). How often to + # regenerate the session key with the remote. Initiator will perform + # the rekey and this setting affects only when connecting as initiator. + # This can be overridden with ConnectionParams. + #key_exchange_rekey = 3600; + + # Key exchange with Perfect Forward Secrecy (PFS). This will perform + # the rekey process with PFS, making the new key more secure since it + # is not dependent in any way of the old key. This will make the rekey + # process somewhat slower, than without PFS. This can be overridden + # with ConnectionParams. + #key_exchange_pfs = true; + + # Key exchange timeout (seconds). If the key exchange protocol is not + # finished in this time period the remote connection will be closed. + #key_exchange_timeout = 60; + + # Connection authentication timeout (seconds). If the connection + # authentication protocol is not finished in this time period the + # remote connection will be closed. + #conn_auth_timeout = 60; + + # Channel key rekey interval (seconds). How often channel key is + # regenerated. Note that channel key is regenerated also always when + # someone joins or leaves the channel. + #channel_rekey_secs = 3600; + + # SILC session detachment disabling and limiting. By default clients + # can detach their sessions from server. If you set detach_disabled + # to true the DETACH command cannot be used by clients. If you want + # to limit for how long the server keeps detached sessions you can + # set the time (minutes) in detach_timeout. After that timeout the + # detached session is closed if it is not resumed. By default + # sessions are persistent as long as server is running. + #detach_disabled = true; + #detach_timeout = 1440; + + # Quality of Service (QoS) settings. The QoS can be used to handle + # the incoming data and limit its handling rate to avoid flooding. + # By default QoS is disabled and can be enabled by setting "qos" to + # true value. The "qos_rate_limit" is the data reads per second, + # and if more frequently is read due to for example data flooding, + # QoS is applied to the data. The "qos_bytes_limit" is maximum bytes + # allowed for incoming data. If more is received at once the QoS + # is applied to the data. The "qos_limit_sec" and "qos_limit_usec" + # is the timeout used to delay the data handling, seconds and + # microseconds, respectively. NOTE: If you enable QoS in General + # section it applies to server connections as well. Server + # connections SHOULD NOT use QoS. This can be overridden with + # ConnectionParams. + #qos = true; + #qos_rate_limit = 10; + #qos_bytes_limit = 2048; + #qos_limit_sec = 0; + #qos_limit_usec = 500000; + + # Limit on how many channels one client can join. Default is 50. + #channel_join_limit = 100; + + # HTTP server access to the server for retrieving server statistics + # with a web browser. This is disabled by default. + #http_server = true; + #http_server_ip = "127.0.0.1"; + #http_server_port = 5000; + + # Debug string. Debug string can be set to print debugging from + # the running server. The debug is redirected to stderr. + #debug_string = ""; +}; + +# +# Server information +# +ServerInfo { + # + # Server name (FQDN) + # + hostname = ""; + + # + # Primary listener. Specify the IP address and the port to bind + # the server. The public_ip can be used to specify the public IP + # if the server is behind NAT. + # + Primary { + # public_ip = "11.1.1.1"; + Include "/etc/silcd/silcd-primary-ip.conf"; + }; + + # + # Secondary listener(s). If you need to bind your server into + # several interfaces use the Secondary to specify the listener(s). + # + #Secondary { ip = "10.2.1.60"; port = 706; }; + #Secondary { ip = "10.2.1.160"; port = 706; }; + + # + # ServerType field specifies the purpose of this server + # This is only a descriptive field. + # + ServerType = ""; + + # + # Geographic location + # + Location = ""; + + # + # Full admin name + # + Admin = ""; + + # + # Admin's email address + # + AdminEmail = ""; + + # + # Run SILC server as specific user and group. The server must be + # initially run as root. + # + User = "nobody"; + Group = "nogroup"; + + # + # Public and private keys + # + PublicKey = "/etc/silcd/silcd.pub"; + PrivateKey = "/etc/silcd/silcd.prv"; + + # + # Motd file + # + # Specifies the text file displayed on client connection + # + #MotdFile = "/etc/silcd/motd.txt"; + + # + # Pid file + # + PidFile = "/var/run/silcd.pid"; +}; + +# +# Log files. +# +# This section is used to set various logging files, their paths, maximum +# sizes and logging options. +# +# There are only four defined channels allowed for defining (see below). +# The log channels have an importance value, and most important channels +# are redirected on the less important ones, thus setting a valid logging +# file for "Info" will ensure logging for all channels, while setting +# logging file for "Errors" will ensure logging for channels "Errors" +# and "Fatals". If only, for example, "Info" is set then all logs go to +# that file (like in example below). +# +Logging { + # Use timestamp in the logging files? (Usually it is a good idea, + # but you may want to disable this if you run silcd under some + # daemontool). + Timestamp = true; + + # If QuickLogs is true, then the logging files will be updated + # real-time. This causes a bit more CPU and HDD activity, but + # reduces memory usage. By default it is false and log files are + # written with FlushDelay timeout. + # + #QuickLogs = true; + + # FlushDelay tells log files update delay (seconds) in case you + # have chosen buffering output. This setting has effect only if + # the QuickLogs is false. + # + FlushDelay = 180; + + # Informational messages + Info { + File = "/var/log/silcd/silcd.log"; + Size = "100k"; + }; + + # Warning messages + #Warnings { + # File = "/var/log/silcd/silcd_warnings.log"; + # Size = "50k"; + #}; + + # Error messages + #Errors { + # File = "/var/log/silcd/silcd_errors.log"; + # Size = "50k"; + #}; + + # Fatal messages + #Fatals { + # File = "/var/log/silcd/silcd_fatals.log"; + # Size = "50k"; + #}; +}; + +# +# Connection Parameters +# +# This section defined connection parameters. It is possible to use +# specific parameters in different connections, and to define different +# parameters to different connections. The parameters can define how the +# connection is handled and how the session is managed. If connection +# parameters are not used in connections the default values will apply +# (or values defined in General section). You can have multiple +# ConnectionParams blocks defined. +# +ConnectionParams { + # unique name. The name is used to reference to this parameter + # block from the connections. This field is mandatory. + name = "normal"; + + # Maximum number of connections allowed. More connections will be + # refused. This can be used for example to limit number of clients. + # Note that this never can be larger than the connections_max + # specified in General section. + connections_max = 200; + + # Maximum number of connections allowed per host. For example, if + # this is one (1) it means a host can link only once to the server. + # Attempting to link more than once would be refused. + # + # If this connection parameters block is used with incoming server + # connections it is recommended that this value is set to one (1). + connections_max_per_host = 10; + + # Required version of the remote side. If these are specified then + # the remote must be of at least this version, or newer. If older + # then the connection will not be allowed. + # + # version_protocol - SILC protocol version ("major.minor") + # version_software - software version ("major.minor") + # version_software_vendor - vendor specific version extension + # + # The version_software_vendor may be for example a string or a build + # number of the software. The string can be a regex string to match + # more widely. Usually the vendor version checking is not necessary + # and can be omitted. These can be overridden with ConnectionParams. + #version_protocol = "1.1"; + #version_software = "1.3"; + #version_software_vendor = "SomeVendor"; + + # Keepalive frequency (seconds). + keepalive_secs = 300; + + # Reconnection parameters defines how the server reconnects to + # the remote if the connection was lost. The reconnection phase + # use so called exponential backoff algorithm; The reconnect + # interval grows when reconnect count grows. Next example will + # attempt to reconnect after 10 seconds of disconnect, and the + # interval grows up to 600 seconds or until 7 times was attempted + # to reconnect. These settings has effect only when connecting + # as initiator. + # + # reconnect_count - how many times reconnect is attempted + # reconnect_interval - how often reconnect it performed (seconds) + # reconnect_interval_max - maximum interval for reconnect, the + # server never waits longer than this to + # reconnect (seconds). + # reconnect_keep_trying - whether to keep trying even after + # reconnect_count is reached (the interval + # will be reconnect_interval_max). + reconnect_count = 7; + reconnect_interval = 10; + reconnect_interval_max = 600; + reconnect_keep_trying = true; + + # Key exchange protocol rekey interval (seconds). How often to + # regenerate the session key with the remote. Initiator will perform + # the rekey and this setting affects only when connecting as initiator. + #key_exchange_rekey = 3600; + + # Key exchange with Perfect Forward Secrecy (PFS). This will perform + # the rekey process with PFS, making the new key more secure since it + # is not dependent in any way of the old key. This will make the rekey + # process somewhat slower, than without PFS. + #key_exchange_pfs = true; + + # Anonymous connection. This setting has effect only when this + # this is used with client connections. If set to true then clients + # using this connection parameter will be anonymous connections. + # This means that the client's username and hostname information + # is scrambled and anonymous mode is set for the user. + #anonymous = true; + + # Quality of Service (QoS) settings. The QoS can be used to handle + # the incoming data and limit its handling rate to avoid flooding. + # By default QoS is disabled and can be enabled by setting "qos" to + # true value. The "qos_rate_limit" is the incmoing data reading + # per second, and if more frequently than the set limit is read the + # QoS is applied to the data. The "qos_bytes_limit" is maximum bytes + # allowed for incoming data. If more is received at once the QoS + # is applied to the data. The "qos_limit_sec" and "qos_limit_usec" + # is the timeout used to delay the data handling, seconds and + # microseconds, respectively. For server connections QoS SHOULD NOT + # be set. + #qos = true; + #qos_rate_limit = 10; + #qos_bytes_limit = 2048; + #qos_limit_sec = 0; + #qos_limit_usec = 500000; +}; + +# +# Configured client connections. +# +# The "Host" defines the incoming IP address or hostname of the client. +# If it is omitted all hosts will match this client connection. The +# "Params" is optional and can be used to set specific connection parameters +# for this connection. +# +# The authentication data is specified by Passphrase and/or PublicKey. +# If both are provided then both password and public key based authentication +# is allowed. The "PublicKey" includes the single key contained in the +# specified file, while "PublicKeyDir" includes all files in the specified +# directory, which must all be valid public keys with ".pub" suffix. +# +# Next example connection will match to all incoming client connections, +# and no authentication is required. +# +Client { + #Host = "10.1.*"; + #Passphrase = "secret"; + #PublicKey = "/path/to/the/user_my.pub"; + #PublicKey = "/path/to/the/user_221.pub"; + #PublicKey = "/path/to/the/user_313.pub"; + #PublicKeyDir = "/path/to/keys/dir/"; + Params = "normal"; +}; + +# +# Configured server administrator connections +# +# The fields "Host", "User", and "Nick", are optional but you are encouraged +# in using them to better identify your admins. +# +# The authentication data is specified by Passphrase and/or PublicKey. +# If both are provided then both password and public key based authentication +# is allowed. If the PublicKey is used it includes the file path to the +# public key file. If none of them is provided then authentication is not +# required. +# +Admin { + Include "/etc/silcd/silcd-admin.conf"; +}; + +# +# Configured server connections. +# +# If server connections are configured it means that this server is +# router server. Normal servers must not configure server connections. +# Thus, if this server is not router do not configure this section. If +# your server is router, this must be configured. The Host (mandatory) +# specifies the remote server. +# +# The authentication data is specified by Passphrase and/or PublicKey. +# If both are provided then both password and public key based authentication +# is allowed. If the PublicKey is used it includes the file path to the +# public key file. If none of them is provided then authentication is not +# required. +# +# If the connection is backup connection then set the "Backup" option +# to true. For normal connections set it false. If it is set to true then +# your server will be backup router. +# +#ServerConnection { +# Host = "10.2.1.7"; +# Passphrase = "verysecret"; +# #PublicKey = "/etc/silcd/router.pub"; +# Params = "normal"; +# Backup = false; +#}; + +# +# Configured router connections +# +# For normal servers only one entry maybe configured to this section. It +# must be the router this server will be connected to. For router servers, +# this section includes all configured router connections. The first +# configured connection is the primary route. The Host (mandatory) specifies +# the remote hostname or IP address. The Port specifies the remote port +# to connect when Initiator is true. When Initiator is false the Port +# specifies the local port (listener port). +# +# The authentication data is specified by Passphrase and/or PublicKey. +# If both are provided then both password and public key based authentication +# is allowed. If the PublicKey is used it includes the file path to the +# public key file. If none of them is provided then authentication is not +# required. +# +# If you are the initiator of the connection then set the "Initiator" +# option to true. If you are the responder of the connection (waiting for +# incoming connection) then set it to false. +# +# If the connection is backup router connection then set the "BackupHost" +# option to the IP address of the router that the backup router will +# replace if it becomes unavailable. Set also the router's port to the +# "BackupPort" option. For normal connection leave both commented. If this +# backup router is in our cell then set the "BackupLocal" option to true. +# If the backup router is in other cell then set it to false. +# +#RouterConnection { +# Host = "10.2.1.100"; +# Port = 706; +# Passphrase = "verysecret"; +# #PublicKey = "/etc/silcd/router.pub"; +# Params = "normal"; +# Initiator = true; +# #BackupHost = "10.2.1.6"; +# #BackupPort = 706; +# #BackupLocal = true; +#}; + +# +# Denied connections +# +# These connections are denied to connect to our server. +# +# The "Reason" field is mandatory, while the "Host" field can be omitted to +# match everything. +# +#Deny { +# Host = "10.2.1.99"; +# Reason = "Go away spammer"; +#}; +#Deny { +# Host = "10.3.*"; +# Reason = "You are not welcome."; +#}; diff --git a/debian-silc-server/templates b/debian-silc-server/templates new file mode 100644 index 00000000..1a14dc6d --- /dev/null +++ b/debian-silc-server/templates @@ -0,0 +1,67 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + +Template: silcd/server-name +Type: string +_Description: SILC server name: + Please enter the name of the SILC server (e.g. "Our SILC server"). + +Template: silcd/host-name +Type: string +_Description: SILC server hostname: + Please enter the hostname (or the IP address) of the SILC server + (e.g. silc.example.org). + +Template: silcd/real-name +Type: string +_Description: SILC server administrator real name: + Please enter the real name of the operator running the SILC server + (e.g. "J. Random Operator"). + . + This field may be left empty. + +Template: silcd/email +Type: string +_Description: SILC server administrator email address: + Please enter the email address of the operator running the SILC server + (e.g. silc@example.org). + . + This field may be left empty. + +Template: silcd/organization +Type: string +_Description: SILC server organization name: + Please enter the name of the organization running the SILC server + (e.g. "Our Organization"). + . + This field may be left empty. + +Template: silcd/country +Type: string +_Description: SILC server location: + Please enter the name of the country where the SILC server is located. + . + This field may be left empty. + +Template: silcd/admin-nick +Type: string +_Description: SILC server administrator nickname: + Please enter the nickname of the administrator of the SILC server. + . + The administrator will use it for identification on the server. + +Template: silcd/admin-passphrase +Type: password +_Description: SILC administrator passphrase: + Please enter the passphrase for the SILC server administrator. + . + The administrator will need to use this passphrase in order to authenticate. + . + Please note that it will be stored in clear text in a configuration + file. diff --git a/debian-silc-server/watch b/debian-silc-server/watch new file mode 100644 index 00000000..81494c91 --- /dev/null +++ b/debian-silc-server/watch @@ -0,0 +1,3 @@ +version=3 +http://silcnet.org/download/server/sources/silc-server-([\d\.]+)\.tar\.gz \ + debian git-import-orig diff --git a/debian-silc-toolkit/README.source b/debian-silc-toolkit/README.source new file mode 100644 index 00000000..6a8992d6 --- /dev/null +++ b/debian-silc-toolkit/README.source @@ -0,0 +1,6 @@ +README.source for the silc-toolkit package +========================================== + +silc-toolkit is managed in a Git repository using git-buildpackage (with +pristine-tar). It follows most of the advice provided by Russ Allbery at: +http://www.eyrie.org/~eagle/notes/debian/git.html diff --git a/debian-silc-toolkit/changelog b/debian-silc-toolkit/changelog new file mode 100644 index 00000000..5537a4ca --- /dev/null +++ b/debian-silc-toolkit/changelog @@ -0,0 +1,238 @@ +silc-toolkit (1.1.10-2) unstable; urgency=high + + * Include forgotten changes for kFreeBSD present in 1.1.9-1.1. + (Closes: #536590) + + -- Jérémy Bobbio Mon, 31 Aug 2009 14:43:38 +0200 + +silc-toolkit (1.1.10-1) unstable; urgency=high + + * New upstream release: + - including security fixes for string format vulnerabilities + (so set urgency to high). + * Update copyright notice in debian/copyright. + * Bump Standards-Version to 3.8.3, no changes required. + + -- Jérémy Bobbio Mon, 31 Aug 2009 13:30:15 +0200 + +silc-toolkit (1.1.9-1.1) unstable; urgency=low + + * Non-maintainer upload, ACK'd by Jérémy Bobbio, thanks! + * Fix FTBFS on GNU/kFreeBSD (Closes: #536590): + - configure{,.ac}: Fix missing thread detection for GNU/k*BSD. + - Add a .kfreebsd symbol file: there's no epoll() on GNU/kFreeBSD, + there's poll() instead. + + -- Cyril Brulebois Wed, 19 Aug 2009 04:11:47 +0200 + +silc-toolkit (1.1.9-1) unstable; urgency=low + + [ Daniel Kahn Gillmor ] + * cleaning up debian/control. Thanks, Lintian! + + [ Jérémy Bobbio ] + * New upstream release. + * Update Vcs-* field and document Git usage in README.source. + * libsilc and libsilcclient are now shipped in two different binary packages + in order to respect their SONAMEs. The -dev package depends on both and + has been renamed to libsilc-dev. + * Put -dbg packages in the "debug" section. + * Bump Standards-Version to 3.8.2, no changes required. + * Update watch file. + + -- Jérémy Bobbio Fri, 26 Jun 2009 15:31:42 +0200 + +silc-toolkit (1.1.7-2) unstable; urgency=low + + * Backport upstream fixes found in silc-server 1.1.11. + * Bump Standards-Version to 3.8.0, no changes required. + * Remove erroneous empty line in libsilc-1.1-2.symbols. + + -- Jérémy Bobbio Fri, 11 Jul 2008 12:50:03 +0200 + +silc-toolkit (1.1.7-1) unstable; urgency=high + + * New upstream release: + - SECURITY: fixes possible buffer overflow in PKCS#1 message decoding. + * Setting urgency to high for the security update. + + -- Jérémy Bobbio Tue, 25 Mar 2008 14:08:55 +0100 + +silc-toolkit (1.1.6-1) unstable; urgency=low + + [ Jérémy Bobbio ] + * New upstream release. + * Add a watch file. + * Promote the Homepage pseudo-field to a real field for source package. + * Bump Standards-Version to 3.7.3 (no changes required). + * Add support for dpkg-gensymbols. Requires dpkg-dev (>= 1.14.8) to build. + + -- Jérémy Bobbio Sat, 08 Mar 2008 23:35:04 +0000 + +silc-toolkit (1.1.5-1) unstable; urgency=low + + [ Micah Anderson ] + * New upstream release + + [ Jérémy Bobbio ] + * Make the clean rule policy compliant. (Closes: #442731) + * Fix debian/copyright issues mentioned by ftpmaster. + + -- Jérémy Bobbio Tue, 25 Sep 2007 22:16:07 +0200 + +silc-toolkit (1.1.3-1) unstable; urgency=low + + * New upstream release. + * Update debian/control to set Priority of libsilc-1.1-2-dbg to "extra", as + the ftpmasters sorted it. + * Improve the package description, thanks to Anarcat. + + -- Jérémy Bobbio Wed, 12 Sep 2007 02:10:04 +0200 + +silc-toolkit (1.1.2-2) unstable; urgency=low + + * Fix some IA64 related functions in lib/silcutil/silcatomic.h, allowing + silc-toolkit to build on ia64. + + -- Jérémy Bobbio Wed, 11 Jul 2007 13:27:58 +0200 + +silc-toolkit (1.1.2-1) unstable; urgency=low + + * New upstream release including more security fixes. + * Add Depends on pkg-config to libsilc-1.1-2-dev. + + -- Jérémy Bobbio Sat, 07 Jul 2007 00:34:42 +0200 + +silc-toolkit (1.1.1-1) unstable; urgency=low + + * New upstream release, fixing two buffer overflow issues. + * Update binary package name to reflacte the new SONAME. + * Use --docdir instead of --with-docdir for ./configure in debian/rules. + * Fix lintian warning "debian-rules-ignores-make-clean-error" in + debian/rules. + * More cleanups and fixes in debian/copyright. + + -- Jérémy Bobbio Wed, 27 Jun 2007 15:11:17 +0200 + +silc-toolkit (1.1-1) unstable; urgency=low + + [ Michael C. Schultheiss ] + * New upstream release: Upgrade to 1.1 final + + [ Jérémy Bobbio ] + * Improve debian/copyright, listing exceptions to the package main + copyright. + + -- Jérémy Bobbio Sat, 16 Jun 2007 18:07:51 +0100 + +silc-toolkit (1.1~beta4-1) unstable; urgency=low + + [ Jérémy Bobbio ] + * New upstream release: (Closes: #413790) + - update binary package name to reflect the new SONAME, + - upstream now provide its own pkg-config script. + * silc-toolkit is now maintained by the Debian SILC team! + * Switch to debhelper 5. + * Use ${binary:Version} instead of ${Source-Version}. + * Do not ship the .la files anymore. Using pkg-config instead of .la avoid + troubles. + * Various cleanups and updates in debian/rules. + * Documentation is now shipped in /usr/share/doc/libsilc-1.1-1-dev instead + of /usr/share/doc/libsilc-dev. + + [ Stefan Siegl ] + * SIM modules are now shipped in /usr/lib/silc/libsilc-1.1-1 instead of + /usr/lib/silc. + * Do not conflict with libsilc package. + + [ Jérémy Bobbio ] + * Add debug package. + + -- Jérémy Bobbio Fri, 01 Jun 2007 16:55:50 +0200 + +silc-toolkit (0.9.12-6) unstable; urgency=high + + * debian/copyright: Mention new license of SILC draft RFCs. + + Urgency high due to RC bug (Closes: #393412) + + -- Michael C. Schultheiss Mon, 16 Oct 2006 16:32:22 +0000 + +silc-toolkit (0.9.12-5) unstable; urgency=low + + * New Maintainer (Closes: #370794) + + debian/control{,.sh}: Update maintainer address, update Standards + version + * Incorporate NMUs + + -- Michael C. Schultheiss Thu, 24 Aug 2006 20:40:12 +0000 + +silc-toolkit (0.9.12-4.4) unstable; urgency=low + + * Non-maintainer upload. + * Move libsilc.so and libsilcclient.so to the -dev package (Closes: + #379800). + + -- Julien Cristau Wed, 26 Jul 2006 13:42:57 +0200 + +silc-toolkit (0.9.12-4.3) unstable; urgency=high + + * Non-maintainer upload. + * Fix empty packages (Closes: #331630) + * Bump standards version + + -- Julien Danjou Tue, 25 Jul 2006 17:50:00 +0200 + +silc-toolkit (0.9.12-4.2) unstable; urgency=low + + * 0-day NMU to fix an RC bug. + * Explicitly execute debian/control.sh with sh as suggested by Andreas + Jochens (closes: bug#328924). + + -- Aurelien Jarno Mon, 6 Feb 2006 20:24:24 +0100 + +silc-toolkit (0.9.12-4.1) unstable; urgency=low + + * This is an NMU, I don't know why Tamas didn't want to fix this. + rebuild control file whenever shared library's soname + changes, to satisfy debian policy requirements for + shared package names. (closes: 323035) See section 8.1 + for more details. + http://www.debian.org/doc/debian-policy/ch-sharedlibs.html + Though policy doesn't mention it, the point is to provide a migration + path when for other packages when changes to the lib require changes + to the soname. + + -- Raul Miller Sat, 10 Sep 2005 13:04:57 -0400 + +silc-toolkit (0.9.12-4) unstable; urgency=low + + * RC5 removed (closes: #279146) + * check the list archive, I asked for some problems, + nobody answered it (closes: #273871) + + -- Tamas SZERB Sun, 7 Nov 2004 17:06:53 +0100 + +silc-toolkit (0.9.12-3) unstable; urgency=low + + * beat me, Randall Donald noticed + that I messed up the license file pointer to the copyright + file, it is fixed now. + + -- Tamas SZERB Tue, 17 Aug 2004 12:21:38 +0200 + +silc-toolkit (0.9.12-2) unstable; urgency=low + + * according the email of Randall Donald + on Mon, 16 Aug 2004 02:42:14 -0400 + file pointer to the full GPL text in base-files applied into + the copyright file and + * the -dev packaged moved from devel to libdevel + + -- Tamas SZERB Mon, 16 Aug 2004 12:30:17 +0200 + +silc-toolkit (0.9.12-1) unstable; urgency=low + + * Initial Release. (closes: #118202, #246148) + + -- Tamas SZERB Wed, 7 Jan 2004 15:56:35 +0100 + diff --git a/debian-silc-toolkit/compat b/debian-silc-toolkit/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/debian-silc-toolkit/compat @@ -0,0 +1 @@ +5 diff --git a/debian-silc-toolkit/control b/debian-silc-toolkit/control new file mode 100644 index 00000000..73a811fc --- /dev/null +++ b/debian-silc-toolkit/control @@ -0,0 +1,74 @@ +Source: silc-toolkit +Priority: optional +Maintainer: Debian SILC Team +Uploaders: Michael C. Schultheiss , + Jérémy Bobbio , Micah Anderson +Section: devel +Build-Depends: debhelper (>= 5.0.61), dpkg-dev (>= 1.14.8), autotools-dev +Standards-Version: 3.8.3 +Homepage: http://silcnet.org/software/developers/toolkit +Vcs-Git: git://git.debian.org/pkg-silc/silc-toolkit.git +Vcs-Browser: http://git.debian.org/?p=pkg-silc/silc-toolkit.git + +Package: libsilc-dev +Section: libdevel +Architecture: any +Depends: libsilc-1.1-2 (= ${binary:Version}), libsilcclient-1.1-3 (= ${binary:Version}), pkg-config +Provides: libsilc-1.1-2-dev +Replaces: libsilc-1.1-2-dev +Conflicts: libsilc-1.1-2-dev +Description: developer files for the SILC library (silc-toolkit) + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package contains headers and documentation for both the generic SILC + library (libsilc) and the client library (libsilcclient). + +Package: libsilc-1.1-2-dbg +Section: debug +Priority: extra +Architecture: any +Depends: libsilc-1.1-2 (= ${binary:Version}) +Description: debugging symbols for the SILC generic library + This package contains debug symbols for both libsilc. + +Package: libsilc-1.1-2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libsilc +Replaces: libsilc +Conflicts: libsilc-1.1-2 (<< 1.1.9-1~) +Description: SILC generic library + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package contains the SILC generic library. + +Package: libsilcclient-1.1-3-dbg +Section: debug +Priority: extra +Architecture: any +Depends: libsilcclient-1.1-3 (= ${binary:Version}) +Description: debugging symbols for the SILC client library + This package contains debug symbols for libsilcclient. + +Package: libsilcclient-1.1-3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: libsilcclient +Description: SILC client library + SILC (Secure Internet Live Conferencing) is a network protocol designed + to provide end-to-end security for conferencing services. SILC has a + command set and a user interface similar to IRC, but the network + protocol is completely different as it supports public key strong + cryptography and a different network model. + . + This package contains the SILC client library. diff --git a/debian-silc-toolkit/copyright b/debian-silc-toolkit/copyright new file mode 100644 index 00000000..6d0ece61 --- /dev/null +++ b/debian-silc-toolkit/copyright @@ -0,0 +1,272 @@ +This package was debianized by Tamas SZERB on +Wed, 7 Jan 2004 15:56:35 +0100. + +It was downloaded from http://silcnet.org/software/download/toolkit/ +and http://silcnet.org/priikone/pre/ for pre-release versions. + +Upstream Author: + + Pekka Riikonen + +Copyright: + + Copyright (C) 1997-2009 Pekka Riikonen + 2000-2009 SILC Project + +License: + + The SILC Toolkit distribution is dual-licensed distribution. The following + licenses govern this distribution, and you are free to choose either one of + the licenses: + + - GNU General Public License, Version 2 + + On Debian systems, a copy of the GNU General Public License, version 2 + is available in /usr/share/common-licenses/GPL-2 as part of the + base-files package. + + - Revised BSD License + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +Exceptions to the previous statements: + + * doc/draft-riikonen-presence-attrs-04.txt, + doc/draft-riikonen-silc-commands-07.txt, + doc/draft-riikonen-silc-flags-payloads-04.txt, + doc/draft-riikonen-silc-ke-auth-09.txt, + doc/draft-riikonen-silc-multimedia-session-00.txt, + doc/draft-riikonen-silc-pp-09.txt, + doc/draft-riikonen-silc-spec-09.txt: + + Licensed under the following terms (per Message-ID: + , quoted + below): + + : Because the authors of contributions to the IETF standards retain most + : intellectual property rights with respect to such contributions under + : IETF policies in effect during the development of the draft SILC RFCs, + : and because you are an author of said documents, the Debian community + : hereby requests that you kindly agree to release your contributions in + : the draft SILC RFCs under the license below, for inclusion in Debian. + : + : I agree to grant third parties the irrevocable + : right to copy, use and distribute the work, with + : or without modification, in any medium, without royalty, + : provided that, unless separate permission is granted, + : redistributed modified works: + : + : (a) do not contain misleading author, version, name + : of work, or endorsement information, and + : + : (b) do not claim endorsement of the modified work by + : the Contributor, or any organization the + : Contributor belongs to, the Internet Engineering + : Task Force (IETF), Internet Research Task Force + : (IRTF), Internet Engineering Steering Group + : (IESG), Internet Architecture Board (IAB), + : Internet Assigned Numbers Authority (IANA), + : Internet Society (ISOC), Request For Comments + : (RFC) Editor, or any combination or variation of + : such terms (including without limitation the + : IETF "4 diamonds" logo), or any terms that are + : confusingly similar thereto, and + : + : (c) remove any claims of status as an Internet + : Standard, including without limitation removing + : the RFC boilerplate. + : + : The IETF suggests that any citation or excerpt of + : unmodified text reference the RFC or other document from + : which the text is derived. + : + : To indicate that you agree to these terms, please reply to this e-mail + : and quote the license above and indicate that you agree to this. + : + I agree. + + Pekka + ________________________________________________________________________ + Pekka Riikonen priikone at silcnet.org + Secure Internet Live Conferencing (SILC) http://silcnet.org/ + + * lib/contrib/getopti.c, + lib/contrib/getopti.h: + + Public Domain. + + * lib/contrib/nfkc.c, + lib/contrib/stringprep.c: + + Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson + + Licensed under the GNU Lesser General Public License, version 2.1 or any + later version. + + * lib/contrib/regexpr.c, + lib/contrib/regexpr.h: + + Copyright (C) 1991 Tatu Ylonen + + Permission to use, copy, modify, distribute, and sell this software and its + documentation is hereby granted without fee, provided that the above + copyright notice appears in all source code copies, the name of Tatu Ylonen + is not used to advertise products containing this software or a derivation + thereof, and all modified versions are clearly marked as such. + + * lib/silccrypt/aes.c: + + Copyright (C) 1998-2006 Brian Gladman + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + ALTERNATIVELY, provided that this notice is retained in full, this product + may be distributed under the terms of the GNU General Public License (GPL), + in which case the provisions of the GPL apply INSTEAD OF those given above. + + * lib/silccrypt/aes_x86.asm, + lib/silccrypt/aes_x86_64.asm: + + Copyright (C) 2002 Brian Gladman + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + ALTERNATIVELY, provided that this notice is retained in full, this product + may be distributed under the terms of the GNU General Public License (GPL), + in which case the provisions of the GPL apply INSTEAD OF those given above. + + * lib/silccrypt/blowfish.c: + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, dis-tribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of the authors shall not be + used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization from the authors. + + * lib/silccrypt/md5.c, + lib/silccrypt/md5_internal.h: + + Public Domain. + + * lib/silccrypt/rijndael_internal.h: + + Copyright (C) 1998-2006 Brian Gladman + + Licensed under the GNU General Public License + OR under the following terms: + + The free distribution and use of this software in both source and binary + form is allowed (with or without changes) provided that: + + 1. distributions of this source code include the above copyright + notice, this list of conditions and the following disclaimer; + + 2. distributions in binary form include the above copyright + notice, this list of conditions and the following disclaimer + iin the documentation and/or other associated materials; + + 3. the copyright holder's name is not used to endorse products + built using this software without specific written permission. + + * lib/silccrypt/sha1.c, + lib/silccrypt/sha1_internal.h: + + Public Domain. + + * lib/silccrypt/sha256.c: + + Public Domain. + + * lib/silcrypt/twofish.c: + + Copyright (C) 1999 Brian Gladman + + Copyright in this implementation is held by Dr B R Gladman but I hereby + give permission for its free direct or derivative use subject to + acknowledgment of its origin and compliance with any conditions that the + originators of the algorithm place on its exploitation. + + * lib/silcmath/tma.c, + lib/silcmath/tma.h: + + Public Domain. + + * lib/silcutil/silcconfig.c, + lib/silcutil/silcconfig.h: + + Copyright (C) 2002-2006 Giovanni Giacobbi + + Licensed under the same terms as SILC Toolkit. + + * lib/silcutil/silcsnprintf.c: + + Copyright (C) 1995 Patrick Powell + + This code is based on code written by Patrick Powell (papowell@astart.com) + It may be used for any purpose as long as this notice remains intact on all + source code distributions + + * tutorial/mybot/mybot.c: + + Public Domain. diff --git a/debian-silc-toolkit/docs b/debian-silc-toolkit/docs new file mode 100644 index 00000000..521d2d3e --- /dev/null +++ b/debian-silc-toolkit/docs @@ -0,0 +1,4 @@ +README +README.CVS +TODO +CREDITS diff --git a/debian-silc-toolkit/libsilc-1.1-2.install b/debian-silc-toolkit/libsilc-1.1-2.install new file mode 100644 index 00000000..cea7159c --- /dev/null +++ b/debian-silc-toolkit/libsilc-1.1-2.install @@ -0,0 +1,2 @@ +usr/lib/libsilc-*.so.* +usr/lib/silc/*/*.so* diff --git a/debian-silc-toolkit/libsilc-1.1-2.symbols b/debian-silc-toolkit/libsilc-1.1-2.symbols new file mode 100644 index 00000000..e5b259be --- /dev/null +++ b/debian-silc-toolkit/libsilc-1.1-2.symbols @@ -0,0 +1,3 @@ +#include "libsilc-1.1-2.symbols.common" +libsilc-1.1.so.2 libsilc-1.1-2 #MINVER# + silc_epoll@Base 1.1.3 diff --git a/debian-silc-toolkit/libsilc-1.1-2.symbols.common b/debian-silc-toolkit/libsilc-1.1-2.symbols.common new file mode 100644 index 00000000..e0b18181 --- /dev/null +++ b/debian-silc-toolkit/libsilc-1.1-2.symbols.common @@ -0,0 +1,1168 @@ +libsilc-1.1.so.2 libsilc-1.1-2 #MINVER# + KARATSUBA_MUL_CUTOFF@Base 1.1.3 + KARATSUBA_SQR_CUTOFF@Base 1.1.3 + MD5Final@Base 1.1.3 + MD5Init@Base 1.1.3 + MD5Transform@Base 1.1.3 + MD5Update@Base 1.1.3 + SHA1Final@Base 1.1.3 + SHA1Init@Base 1.1.3 + SHA1Transform@Base 1.1.3 + SHA1Update@Base 1.1.3 + TOOM_MUL_CUTOFF@Base 1.1.3 + TOOM_SQR_CUTOFF@Base 1.1.3 + aes_decrypt@Base 1.1.3 + aes_decrypt_key128@Base 1.1.3 + aes_decrypt_key192@Base 1.1.3 + aes_decrypt_key256@Base 1.1.3 + aes_decrypt_key@Base 1.1.3 + aes_encrypt@Base 1.1.3 + aes_encrypt_key128@Base 1.1.3 + aes_encrypt_key192@Base 1.1.3 + aes_encrypt_key256@Base 1.1.3 + aes_encrypt_key@Base 1.1.3 + ashx@Base 1.1.3 + blowfish_decrypt@Base 1.1.3 + blowfish_encrypt@Base 1.1.3 + blowfish_set_key@Base 1.1.3 + bn_reverse@Base 1.1.3 + fast_s_tma_mp_mul_digs@Base 1.1.3 + fast_s_tma_mp_mul_high_digs@Base 1.1.3 + fast_s_tma_mp_sqr@Base 1.1.3 + fast_tma_mp_invmod@Base 1.1.3 + fast_tma_mp_montgomery_reduce@Base 1.1.3 + global_rng@Base 1.1.3 + h_fun@Base 1.1.3 + ltm_prime_tab@Base 1.1.3 + mds_rem@Base 1.1.3 + memfs_close@Base 1.1.3 + memfs_encode_handle@Base 1.1.3 + memfs_extended@Base 1.1.3 + memfs_fsetstat@Base 1.1.3 + memfs_fstat@Base 1.1.3 + memfs_get_handle@Base 1.1.3 + memfs_lstat@Base 1.1.3 + memfs_mkdir@Base 1.1.3 + memfs_open@Base 1.1.3 + memfs_opendir@Base 1.1.3 + memfs_read@Base 1.1.3 + memfs_readdir@Base 1.1.3 + memfs_readlink@Base 1.1.3 + memfs_realpath@Base 1.1.3 + memfs_remove@Base 1.1.3 + memfs_rename@Base 1.1.3 + memfs_rmdir@Base 1.1.3 + memfs_setstat@Base 1.1.3 + memfs_stat@Base 1.1.3 + memfs_symlink@Base 1.1.3 + memfs_write@Base 1.1.3 + primesize@Base 1.1.3 + qp@Base 1.1.3 + qt0@Base 1.1.3 + qt1@Base 1.1.3 + qt2@Base 1.1.3 + qt3@Base 1.1.3 + ror4@Base 1.1.3 + s_tma_mp_add@Base 1.1.3 + s_tma_mp_exptmod@Base 1.1.3 + s_tma_mp_mul_digs@Base 1.1.3 + s_tma_mp_mul_high_digs@Base 1.1.3 + s_tma_mp_sqr@Base 1.1.3 + s_tma_mp_sub@Base 1.1.3 + schedule_ops@Base 1.1.3 + sha256_compress@Base 1.1.3 + sha256_done@Base 1.1.3 + sha256_init@Base 1.1.3 + sha256_process@Base 1.1.3 + signal_call@Base 1.1.3 + silc_aes_cbc_context_len@Base 1.1.3 + silc_aes_cbc_decrypt@Base 1.1.3 + silc_aes_cbc_encrypt@Base 1.1.3 + silc_aes_cbc_set_iv@Base 1.1.3 + silc_aes_cbc_set_key@Base 1.1.3 + silc_aes_ctr_context_len@Base 1.1.3 + silc_aes_ctr_decrypt@Base 1.1.3 + silc_aes_ctr_encrypt@Base 1.1.3 + silc_aes_ctr_set_iv@Base 1.1.3 + silc_aes_ctr_set_key@Base 1.1.3 + silc_appendix_c@Base 1.1.3 + silc_appendix_d@Base 1.1.3 + silc_argument_get_arg_num@Base 1.1.3 + silc_argument_get_arg_type@Base 1.1.3 + silc_argument_get_decoded@Base 1.1.3 + silc_argument_get_first_arg@Base 1.1.3 + silc_argument_get_next_arg@Base 1.1.3 + silc_argument_list_free@Base 1.1.3 + silc_argument_list_parse@Base 1.1.3 + silc_argument_list_parse_decoded@Base 1.1.3 + silc_argument_payload_encode@Base 1.1.3 + silc_argument_payload_encode_one@Base 1.1.3 + silc_argument_payload_encode_payload@Base 1.1.3 + silc_argument_payload_free@Base 1.1.3 + silc_argument_payload_parse@Base 1.1.3 + silc_asn1_alloc@Base 1.1.3 + silc_asn1_decode@Base 1.1.3 + silc_asn1_dump@Base 1.1.3 + silc_asn1_encode@Base 1.1.3 + silc_asn1_free@Base 1.1.3 + silc_asn1_init@Base 1.1.3 + silc_asn1_tag_name@Base 1.1.3 + silc_asn1_uninit@Base 1.1.3 + silc_asprintf@Base 1.1.3 + silc_async_abort@Base 1.1.3 + silc_async_alloc@Base 1.1.3 + silc_async_free@Base 1.1.3 + silc_async_get_context@Base 1.1.3 + silc_async_halt@Base 1.1.3 + silc_async_init@Base 1.1.3 + silc_async_resume@Base 1.1.3 + silc_attribute_get_attribute@Base 1.1.3 + silc_attribute_get_data@Base 1.1.3 + silc_attribute_get_flags@Base 1.1.3 + silc_attribute_get_object@Base 1.1.3 + silc_attribute_get_verify_data@Base 1.1.3 + silc_attribute_payload_alloc@Base 1.1.3 + silc_attribute_payload_encode@Base 1.1.3 + silc_attribute_payload_encode_data@Base 1.1.3 + silc_attribute_payload_free@Base 1.1.3 + silc_attribute_payload_list_free@Base 1.1.3 + silc_attribute_payload_parse@Base 1.1.3 + silc_auth_get_data@Base 1.1.3 + silc_auth_get_method@Base 1.1.3 + silc_auth_get_public_data@Base 1.1.3 + silc_auth_payload_encode@Base 1.1.3 + silc_auth_payload_free@Base 1.1.3 + silc_auth_payload_parse@Base 1.1.3 + silc_auth_public_key_auth_generate@Base 1.1.3 + silc_auth_public_key_auth_generate_wpub@Base 1.1.3 + silc_auth_public_key_auth_verify@Base 1.1.3 + silc_auth_public_key_auth_verify_data@Base 1.1.3 + silc_auth_verify@Base 1.1.3 + silc_auth_verify_data@Base 1.1.3 + silc_base64_decode@Base 1.1.3 + silc_base64_encode@Base 1.1.3 + silc_base64_encode_file@Base 1.1.3 + silc_ber_decode@Base 1.1.3 + silc_ber_encode@Base 1.1.3 + silc_ber_encoded_len@Base 1.1.3 + silc_blowfish_cbc_context_len@Base 1.1.3 + silc_blowfish_cbc_decrypt@Base 1.1.3 + silc_blowfish_cbc_encrypt@Base 1.1.3 + silc_blowfish_cbc_set_iv@Base 1.1.3 + silc_blowfish_cbc_set_key@Base 1.1.3 + silc_buffer_format@Base 1.1.3 + silc_buffer_format_vp@Base 1.1.3 + silc_buffer_sformat@Base 1.1.3 + silc_buffer_sformat_vp@Base 1.1.3 + silc_buffer_sstrformat@Base 1.1.3 + silc_buffer_strformat@Base 1.1.3 + silc_buffer_sunformat@Base 1.1.3 + silc_buffer_sunformat_vp@Base 1.1.3 + silc_buffer_unformat@Base 1.1.3 + silc_buffer_unformat_vp@Base 1.1.3 + silc_calloc@Base 1.1.3 + silc_change_private_key_passphrase@Base 1.1.3 + silc_channel_get_id@Base 1.1.3 + silc_channel_get_id_parse@Base 1.1.3 + silc_channel_get_mode@Base 1.1.3 + silc_channel_get_name@Base 1.1.3 + silc_channel_key_get_cipher@Base 1.1.3 + silc_channel_key_get_id@Base 1.1.3 + silc_channel_key_get_key@Base 1.1.3 + silc_channel_key_payload_encode@Base 1.1.3 + silc_channel_key_payload_free@Base 1.1.3 + silc_channel_key_payload_parse@Base 1.1.3 + silc_channel_name_check@Base 1.1.3 + silc_channel_name_verify@Base 1.1.3 + silc_channel_payload_encode@Base 1.1.3 + silc_channel_payload_free@Base 1.1.3 + silc_channel_payload_list_free@Base 1.1.3 + silc_channel_payload_parse@Base 1.1.3 + silc_channel_payload_parse_list@Base 1.1.3 + silc_check_line@Base 1.1.3 + silc_cipher_alloc@Base 1.1.3 + silc_cipher_decrypt@Base 1.1.3 + silc_cipher_encrypt@Base 1.1.3 + silc_cipher_free@Base 1.1.3 + silc_cipher_get_block_len@Base 1.1.3 + silc_cipher_get_iv@Base 1.1.3 + silc_cipher_get_iv_len@Base 1.1.3 + silc_cipher_get_key_len@Base 1.1.3 + silc_cipher_get_mode@Base 1.1.3 + silc_cipher_get_name@Base 1.1.3 + silc_cipher_get_supported@Base 1.1.3 + silc_cipher_is_supported@Base 1.1.3 + silc_cipher_list@Base 1.1.3 + silc_cipher_register@Base 1.1.3 + silc_cipher_register_default@Base 1.1.3 + silc_cipher_set_iv@Base 1.1.3 + silc_cipher_set_key@Base 1.1.3 + silc_cipher_unregister@Base 1.1.3 + silc_cipher_unregister_all@Base 1.1.3 + silc_client_chmode@Base 1.1.3 + silc_client_chumode@Base 1.1.3 + silc_client_chumode_char@Base 1.1.3 + silc_command_get@Base 1.1.3 + silc_command_get_args@Base 1.1.3 + silc_command_get_ident@Base 1.1.3 + silc_command_get_status@Base 1.1.3 + silc_command_payload_encode@Base 1.1.3 + silc_command_payload_encode_payload@Base 1.1.3 + silc_command_payload_encode_va@Base 1.1.3 + silc_command_payload_encode_vap@Base 1.1.3 + silc_command_payload_free@Base 1.1.3 + silc_command_payload_parse@Base 1.1.3 + silc_command_reply_payload_encode_va@Base 1.1.3 + silc_command_reply_payload_encode_vap@Base 1.1.3 + silc_command_set_command@Base 1.1.3 + silc_command_set_ident@Base 1.1.3 + silc_compare_timeval@Base 1.1.3 + silc_cond_alloc@Base 1.1.3 + silc_cond_broadcast@Base 1.1.3 + silc_cond_free@Base 1.1.3 + silc_cond_signal@Base 1.1.3 + silc_cond_timedwait@Base 1.1.3 + silc_cond_wait@Base 1.1.3 + silc_config_close@Base 1.1.3 + silc_config_get_filename@Base 1.1.3 + silc_config_get_line@Base 1.1.3 + silc_config_init@Base 1.1.3 + silc_config_main@Base 1.1.3 + silc_config_open@Base 1.1.3 + silc_config_read_current_line@Base 1.1.3 + silc_config_read_line@Base 1.1.3 + silc_config_register@Base 1.1.3 + silc_config_register_table@Base 1.1.3 + silc_config_strerror@Base 1.1.3 + silc_connauth_alloc@Base 1.1.3 + silc_connauth_free@Base 1.1.3 + silc_connauth_get_ske@Base 1.1.3 + silc_connauth_initiator@Base 1.1.3 + silc_connauth_responder@Base 1.1.3 + silc_connauth_st_initiator_failure@Base 1.1.3 + silc_connauth_st_initiator_result@Base 1.1.3 + silc_connauth_st_initiator_start@Base 1.1.3 + silc_connauth_st_responder_authenticate@Base 1.1.3 + silc_connauth_st_responder_authenticate_pk@Base 1.1.3 + silc_connauth_st_responder_failure@Base 1.1.3 + silc_connauth_st_responder_start@Base 1.1.3 + silc_connauth_st_responder_success@Base 1.1.3 + silc_connauth_timeout@Base 1.1.3 + silc_create_key_pair@Base 1.1.3 + silc_default_ciphers@Base 1.1.3 + silc_default_hash@Base 1.1.3 + silc_default_hmacs@Base 1.1.3 + silc_default_pkcs@Base 1.1.3 + silc_default_pkcs_alg@Base 1.1.3 + silc_fd_stream_close@Base 1.1.3 + silc_fd_stream_create2@Base 1.1.3 + silc_fd_stream_create@Base 1.1.3 + silc_fd_stream_destroy@Base 1.1.3 + silc_fd_stream_file2@Base 1.1.3 + silc_fd_stream_file@Base 1.1.3 + silc_fd_stream_get_error@Base 1.1.3 + silc_fd_stream_get_info@Base 1.1.3 + silc_fd_stream_get_schedule@Base 1.1.3 + silc_fd_stream_io@Base 1.1.3 + silc_fd_stream_notifier@Base 1.1.3 + silc_fd_stream_ops@Base 1.1.3 + silc_fd_stream_read@Base 1.1.3 + silc_fd_stream_write@Base 1.1.3 + silc_file_close@Base 1.1.3 + silc_file_open@Base 1.1.3 + silc_file_open_mode@Base 1.1.3 + silc_file_read@Base 1.1.3 + silc_file_readfile@Base 1.1.3 + silc_file_set_nonblock@Base 1.1.3 + silc_file_size@Base 1.1.3 + silc_file_write@Base 1.1.3 + silc_file_writefile@Base 1.1.3 + silc_file_writefile_mode@Base 1.1.3 + silc_fingerprint@Base 1.1.3 + silc_format@Base 1.1.3 + silc_free@Base 1.1.3 + silc_fsm_alloc@Base 1.1.3 + silc_fsm_continue@Base 1.1.3 + silc_fsm_continue_sync@Base 1.1.3 + silc_fsm_event_alloc@Base 1.1.3 + silc_fsm_event_free@Base 1.1.3 + silc_fsm_event_init@Base 1.1.3 + silc_fsm_event_signal@Base 1.1.3 + silc_fsm_event_timedout@Base 1.1.3 + silc_fsm_event_timedwait@Base 1.1.3 + silc_fsm_event_wait@Base 1.1.3 + silc_fsm_finish@Base 1.1.3 + silc_fsm_finish_fsm@Base 1.1.3 + silc_fsm_free@Base 1.1.3 + silc_fsm_free_final@Base 1.1.3 + silc_fsm_get_context@Base 1.1.3 + silc_fsm_get_machine@Base 1.1.3 + silc_fsm_get_schedule@Base 1.1.3 + silc_fsm_get_state_context@Base 1.1.3 + silc_fsm_init@Base 1.1.3 + silc_fsm_is_started@Base 1.1.3 + silc_fsm_next@Base 1.1.3 + silc_fsm_next_later@Base 1.1.3 + silc_fsm_run@Base 1.1.3 + silc_fsm_set_context@Base 1.1.3 + silc_fsm_set_state_context@Base 1.1.3 + silc_fsm_signal@Base 1.1.3 + silc_fsm_start@Base 1.1.3 + silc_fsm_start_real_thread@Base 1.1.3 + silc_fsm_start_sync@Base 1.1.3 + silc_fsm_thread@Base 1.1.3 + silc_fsm_thread_alloc@Base 1.1.3 + silc_fsm_thread_init@Base 1.1.3 + silc_fsm_thread_wait@Base 1.1.3 + silc_get_command_name@Base 1.1.3 + silc_get_input@Base 1.1.3 + silc_get_mode_list@Base 1.1.3 + silc_get_packet_name@Base 1.1.3 + silc_get_real_name@Base 1.1.3 + silc_get_status_message@Base 1.1.3 + silc_get_username@Base 1.1.3 + silc_gets@Base 1.1.3 + silc_gettimeofday@Base 1.1.3 + silc_hash_alloc@Base 1.1.3 + silc_hash_alloc_by_oid@Base 1.1.3 + silc_hash_babbleprint@Base 1.1.3 + silc_hash_block_len@Base 1.1.3 + silc_hash_client_id_compare@Base 1.1.3 + silc_hash_client_id_hash@Base 1.1.3 + silc_hash_data@Base 1.1.3 + silc_hash_data_compare@Base 1.1.3 + silc_hash_final@Base 1.1.3 + silc_hash_fingerprint@Base 1.1.3 + silc_hash_free@Base 1.1.3 + silc_hash_get_name@Base 1.1.3 + silc_hash_get_oid@Base 1.1.3 + silc_hash_get_supported@Base 1.1.3 + silc_hash_id@Base 1.1.3 + silc_hash_id_compare@Base 1.1.3 + silc_hash_id_compare_full@Base 1.1.3 + silc_hash_init@Base 1.1.3 + silc_hash_is_supported@Base 1.1.3 + silc_hash_len@Base 1.1.3 + silc_hash_list@Base 1.1.3 + silc_hash_make@Base 1.1.3 + silc_hash_ptr@Base 1.1.3 + silc_hash_public_key@Base 1.1.3 + silc_hash_public_key_compare@Base 1.1.3 + silc_hash_register@Base 1.1.3 + silc_hash_register_default@Base 1.1.3 + silc_hash_string@Base 1.1.3 + silc_hash_string_compare@Base 1.1.3 + silc_hash_table_add@Base 1.1.3 + silc_hash_table_add_ext@Base 1.1.3 + silc_hash_table_alloc@Base 1.1.3 + silc_hash_table_count@Base 1.1.3 + silc_hash_table_del@Base 1.1.3 + silc_hash_table_del_by_context@Base 1.1.3 + silc_hash_table_del_by_context_ext@Base 1.1.3 + silc_hash_table_del_ext@Base 1.1.3 + silc_hash_table_find@Base 1.1.3 + silc_hash_table_find_by_context@Base 1.1.3 + silc_hash_table_find_by_context_ext@Base 1.1.3 + silc_hash_table_find_ext@Base 1.1.3 + silc_hash_table_find_foreach@Base 1.1.3 + silc_hash_table_find_foreach_ext@Base 1.1.3 + silc_hash_table_foreach@Base 1.1.3 + silc_hash_table_free@Base 1.1.3 + silc_hash_table_get@Base 1.1.3 + silc_hash_table_list@Base 1.1.3 + silc_hash_table_list_reset@Base 1.1.3 + silc_hash_table_rehash@Base 1.1.3 + silc_hash_table_rehash_ext@Base 1.1.3 + silc_hash_table_replace@Base 1.1.3 + silc_hash_table_replace_ext@Base 1.1.3 + silc_hash_table_size@Base 1.1.3 + silc_hash_transform@Base 1.1.3 + silc_hash_uint@Base 1.1.3 + silc_hash_unregister@Base 1.1.3 + silc_hash_unregister_all@Base 1.1.3 + silc_hash_update@Base 1.1.3 + silc_hash_utf8_compare@Base 1.1.3 + silc_hash_utf8_string@Base 1.1.3 + silc_hmac_alloc@Base 1.1.3 + silc_hmac_final@Base 1.1.3 + silc_hmac_free@Base 1.1.3 + silc_hmac_get_hash@Base 1.1.3 + silc_hmac_get_key@Base 1.1.3 + silc_hmac_get_name@Base 1.1.3 + silc_hmac_get_supported@Base 1.1.3 + silc_hmac_init@Base 1.1.3 + silc_hmac_init_with_key@Base 1.1.3 + silc_hmac_is_supported@Base 1.1.3 + silc_hmac_len@Base 1.1.3 + silc_hmac_list@Base 1.1.3 + silc_hmac_make@Base 1.1.3 + silc_hmac_make_truncated@Base 1.1.3 + silc_hmac_make_with_key@Base 1.1.3 + silc_hmac_register@Base 1.1.3 + silc_hmac_register_default@Base 1.1.3 + silc_hmac_set_key@Base 1.1.3 + silc_hmac_unregister@Base 1.1.3 + silc_hmac_unregister_all@Base 1.1.3 + silc_hmac_update@Base 1.1.3 + silc_http_php@Base 1.1.3 + silc_http_php_file@Base 1.1.3 + silc_http_server_add_header@Base 1.1.3 + silc_http_server_alloc@Base 1.1.3 + silc_http_server_connection_timeout@Base 1.1.3 + silc_http_server_free@Base 1.1.3 + silc_http_server_get_header@Base 1.1.3 + silc_http_server_send@Base 1.1.3 + silc_http_server_send_error@Base 1.1.3 + silc_id_dup@Base 1.1.3 + silc_id_get_len@Base 1.1.3 + silc_id_id2str@Base 1.1.3 + silc_id_payload_encode@Base 1.1.3 + silc_id_payload_encode_data@Base 1.1.3 + silc_id_payload_free@Base 1.1.3 + silc_id_payload_get_data@Base 1.1.3 + silc_id_payload_get_id@Base 1.1.3 + silc_id_payload_get_len@Base 1.1.3 + silc_id_payload_get_type@Base 1.1.3 + silc_id_payload_parse@Base 1.1.3 + silc_id_payload_parse_id@Base 1.1.3 + silc_id_render@Base 1.1.3 + silc_id_str2id2@Base 1.1.3 + silc_id_str2id@Base 1.1.3 + silc_idcache_add@Base 1.1.3 + silc_idcache_alloc@Base 1.1.3 + silc_idcache_del@Base 1.1.3 + silc_idcache_del_by_context@Base 1.1.3 + silc_idcache_del_by_id@Base 1.1.3 + silc_idcache_find_by_context@Base 1.1.3 + silc_idcache_find_by_id@Base 1.1.3 + silc_idcache_find_by_id_one@Base 1.1.3 + silc_idcache_find_by_name@Base 1.1.3 + silc_idcache_find_by_name_one@Base 1.1.3 + silc_idcache_free@Base 1.1.3 + silc_idcache_get_all@Base 1.1.3 + silc_idcache_move@Base 1.1.3 + silc_idcache_update@Base 1.1.3 + silc_idcache_update_by_context@Base 1.1.3 + silc_identifier_check@Base 1.1.3 + silc_identifier_verify@Base 1.1.3 + silc_key_agreement_get_hostname@Base 1.1.3 + silc_key_agreement_get_port@Base 1.1.3 + silc_key_agreement_get_protocol@Base 1.1.3 + silc_key_agreement_payload_encode@Base 1.1.3 + silc_key_agreement_payload_free@Base 1.1.3 + silc_key_agreement_payload_parse@Base 1.1.3 + silc_load_key_pair@Base 1.1.3 + silc_log_debug@Base 1.1.3 + silc_log_debug_hexdump@Base 1.1.3 + silc_log_fflush_callback@Base 1.1.3 + silc_log_flush_all@Base 1.1.3 + silc_log_flushdelay@Base 1.1.3 + silc_log_get_file@Base 1.1.3 + silc_log_output@Base 1.1.3 + silc_log_output_debug@Base 1.1.3 + silc_log_output_hexdump@Base 1.1.3 + silc_log_quick@Base 1.1.3 + silc_log_reset_all@Base 1.1.3 + silc_log_reset_callbacks@Base 1.1.3 + silc_log_reset_debug_callbacks@Base 1.1.3 + silc_log_set_callback@Base 1.1.3 + silc_log_set_debug_callbacks@Base 1.1.3 + silc_log_set_debug_string@Base 1.1.3 + silc_log_set_file@Base 1.1.3 + silc_log_timestamp@Base 1.1.3 + silc_malloc@Base 1.1.3 + silc_math_gen_prime@Base 1.1.3 + silc_math_prime_test@Base 1.1.3 + silc_md5_context_len@Base 1.1.3 + silc_md5_final@Base 1.1.3 + silc_md5_init@Base 1.1.3 + silc_md5_transform@Base 1.1.3 + silc_md5_update@Base 1.1.3 + silc_memdup@Base 1.1.3 + silc_message_get_data@Base 1.1.3 + silc_message_get_flags@Base 1.1.3 + silc_message_get_mac@Base 1.1.3 + silc_message_payload_decrypt@Base 1.1.3 + silc_message_payload_encode@Base 1.1.3 + silc_message_payload_encrypt@Base 1.1.3 + silc_message_payload_free@Base 1.1.3 + silc_message_payload_parse@Base 1.1.3 + silc_message_signed_get_public_key@Base 1.1.3 + silc_message_signed_verify@Base 1.1.3 + silc_mime_add_data@Base 1.1.3 + silc_mime_add_field@Base 1.1.3 + silc_mime_add_multipart@Base 1.1.3 + silc_mime_alloc@Base 1.1.3 + silc_mime_assemble@Base 1.1.3 + silc_mime_assembler_alloc@Base 1.1.3 + silc_mime_assembler_free@Base 1.1.3 + silc_mime_decode@Base 1.1.3 + silc_mime_encode@Base 1.1.3 + silc_mime_encode_partial@Base 1.1.3 + silc_mime_free@Base 1.1.3 + silc_mime_get_data@Base 1.1.3 + silc_mime_get_field@Base 1.1.3 + silc_mime_get_multiparts@Base 1.1.3 + silc_mime_is_multipart@Base 1.1.3 + silc_mime_is_partial@Base 1.1.3 + silc_mime_partial_free@Base 1.1.3 + silc_mime_set_multipart@Base 1.1.3 + silc_mime_steal_data@Base 1.1.3 + silc_mp_abs@Base 1.1.3 + silc_mp_add@Base 1.1.3 + silc_mp_add_ui@Base 1.1.3 + silc_mp_and@Base 1.1.3 + silc_mp_bin2mp@Base 1.1.3 + silc_mp_cmp@Base 1.1.3 + silc_mp_cmp_si@Base 1.1.3 + silc_mp_cmp_ui@Base 1.1.3 + silc_mp_div@Base 1.1.3 + silc_mp_div_2exp@Base 1.1.3 + silc_mp_div_2exp_qr@Base 1.1.3 + silc_mp_div_qr@Base 1.1.3 + silc_mp_div_ui@Base 1.1.3 + silc_mp_gcd@Base 1.1.3 + silc_mp_gcdext@Base 1.1.3 + silc_mp_get_str@Base 1.1.3 + silc_mp_get_ui@Base 1.1.3 + silc_mp_init@Base 1.1.3 + silc_mp_mod@Base 1.1.3 + silc_mp_mod_2exp@Base 1.1.3 + silc_mp_mod_ui@Base 1.1.3 + silc_mp_modinv@Base 1.1.3 + silc_mp_mp2bin@Base 1.1.3 + silc_mp_mp2bin_noalloc@Base 1.1.3 + silc_mp_mul@Base 1.1.3 + silc_mp_mul_2exp@Base 1.1.3 + silc_mp_mul_ui@Base 1.1.3 + silc_mp_neg@Base 1.1.3 + silc_mp_or@Base 1.1.3 + silc_mp_pow@Base 1.1.3 + silc_mp_pow_mod@Base 1.1.3 + silc_mp_pow_mod_ui@Base 1.1.3 + silc_mp_pow_ui@Base 1.1.3 + silc_mp_set@Base 1.1.3 + silc_mp_set_si@Base 1.1.3 + silc_mp_set_str@Base 1.1.3 + silc_mp_set_ui@Base 1.1.3 + silc_mp_sinit@Base 1.1.3 + silc_mp_size@Base 1.1.3 + silc_mp_sizeinbase@Base 1.1.3 + silc_mp_sqrt@Base 1.1.3 + silc_mp_sub@Base 1.1.3 + silc_mp_sub_ui@Base 1.1.3 + silc_mp_uninit@Base 1.1.3 + silc_mp_xor@Base 1.1.3 + silc_mutex_alloc@Base 1.1.3 + silc_mutex_assert_locked@Base 1.1.3 + silc_mutex_free@Base 1.1.3 + silc_mutex_lock@Base 1.1.3 + silc_mutex_unlock@Base 1.1.3 + silc_net_accept@Base 1.1.3 + silc_net_accept_connection@Base 1.1.3 + silc_net_addr2bin@Base 1.1.3 + silc_net_check_host_by_sock@Base 1.1.3 + silc_net_check_local_by_sock@Base 1.1.3 + silc_net_close_connection@Base 1.1.3 + silc_net_close_listener@Base 1.1.3 + silc_net_connect_st_connected@Base 1.1.3 + silc_net_connect_st_finish@Base 1.1.3 + silc_net_connect_st_start@Base 1.1.3 + silc_net_connect_st_stream@Base 1.1.3 + silc_net_connect_wait@Base 1.1.3 + silc_net_get_error_string@Base 1.1.3 + silc_net_get_local_port@Base 1.1.3 + silc_net_get_remote_port@Base 1.1.3 + silc_net_get_socket_opt@Base 1.1.3 + silc_net_gethostbyaddr@Base 1.1.3 + silc_net_gethostbyaddr_async@Base 1.1.3 + silc_net_gethostbyname@Base 1.1.3 + silc_net_gethostbyname_async@Base 1.1.3 + silc_net_is_ip4@Base 1.1.3 + silc_net_is_ip6@Base 1.1.3 + silc_net_is_ip@Base 1.1.3 + silc_net_listener_get_hostname@Base 1.1.3 + silc_net_listener_get_ip@Base 1.1.3 + silc_net_listener_get_port@Base 1.1.3 + silc_net_localhost@Base 1.1.3 + silc_net_localip@Base 1.1.3 + silc_net_resolve_completion@Base 1.1.3 + silc_net_set_socket_nonblock@Base 1.1.3 + silc_net_set_socket_opt@Base 1.1.3 + silc_net_tcp_connect@Base 1.1.3 + silc_net_tcp_create_listener@Base 1.1.3 + silc_net_udp_connect@Base 1.1.3 + silc_net_udp_receive@Base 1.1.3 + silc_net_udp_send@Base 1.1.3 + silc_none_context_len@Base 1.1.3 + silc_none_decrypt@Base 1.1.3 + silc_none_encrypt@Base 1.1.3 + silc_none_set_iv@Base 1.1.3 + silc_none_set_key@Base 1.1.3 + silc_notify_get_arg_num@Base 1.1.3 + silc_notify_get_args@Base 1.1.3 + silc_notify_get_type@Base 1.1.3 + silc_notify_payload_encode@Base 1.1.3 + silc_notify_payload_encode_args@Base 1.1.3 + silc_notify_payload_free@Base 1.1.3 + silc_notify_payload_parse@Base 1.1.3 + silc_packet_engine_free_streams_list@Base 1.1.3 + silc_packet_engine_get_streams@Base 1.1.3 + silc_packet_engine_start@Base 1.1.3 + silc_packet_engine_stop@Base 1.1.3 + silc_packet_error_string@Base 1.1.3 + silc_packet_free@Base 1.1.3 + silc_packet_get_context@Base 1.1.3 + silc_packet_get_engine@Base 1.1.3 + silc_packet_get_ids@Base 1.1.3 + silc_packet_get_keys@Base 1.1.3 + silc_packet_get_sender@Base 1.1.3 + silc_packet_send@Base 1.1.3 + silc_packet_send_ext@Base 1.1.3 + silc_packet_send_va@Base 1.1.3 + silc_packet_send_va_ext@Base 1.1.3 + silc_packet_set_context@Base 1.1.3 + silc_packet_set_ids@Base 1.1.3 + silc_packet_set_keys@Base 1.1.3 + silc_packet_set_sid@Base 1.1.3 + silc_packet_stream_add_remote@Base 1.1.3 + silc_packet_stream_create@Base 1.1.3 + silc_packet_stream_destroy@Base 1.1.3 + silc_packet_stream_get_stream@Base 1.1.3 + silc_packet_stream_inject_packet@Base 1.1.3 + silc_packet_stream_is_udp@Base 1.1.3 + silc_packet_stream_is_valid@Base 1.1.3 + silc_packet_stream_link@Base 1.1.3 + silc_packet_stream_ops@Base 1.1.3 + silc_packet_stream_ref@Base 1.1.3 + silc_packet_stream_set_iv_included@Base 1.1.3 + silc_packet_stream_set_router@Base 1.1.3 + silc_packet_stream_set_stream@Base 1.1.3 + silc_packet_stream_unlink@Base 1.1.3 + silc_packet_stream_unref@Base 1.1.3 + silc_packet_stream_wrap@Base 1.1.3 + silc_packet_wait@Base 1.1.3 + silc_packet_wait_init@Base 1.1.3 + silc_packet_wait_uninit@Base 1.1.3 + silc_packet_wrap_close@Base 1.1.3 + silc_packet_wrap_destroy@Base 1.1.3 + silc_packet_wrap_get_schedule@Base 1.1.3 + silc_packet_wrap_notifier@Base 1.1.3 + silc_packet_wrap_read@Base 1.1.3 + silc_packet_wrap_read_more@Base 1.1.3 + silc_packet_wrap_write@Base 1.1.3 + silc_parse_command_line@Base 1.1.3 + silc_parse_userfqdn@Base 1.1.3 + silc_parse_version_string@Base 1.1.3 + silc_pkcs1_decode@Base 1.1.3 + silc_pkcs1_decrypt@Base 1.1.3 + silc_pkcs1_encode@Base 1.1.3 + silc_pkcs1_encrypt@Base 1.1.3 + silc_pkcs1_export_private_key@Base 1.1.3 + silc_pkcs1_export_public_key@Base 1.1.3 + silc_pkcs1_generate_key@Base 1.1.3 + silc_pkcs1_import_private_key@Base 1.1.3 + silc_pkcs1_import_public_key@Base 1.1.3 + silc_pkcs1_private_key_bitlen@Base 1.1.3 + silc_pkcs1_private_key_free@Base 1.1.3 + silc_pkcs1_public_key_bitlen@Base 1.1.3 + silc_pkcs1_public_key_compare@Base 1.1.3 + silc_pkcs1_public_key_copy@Base 1.1.3 + silc_pkcs1_public_key_free@Base 1.1.3 + silc_pkcs1_sign@Base 1.1.3 + silc_pkcs1_sign_no_oid@Base 1.1.3 + silc_pkcs1_verify@Base 1.1.3 + silc_pkcs1_verify_no_oid@Base 1.1.3 + silc_pkcs_alg_list@Base 1.1.3 + silc_pkcs_algorithm_register@Base 1.1.3 + silc_pkcs_algorithm_unregister@Base 1.1.3 + silc_pkcs_decrypt@Base 1.1.3 + silc_pkcs_encrypt@Base 1.1.3 + silc_pkcs_find_algorithm@Base 1.1.3 + silc_pkcs_find_pkcs@Base 1.1.3 + silc_pkcs_get_algorithm@Base 1.1.3 + silc_pkcs_get_context@Base 1.1.3 + silc_pkcs_get_name@Base 1.1.3 + silc_pkcs_get_pkcs@Base 1.1.3 + silc_pkcs_get_supported@Base 1.1.3 + silc_pkcs_get_type@Base 1.1.3 + silc_pkcs_list@Base 1.1.3 + silc_pkcs_load_private_key@Base 1.1.3 + silc_pkcs_load_public_key@Base 1.1.3 + silc_pkcs_private_key_alloc@Base 1.1.3 + silc_pkcs_private_key_free@Base 1.1.3 + silc_pkcs_private_key_get_len@Base 1.1.3 + silc_pkcs_public_key_alloc@Base 1.1.3 + silc_pkcs_public_key_compare@Base 1.1.3 + silc_pkcs_public_key_copy@Base 1.1.3 + silc_pkcs_public_key_encode@Base 1.1.3 + silc_pkcs_public_key_free@Base 1.1.3 + silc_pkcs_public_key_get_len@Base 1.1.3 + silc_pkcs_register@Base 1.1.3 + silc_pkcs_register_default@Base 1.1.3 + silc_pkcs_save_private_key@Base 1.1.3 + silc_pkcs_save_public_key@Base 1.1.3 + silc_pkcs_sign@Base 1.1.3 + silc_pkcs_silc_decode_identifier@Base 1.1.3 + silc_pkcs_silc_decrypt@Base 1.1.3 + silc_pkcs_silc_encode_identifier@Base 1.1.3 + silc_pkcs_silc_encrypt@Base 1.1.3 + silc_pkcs_silc_export_private_key@Base 1.1.3 + silc_pkcs_silc_export_private_key_file@Base 1.1.3 + silc_pkcs_silc_export_public_key@Base 1.1.3 + silc_pkcs_silc_export_public_key_file@Base 1.1.3 + silc_pkcs_silc_generate_key@Base 1.1.3 + silc_pkcs_silc_get_algorithm@Base 1.1.3 + silc_pkcs_silc_import_private_key@Base 1.1.3 + silc_pkcs_silc_import_private_key_file@Base 1.1.3 + silc_pkcs_silc_import_public_key@Base 1.1.3 + silc_pkcs_silc_import_public_key_file@Base 1.1.3 + silc_pkcs_silc_private_key_bitlen@Base 1.1.3 + silc_pkcs_silc_private_key_free@Base 1.1.3 + silc_pkcs_silc_public_key_bitlen@Base 1.1.3 + silc_pkcs_silc_public_key_compare@Base 1.1.3 + silc_pkcs_silc_public_key_copy@Base 1.1.3 + silc_pkcs_silc_public_key_free@Base 1.1.3 + silc_pkcs_silc_public_key_version@Base 1.1.3 + silc_pkcs_silc_sign@Base 1.1.3 + silc_pkcs_silc_verify@Base 1.1.3 + silc_pkcs_unregister@Base 1.1.3 + silc_pkcs_unregister_all@Base 1.1.3 + silc_pkcs_verify@Base 1.1.3 + silc_public_key_payload_decode@Base 1.1.3 + silc_public_key_payload_encode@Base 1.1.3 + silc_realloc@Base 1.1.3 + silc_rng_add_noise@Base 1.1.3 + silc_rng_alloc@Base 1.1.3 + silc_rng_free@Base 1.1.3 + silc_rng_get_byte@Base 1.1.3 + silc_rng_get_byte_fast@Base 1.1.3 + silc_rng_get_rn16@Base 1.1.3 + silc_rng_get_rn32@Base 1.1.3 + silc_rng_get_rn_data@Base 1.1.3 + silc_rng_get_rn_string@Base 1.1.3 + silc_rng_global_add_noise@Base 1.1.3 + silc_rng_global_get_byte@Base 1.1.3 + silc_rng_global_get_byte_fast@Base 1.1.3 + silc_rng_global_get_rn16@Base 1.1.3 + silc_rng_global_get_rn32@Base 1.1.3 + silc_rng_global_get_rn_data@Base 1.1.3 + silc_rng_global_get_rn_string@Base 1.1.3 + silc_rng_global_init@Base 1.1.3 + silc_rng_global_uninit@Base 1.1.3 + silc_rng_init@Base 1.1.3 + silc_rsa_generate_keys@Base 1.1.3 + silc_rsa_private_operation@Base 1.1.3 + silc_rsa_public_operation@Base 1.1.3 + silc_rwlock_alloc@Base 1.1.3 + silc_rwlock_free@Base 1.1.3 + silc_rwlock_rdlock@Base 1.1.3 + silc_rwlock_unlock@Base 1.1.3 + silc_rwlock_wrlock@Base 1.1.3 + silc_scalloc@Base 1.1.3 + silc_schedule@Base 1.1.3 + silc_schedule_get_context@Base 1.1.3 + silc_schedule_get_fd_events@Base 1.1.3 + silc_schedule_init@Base 1.1.3 + silc_schedule_internal_init@Base 1.1.3 + silc_schedule_internal_schedule_fd@Base 1.1.3 + silc_schedule_internal_signal_register@Base 1.1.3 + silc_schedule_internal_signal_unregister@Base 1.1.3 + silc_schedule_internal_signals_block@Base 1.1.3 + silc_schedule_internal_signals_call@Base 1.1.3 + silc_schedule_internal_signals_unblock@Base 1.1.3 + silc_schedule_internal_uninit@Base 1.1.3 + silc_schedule_internal_wakeup@Base 1.1.3 + silc_schedule_one@Base 1.1.3 + silc_schedule_set_listen_fd@Base 1.1.3 + silc_schedule_set_notify@Base 1.1.3 + silc_schedule_stop@Base 1.1.3 + silc_schedule_task_add@Base 1.1.3 + silc_schedule_task_del@Base 1.1.3 + silc_schedule_task_del_by_all@Base 1.1.3 + silc_schedule_task_del_by_callback@Base 1.1.3 + silc_schedule_task_del_by_context@Base 1.1.3 + silc_schedule_task_del_by_fd@Base 1.1.3 + silc_schedule_timeout_gc@Base 1.1.3 + silc_schedule_uninit@Base 1.1.3 + silc_schedule_unset_listen_fd@Base 1.1.3 + silc_schedule_wakeup@Base 1.1.3 + silc_schedule_wakeup_cb@Base 1.1.3 + silc_schedule_wakeup_init@Base 1.1.3 + silc_sftp_attr_decode@Base 1.1.3 + silc_sftp_attr_encode@Base 1.1.3 + silc_sftp_attr_free@Base 1.1.3 + silc_sftp_client_shutdown@Base 1.1.3 + silc_sftp_client_start@Base 1.1.3 + silc_sftp_close@Base 1.1.3 + silc_sftp_extended@Base 1.1.3 + silc_sftp_fs_memory@Base 1.1.3 + silc_sftp_fs_memory_add_dir@Base 1.1.3 + silc_sftp_fs_memory_add_file@Base 1.1.3 + silc_sftp_fs_memory_alloc@Base 1.1.3 + silc_sftp_fs_memory_del_dir@Base 1.1.3 + silc_sftp_fs_memory_del_file@Base 1.1.3 + silc_sftp_fs_memory_free@Base 1.1.3 + silc_sftp_fsetstat@Base 1.1.3 + silc_sftp_fstat@Base 1.1.3 + silc_sftp_lstat@Base 1.1.3 + silc_sftp_map_errno@Base 1.1.3 + silc_sftp_mkdir@Base 1.1.3 + silc_sftp_name_add@Base 1.1.3 + silc_sftp_name_decode@Base 1.1.3 + silc_sftp_name_encode@Base 1.1.3 + silc_sftp_name_free@Base 1.1.3 + silc_sftp_open@Base 1.1.3 + silc_sftp_opendir@Base 1.1.3 + silc_sftp_packet_decode@Base 1.1.3 + silc_sftp_packet_encode@Base 1.1.3 + silc_sftp_packet_encode_vp@Base 1.1.3 + silc_sftp_read@Base 1.1.3 + silc_sftp_readdir@Base 1.1.3 + silc_sftp_readlink@Base 1.1.3 + silc_sftp_realpath@Base 1.1.3 + silc_sftp_remove@Base 1.1.3 + silc_sftp_rename@Base 1.1.3 + silc_sftp_rmdir@Base 1.1.3 + silc_sftp_server_set_monitor@Base 1.1.3 + silc_sftp_server_shutdown@Base 1.1.3 + silc_sftp_server_start@Base 1.1.3 + silc_sftp_setstat@Base 1.1.3 + silc_sftp_stat@Base 1.1.3 + silc_sftp_symlink@Base 1.1.3 + silc_sftp_write@Base 1.1.3 + silc_sha1_context_len@Base 1.1.3 + silc_sha1_final@Base 1.1.3 + silc_sha1_init@Base 1.1.3 + silc_sha1_transform@Base 1.1.3 + silc_sha1_update@Base 1.1.3 + silc_sha256_context_len@Base 1.1.3 + silc_sha256_final@Base 1.1.3 + silc_sha256_init@Base 1.1.3 + silc_sha256_transform@Base 1.1.3 + silc_sha256_update@Base 1.1.3 + silc_show_public_key@Base 1.1.3 + silc_show_public_key_file@Base 1.1.3 + silc_sim_alloc@Base 1.1.3 + silc_sim_close@Base 1.1.3 + silc_sim_error@Base 1.1.3 + silc_sim_free@Base 1.1.3 + silc_sim_getsym@Base 1.1.3 + silc_sim_load@Base 1.1.3 + silc_sim_symname@Base 1.1.3 + silc_ske_alloc@Base 1.1.3 + silc_ske_free@Base 1.1.3 + silc_ske_free_key_material@Base 1.1.3 + silc_ske_free_rekey_material@Base 1.1.3 + silc_ske_get_context@Base 1.1.3 + silc_ske_get_key_material@Base 1.1.3 + silc_ske_get_security_properties@Base 1.1.3 + silc_ske_get_supported_groups@Base 1.1.3 + silc_ske_group_free@Base 1.1.3 + silc_ske_group_get_by_name@Base 1.1.3 + silc_ske_group_get_by_number@Base 1.1.3 + silc_ske_group_get_name@Base 1.1.3 + silc_ske_group_get_number@Base 1.1.3 + silc_ske_groups@Base 1.1.3 + silc_ske_initiator@Base 1.1.3 + silc_ske_map_status@Base 1.1.3 + silc_ske_packet_send_retry@Base 1.1.3 + silc_ske_parse_version@Base 1.1.3 + silc_ske_payload_ke_decode@Base 1.1.3 + silc_ske_payload_ke_encode@Base 1.1.3 + silc_ske_payload_ke_free@Base 1.1.3 + silc_ske_payload_start_decode@Base 1.1.3 + silc_ske_payload_start_encode@Base 1.1.3 + silc_ske_payload_start_free@Base 1.1.3 + silc_ske_process_key_material@Base 1.1.3 + silc_ske_process_key_material_data@Base 1.1.3 + silc_ske_rekey_initiator@Base 1.1.3 + silc_ske_rekey_responder@Base 1.1.3 + silc_ske_responder@Base 1.1.3 + silc_ske_set_callbacks@Base 1.1.3 + silc_ske_set_keys@Base 1.1.3 + silc_ske_st_initiator_aborted@Base 1.1.3 + silc_ske_st_initiator_end@Base 1.1.3 + silc_ske_st_initiator_error@Base 1.1.3 + silc_ske_st_initiator_failure@Base 1.1.3 + silc_ske_st_initiator_phase1@Base 1.1.3 + silc_ske_st_initiator_phase2@Base 1.1.3 + silc_ske_st_initiator_phase3@Base 1.1.3 + silc_ske_st_initiator_phase4@Base 1.1.3 + silc_ske_st_initiator_start@Base 1.1.3 + silc_ske_st_rekey_initiator_done@Base 1.1.3 + silc_ske_st_rekey_initiator_end@Base 1.1.3 + silc_ske_st_rekey_initiator_start@Base 1.1.3 + silc_ske_st_rekey_responder_done@Base 1.1.3 + silc_ske_st_rekey_responder_end@Base 1.1.3 + silc_ske_st_rekey_responder_start@Base 1.1.3 + silc_ske_st_rekey_responder_wait@Base 1.1.3 + silc_ske_st_responder_aborted@Base 1.1.3 + silc_ske_st_responder_end@Base 1.1.3 + silc_ske_st_responder_error@Base 1.1.3 + silc_ske_st_responder_failure@Base 1.1.3 + silc_ske_st_responder_phase1@Base 1.1.3 + silc_ske_st_responder_phase2@Base 1.1.3 + silc_ske_st_responder_phase4@Base 1.1.3 + silc_ske_st_responder_phase5@Base 1.1.3 + silc_ske_st_responder_start@Base 1.1.3 + silc_ske_status_string@Base 1.1.3 + silc_ske_timeout@Base 1.1.3 + silc_skr_add_public_key@Base 1.1.3 + silc_skr_add_public_key_simple@Base 1.1.3 + silc_skr_alloc@Base 1.1.3 + silc_skr_del_public_key@Base 1.1.3 + silc_skr_find@Base 1.1.3 + silc_skr_find_alloc@Base 1.1.3 + silc_skr_find_free@Base 1.1.3 + silc_skr_find_set_context@Base 1.1.3 + silc_skr_find_set_country@Base 1.1.3 + silc_skr_find_set_email@Base 1.1.3 + silc_skr_find_set_host@Base 1.1.3 + silc_skr_find_set_org@Base 1.1.3 + silc_skr_find_set_pkcs_type@Base 1.1.3 + silc_skr_find_set_public_key@Base 1.1.3 + silc_skr_find_set_realname@Base 1.1.3 + silc_skr_find_set_usage@Base 1.1.3 + silc_skr_find_set_username@Base 1.1.3 + silc_skr_free@Base 1.1.3 + silc_skr_init@Base 1.1.3 + silc_skr_ref_public_key@Base 1.1.3 + silc_skr_uninit@Base 1.1.3 + silc_skr_unref_public_key@Base 1.1.3 + silc_smalloc@Base 1.1.3 + silc_smalloc_ua@Base 1.1.3 + silc_smemdup@Base 1.1.3 + silc_snprintf@Base 1.1.3 + silc_socket_host_lookup_finish@Base 1.1.3 + silc_socket_read_qos@Base 1.1.3 + silc_socket_stream_close@Base 1.1.3 + silc_socket_stream_destroy@Base 1.1.3 + silc_socket_stream_get_error@Base 1.1.3 + silc_socket_stream_get_info@Base 1.1.3 + silc_socket_stream_get_schedule@Base 1.1.3 + silc_socket_stream_io@Base 1.1.3 + silc_socket_stream_is_udp@Base 1.1.3 + silc_socket_stream_notifier@Base 1.1.3 + silc_socket_stream_ops@Base 1.1.3 + silc_socket_stream_read@Base 1.1.3 + silc_socket_stream_set_info@Base 1.1.3 + silc_socket_stream_set_qos@Base 1.1.3 + silc_socket_stream_write@Base 1.1.3 + silc_socket_tcp_stream_create@Base 1.1.3 + silc_socket_udp_stream_create@Base 1.1.3 + silc_socket_udp_stream_ops@Base 1.1.3 + silc_socket_udp_stream_read@Base 1.1.3 + silc_socket_udp_stream_write@Base 1.1.3 + silc_srealloc@Base 1.1.3 + silc_srealloc_ua@Base 1.1.3 + silc_sstrdup@Base 1.1.3 + silc_stack_alloc@Base 1.1.3 + silc_stack_free@Base 1.1.3 + silc_stack_malloc@Base 1.1.3 + silc_stack_pop@Base 1.1.3 + silc_stack_push@Base 1.1.3 + silc_stack_realloc@Base 1.1.3 + silc_status_get_args@Base 1.1.3 + silc_stream_close@Base 1.1.3 + silc_stream_destroy@Base 1.1.3 + silc_stream_get_schedule@Base 1.1.3 + silc_stream_read@Base 1.1.3 + silc_stream_set_notifier@Base 1.1.3 + silc_stream_write@Base 1.1.3 + silc_string_compare@Base 1.1.3 + silc_string_is_ascii@Base 1.1.3 + silc_string_match@Base 1.1.3 + silc_string_regex_combine@Base 1.1.3 + silc_string_regex_match@Base 1.1.3 + silc_string_regexify@Base 1.1.3 + silc_string_split@Base 1.1.3 + silc_stringprep@Base 1.1.3 + silc_strncat@Base 1.1.3 + silc_thread_create@Base 1.1.3 + silc_thread_exit@Base 1.1.3 + silc_thread_self@Base 1.1.3 + silc_thread_wait@Base 1.1.3 + silc_thread_yield@Base 1.1.3 + silc_time@Base 1.1.3 + silc_time_generalized@Base 1.1.3 + silc_time_generalized_string@Base 1.1.3 + silc_time_msec@Base 1.1.3 + silc_time_string@Base 1.1.3 + silc_time_universal@Base 1.1.3 + silc_time_universal_string@Base 1.1.3 + silc_time_usec@Base 1.1.3 + silc_time_value@Base 1.1.3 + silc_timezone@Base 1.1.3 + silc_to_lower@Base 1.1.3 + silc_to_upper@Base 1.1.3 + silc_twofish_cbc_context_len@Base 1.1.3 + silc_twofish_cbc_decrypt@Base 1.1.3 + silc_twofish_cbc_encrypt@Base 1.1.3 + silc_twofish_cbc_set_iv@Base 1.1.3 + silc_twofish_cbc_set_key@Base 1.1.3 + silc_utf8_c2w@Base 1.1.3 + silc_utf8_decode@Base 1.1.3 + silc_utf8_decoded_len@Base 1.1.3 + silc_utf8_encode@Base 1.1.3 + silc_utf8_encoded_len@Base 1.1.3 + silc_utf8_strcasecmp@Base 1.1.3 + silc_utf8_strncasecmp@Base 1.1.3 + silc_utf8_valid@Base 1.1.3 + silc_utf8_w2c@Base 1.1.3 + silc_vasprintf@Base 1.1.3 + silc_vcard_alloc@Base 1.1.3 + silc_vcard_decode@Base 1.1.3 + silc_vcard_encode@Base 1.1.3 + silc_vcard_fprintf@Base 1.1.3 + silc_vcard_free@Base 1.1.3 + silc_version_to_num@Base 1.1.3 + silc_vsnprintf@Base 1.1.3 + stringprep@Base 1.1.3 + stringprep_4i@Base 1.1.3 + stringprep_4zi@Base 1.1.3 + stringprep_profile@Base 1.1.3 + stringprep_profiles@Base 1.1.3 + stringprep_rfc3454_A_1@Base 1.1.3 + stringprep_rfc3454_B_1@Base 1.1.3 + stringprep_rfc3454_B_2@Base 1.1.3 + stringprep_rfc3454_B_3@Base 1.1.3 + stringprep_rfc3454_C_1_1@Base 1.1.3 + stringprep_rfc3454_C_1_2@Base 1.1.3 + stringprep_rfc3454_C_2_1@Base 1.1.3 + stringprep_rfc3454_C_2_2@Base 1.1.3 + stringprep_rfc3454_C_3@Base 1.1.3 + stringprep_rfc3454_C_4@Base 1.1.3 + stringprep_rfc3454_C_5@Base 1.1.3 + stringprep_rfc3454_C_6@Base 1.1.3 + stringprep_rfc3454_C_7@Base 1.1.3 + stringprep_rfc3454_C_8@Base 1.1.3 + stringprep_rfc3454_C_9@Base 1.1.3 + stringprep_rfc3454_D_1@Base 1.1.3 + stringprep_rfc3454_D_2@Base 1.1.3 + stringprep_silc_casefold_prep@Base 1.1.3 + stringprep_silc_identifier_ch_prep@Base 1.1.3 + stringprep_silc_identifier_prep@Base 1.1.3 + stringprep_silc_identifierc_prep@Base 1.1.3 + stringprep_ucs4_nfkc_normalize@Base 1.1.3 + stringprep_ucs4_to_utf8@Base 1.1.3 + stringprep_unichar_to_utf8@Base 1.1.3 + stringprep_utf8_nfkc_normalize@Base 1.1.3 + stringprep_utf8_to_ucs4@Base 1.1.3 + stringprep_utf8_to_unichar@Base 1.1.3 + t_fl@Base 1.1.3 + t_fn@Base 1.1.3 + t_il@Base 1.1.3 + t_im@Base 1.1.3 + t_in@Base 1.1.3 + t_rc@Base 1.1.3 + tab_5b@Base 1.1.3 + tab_ef@Base 1.1.3 + tma_mp_2expt@Base 1.1.3 + tma_mp_abs@Base 1.1.3 + tma_mp_add@Base 1.1.3 + tma_mp_add_d@Base 1.1.3 + tma_mp_addmod@Base 1.1.3 + tma_mp_and@Base 1.1.3 + tma_mp_clamp@Base 1.1.3 + tma_mp_clear@Base 1.1.3 + tma_mp_clear_multi@Base 1.1.3 + tma_mp_cmp@Base 1.1.3 + tma_mp_cmp_d@Base 1.1.3 + tma_mp_cmp_mag@Base 1.1.3 + tma_mp_cnt_lsb@Base 1.1.3 + tma_mp_copy@Base 1.1.3 + tma_mp_count_bits@Base 1.1.3 + tma_mp_div@Base 1.1.3 + tma_mp_div_2@Base 1.1.3 + tma_mp_div_2d@Base 1.1.3 + tma_mp_div_3@Base 1.1.3 + tma_mp_div_d@Base 1.1.3 + tma_mp_dr_is_modulus@Base 1.1.3 + tma_mp_dr_reduce@Base 1.1.3 + tma_mp_dr_setup@Base 1.1.3 + tma_mp_error_to_string@Base 1.1.3 + tma_mp_exch@Base 1.1.3 + tma_mp_expt_d@Base 1.1.3 + tma_mp_exptmod@Base 1.1.3 + tma_mp_exptmod_fast@Base 1.1.3 + tma_mp_exteuclid@Base 1.1.3 + tma_mp_fread@Base 1.1.3 + tma_mp_fwrite@Base 1.1.3 + tma_mp_gcd@Base 1.1.3 + tma_mp_get_int@Base 1.1.3 + tma_mp_grow@Base 1.1.3 + tma_mp_init@Base 1.1.3 + tma_mp_init_copy@Base 1.1.3 + tma_mp_init_multi@Base 1.1.3 + tma_mp_init_set@Base 1.1.3 + tma_mp_init_set_int@Base 1.1.3 + tma_mp_init_size@Base 1.1.3 + tma_mp_invmod@Base 1.1.3 + tma_mp_invmod_slow@Base 1.1.3 + tma_mp_is_square@Base 1.1.3 + tma_mp_jacobi@Base 1.1.3 + tma_mp_karatsuba_mul@Base 1.1.3 + tma_mp_karatsuba_sqr@Base 1.1.3 + tma_mp_lcm@Base 1.1.3 + tma_mp_lshd@Base 1.1.3 + tma_mp_mod@Base 1.1.3 + tma_mp_mod_2d@Base 1.1.3 + tma_mp_mod_d@Base 1.1.3 + tma_mp_montgomery_calc_normalization@Base 1.1.3 + tma_mp_montgomery_reduce@Base 1.1.3 + tma_mp_montgomery_setup@Base 1.1.3 + tma_mp_mul@Base 1.1.3 + tma_mp_mul_2@Base 1.1.3 + tma_mp_mul_2d@Base 1.1.3 + tma_mp_mul_d@Base 1.1.3 + tma_mp_mulmod@Base 1.1.3 + tma_mp_n_root@Base 1.1.3 + tma_mp_neg@Base 1.1.3 + tma_mp_or@Base 1.1.3 + tma_mp_prime_fermat@Base 1.1.3 + tma_mp_prime_is_divisible@Base 1.1.3 + tma_mp_prime_is_prime@Base 1.1.3 + tma_mp_prime_miller_rabin@Base 1.1.3 + tma_mp_prime_next_prime@Base 1.1.3 + tma_mp_prime_rabin_miller_trials@Base 1.1.3 + tma_mp_prime_random_ex@Base 1.1.3 + tma_mp_radix_size@Base 1.1.3 + tma_mp_rand@Base 1.1.3 + tma_mp_read_radix@Base 1.1.3 + tma_mp_read_signed_bin@Base 1.1.3 + tma_mp_read_unsigned_bin@Base 1.1.3 + tma_mp_reduce@Base 1.1.3 + tma_mp_reduce_2k@Base 1.1.3 + tma_mp_reduce_2k_l@Base 1.1.3 + tma_mp_reduce_2k_setup@Base 1.1.3 + tma_mp_reduce_2k_setup_l@Base 1.1.3 + tma_mp_reduce_is_2k@Base 1.1.3 + tma_mp_reduce_is_2k_l@Base 1.1.3 + tma_mp_reduce_setup@Base 1.1.3 + tma_mp_rshd@Base 1.1.3 + tma_mp_s_rmap@Base 1.1.3 + tma_mp_set@Base 1.1.3 + tma_mp_set_int@Base 1.1.3 + tma_mp_shrink@Base 1.1.3 + tma_mp_signed_bin_size@Base 1.1.3 + tma_mp_sqr@Base 1.1.3 + tma_mp_sqrmod@Base 1.1.3 + tma_mp_sqrt@Base 1.1.3 + tma_mp_sub@Base 1.1.3 + tma_mp_sub_d@Base 1.1.3 + tma_mp_submod@Base 1.1.3 + tma_mp_to_signed_bin@Base 1.1.3 + tma_mp_to_signed_bin_n@Base 1.1.3 + tma_mp_to_unsigned_bin@Base 1.1.3 + tma_mp_to_unsigned_bin_n@Base 1.1.3 + tma_mp_toom_mul@Base 1.1.3 + tma_mp_toom_sqr@Base 1.1.3 + tma_mp_toradix@Base 1.1.3 + tma_mp_toradix_n@Base 1.1.3 + tma_mp_unsigned_bin_size@Base 1.1.3 + tma_mp_xor@Base 1.1.3 + tma_mp_zero@Base 1.1.3 + twofish_decrypt@Base 1.1.3 + twofish_encrypt@Base 1.1.3 + twofish_set_key@Base 1.1.3 diff --git a/debian-silc-toolkit/libsilc-1.1-2.symbols.hurd-i386 b/debian-silc-toolkit/libsilc-1.1-2.symbols.hurd-i386 new file mode 100644 index 00000000..73bb40e8 --- /dev/null +++ b/debian-silc-toolkit/libsilc-1.1-2.symbols.hurd-i386 @@ -0,0 +1,4 @@ +#include "libsilc-1.1-2.symbols.common" + +libsilc-1.1.so.2 libsilc-1.1-2 #MINVER# + silc_poll@Base 1.1.3 diff --git a/debian-silc-toolkit/libsilc-1.1-2.symbols.kfreebsd b/debian-silc-toolkit/libsilc-1.1-2.symbols.kfreebsd new file mode 100644 index 00000000..da58e0c4 --- /dev/null +++ b/debian-silc-toolkit/libsilc-1.1-2.symbols.kfreebsd @@ -0,0 +1,3 @@ +#include "libsilc-1.1-2.symbols.common" +libsilc-1.1.so.2 libsilc-1.1-2 #MINVER# + silc_poll@Base 1.1.9-1.1~ diff --git a/debian-silc-toolkit/libsilc-1.1-2.symbols.m68k b/debian-silc-toolkit/libsilc-1.1-2.symbols.m68k new file mode 100644 index 00000000..5705608e --- /dev/null +++ b/debian-silc-toolkit/libsilc-1.1-2.symbols.m68k @@ -0,0 +1,4 @@ +#include "libsilc-1.1-2.symbols.common" + +libsilc-1.1.so.2 libsilc-1.1-2 #MINVER# + silc_poll@Base 1.1.5 diff --git a/debian-silc-toolkit/libsilc-dev.install b/debian-silc-toolkit/libsilc-dev.install new file mode 100644 index 00000000..bc432a8d --- /dev/null +++ b/debian-silc-toolkit/libsilc-dev.install @@ -0,0 +1,6 @@ +usr/include/silc/*.h +usr/lib/lib*.so +usr/lib/*.a +usr/lib/pkgconfig/*.pc +usr/share/doc/libsilc-dev/toolkit +usr/share/doc/libsilc-dev/tutorial diff --git a/debian-silc-toolkit/libsilcclient-1.1-3.install b/debian-silc-toolkit/libsilcclient-1.1-3.install new file mode 100644 index 00000000..0795ea4d --- /dev/null +++ b/debian-silc-toolkit/libsilcclient-1.1-3.install @@ -0,0 +1 @@ +usr/lib/libsilcclient-*.so.* diff --git a/debian-silc-toolkit/libsilcclient-1.1-3.symbols b/debian-silc-toolkit/libsilcclient-1.1-3.symbols new file mode 100644 index 00000000..a82a86b1 --- /dev/null +++ b/debian-silc-toolkit/libsilcclient-1.1-3.symbols @@ -0,0 +1,232 @@ +libsilcclient-1.1.so.3 libsilcclient-1.1-3 #MINVER# + silc_client_abort_key_agreement@Base 1.1.3 + silc_client_add_channel@Base 1.1.3 + silc_client_add_channel_private_key@Base 1.1.3 + silc_client_add_client@Base 1.1.3 + silc_client_add_connection@Base 1.1.3 + silc_client_add_private_message_key@Base 1.1.3 + silc_client_add_private_message_key_ske@Base 1.1.3 + silc_client_add_server@Base 1.1.3 + silc_client_add_to_channel@Base 1.1.3 + silc_client_alloc@Base 1.1.3 + silc_client_attribute_add@Base 1.1.3 + silc_client_attribute_del@Base 1.1.3 + silc_client_attributes_get@Base 1.1.3 + silc_client_attributes_process@Base 1.1.3 + silc_client_attributes_request@Base 1.1.3 + silc_client_change_nickname@Base 1.1.3 + silc_client_channel_key@Base 1.1.3 + silc_client_channel_message@Base 1.1.3 + silc_client_channel_message_error@Base 1.1.3 + silc_client_channel_save_public_keys@Base 1.1.3 + silc_client_close_connection@Base 1.1.3 + silc_client_command@Base 1.1.3 + silc_client_command_ban@Base 1.1.3 + silc_client_command_call@Base 1.1.3 + silc_client_command_called_dummy@Base 1.1.3 + silc_client_command_cmode@Base 1.1.3 + silc_client_command_continue_error@Base 1.1.3 + silc_client_command_cumode@Base 1.1.3 + silc_client_command_detach@Base 1.1.3 + silc_client_command_free@Base 1.1.3 + silc_client_command_getkey@Base 1.1.3 + silc_client_command_identify@Base 1.1.3 + silc_client_command_info@Base 1.1.3 + silc_client_command_invite@Base 1.1.3 + silc_client_command_join@Base 1.1.3 + silc_client_command_kick@Base 1.1.3 + silc_client_command_kill@Base 1.1.3 + silc_client_command_leave@Base 1.1.3 + silc_client_command_list@Base 1.1.3 + silc_client_command_motd@Base 1.1.3 + silc_client_command_nick@Base 1.1.3 + silc_client_command_oper@Base 1.1.3 + silc_client_command_oper_send@Base 1.1.3 + silc_client_command_pending@Base 1.1.3 + silc_client_command_ping@Base 1.1.3 + silc_client_command_quit@Base 1.1.3 + silc_client_command_quit_final@Base 1.1.3 + silc_client_command_reply@Base 1.1.3 + silc_client_command_reply_ban@Base 1.1.3 + silc_client_command_reply_cmode@Base 1.1.3 + silc_client_command_reply_cumode@Base 1.1.3 + silc_client_command_reply_detach@Base 1.1.3 + silc_client_command_reply_getkey@Base 1.1.3 + silc_client_command_reply_identify@Base 1.1.3 + silc_client_command_reply_info@Base 1.1.3 + silc_client_command_reply_invite@Base 1.1.3 + silc_client_command_reply_join@Base 1.1.3 + silc_client_command_reply_kick@Base 1.1.3 + silc_client_command_reply_kill@Base 1.1.3 + silc_client_command_reply_leave@Base 1.1.3 + silc_client_command_reply_list@Base 1.1.3 + silc_client_command_reply_motd@Base 1.1.3 + silc_client_command_reply_nick@Base 1.1.3 + silc_client_command_reply_oper@Base 1.1.3 + silc_client_command_reply_ping@Base 1.1.3 + silc_client_command_reply_process@Base 1.1.3 + silc_client_command_reply_processed@Base 1.1.3 + silc_client_command_reply_quit@Base 1.1.3 + silc_client_command_reply_service@Base 1.1.3 + silc_client_command_reply_silcoper@Base 1.1.3 + silc_client_command_reply_stats@Base 1.1.3 + silc_client_command_reply_timeout@Base 1.1.3 + silc_client_command_reply_topic@Base 1.1.3 + silc_client_command_reply_umode@Base 1.1.3 + silc_client_command_reply_users@Base 1.1.3 + silc_client_command_reply_wait@Base 1.1.3 + silc_client_command_reply_watch@Base 1.1.3 + silc_client_command_reply_whois@Base 1.1.3 + silc_client_command_reply_whowas@Base 1.1.3 + silc_client_command_resolve_dummy@Base 1.1.3 + silc_client_command_send@Base 1.1.3 + silc_client_command_send_argv@Base 1.1.3 + silc_client_command_service@Base 1.1.3 + silc_client_command_silcoper@Base 1.1.3 + silc_client_command_stats@Base 1.1.3 + silc_client_command_topic@Base 1.1.3 + silc_client_command_umode@Base 1.1.3 + silc_client_command_users@Base 1.1.3 + silc_client_command_watch@Base 1.1.3 + silc_client_command_whois@Base 1.1.3 + silc_client_command_whowas@Base 1.1.3 + silc_client_commands_register@Base 1.1.3 + silc_client_commands_unregister@Base 1.1.3 + silc_client_connect_auth_request@Base 1.1.3 + silc_client_connect_timeout@Base 1.1.3 + silc_client_connect_to_client@Base 1.1.3 + silc_client_connect_to_server@Base 1.1.3 + silc_client_connection_st_close@Base 1.1.3 + silc_client_connection_st_packet@Base 1.1.3 + silc_client_connection_st_run@Base 1.1.3 + silc_client_connection_st_start@Base 1.1.3 + silc_client_current_channel_private_key@Base 1.1.3 + silc_client_del_channel@Base 1.1.3 + silc_client_del_channel_private_key@Base 1.1.3 + silc_client_del_channel_private_keys@Base 1.1.3 + silc_client_del_client@Base 1.1.3 + silc_client_del_client_entry@Base 1.1.3 + silc_client_del_connection@Base 1.1.3 + silc_client_del_private_message_key@Base 1.1.3 + silc_client_del_server@Base 1.1.3 + silc_client_disconnect@Base 1.1.3 + silc_client_empty_channel@Base 1.1.3 + silc_client_error@Base 1.1.3 + silc_client_file_close@Base 1.1.3 + silc_client_file_close_final@Base 1.1.3 + silc_client_file_receive@Base 1.1.3 + silc_client_file_send@Base 1.1.3 + silc_client_free@Base 1.1.3 + silc_client_free_private_message_keys@Base 1.1.3 + silc_client_fsm_destructor@Base 1.1.3 + silc_client_ftp@Base 1.1.3 + silc_client_ftp_free_sessions@Base 1.1.3 + silc_client_ftp_session_free_client@Base 1.1.3 + silc_client_ftp_timeout@Base 1.1.3 + silc_client_get_channel@Base 1.1.3 + silc_client_get_channel_by_id@Base 1.1.3 + silc_client_get_channel_by_id_resolve@Base 1.1.3 + silc_client_get_channel_resolve@Base 1.1.3 + silc_client_get_client@Base 1.1.3 + silc_client_get_client_by_id@Base 1.1.3 + silc_client_get_client_by_id_resolve@Base 1.1.3 + silc_client_get_clients@Base 1.1.3 + silc_client_get_clients_by_list@Base 1.1.3 + silc_client_get_clients_local@Base 1.1.3 + silc_client_get_clients_local_ext@Base 1.1.3 + silc_client_get_clients_whois@Base 1.1.3 + silc_client_get_detach_data@Base 1.1.3 + silc_client_get_server@Base 1.1.3 + silc_client_get_server_by_id@Base 1.1.3 + silc_client_get_server_by_id_resolve@Base 1.1.3 + silc_client_init@Base 1.1.3 + silc_client_key_agreement@Base 1.1.3 + silc_client_key_agreement_error@Base 1.1.3 + silc_client_key_exchange@Base 1.1.3 + silc_client_keyagr_timeout@Base 1.1.3 + silc_client_list_channel_private_keys@Base 1.1.3 + silc_client_list_free@Base 1.1.3 + silc_client_list_free_channels@Base 1.1.3 + silc_client_list_free_servers@Base 1.1.3 + silc_client_list_private_message_keys@Base 1.1.3 + silc_client_listener_add@Base 1.1.3 + silc_client_listener_free@Base 1.1.3 + silc_client_listener_get_local_port@Base 1.1.3 + silc_client_lock_channel@Base 1.1.3 + silc_client_lock_client@Base 1.1.3 + silc_client_lock_server@Base 1.1.3 + silc_client_new_id@Base 1.1.3 + silc_client_nickname_format@Base 1.1.3 + silc_client_nickname_parse@Base 1.1.3 + silc_client_notify@Base 1.1.3 + silc_client_notify_channel_change@Base 1.1.3 + silc_client_notify_cmode_change@Base 1.1.3 + silc_client_notify_cumode_change@Base 1.1.3 + silc_client_notify_error@Base 1.1.3 + silc_client_notify_invite@Base 1.1.3 + silc_client_notify_join@Base 1.1.3 + silc_client_notify_kicked@Base 1.1.3 + silc_client_notify_killed@Base 1.1.3 + silc_client_notify_leave@Base 1.1.3 + silc_client_notify_motd@Base 1.1.3 + silc_client_notify_nick_change@Base 1.1.3 + silc_client_notify_none@Base 1.1.3 + silc_client_notify_processed@Base 1.1.3 + silc_client_notify_server_signoff@Base 1.1.3 + silc_client_notify_signoff@Base 1.1.3 + silc_client_notify_topic_set@Base 1.1.3 + silc_client_notify_watch@Base 1.1.3 + silc_client_on_channel@Base 1.1.3 + silc_client_perform_key_agreement@Base 1.1.3 + silc_client_perform_key_agreement_stream@Base 1.1.3 + silc_client_private_message@Base 1.1.3 + silc_client_private_message_error@Base 1.1.3 + silc_client_private_message_key@Base 1.1.3 + silc_client_private_message_key_is_set@Base 1.1.3 + silc_client_private_message_wait@Base 1.1.3 + silc_client_private_message_wait_init@Base 1.1.3 + silc_client_private_message_wait_uninit@Base 1.1.3 + silc_client_ref_channel@Base 1.1.3 + silc_client_ref_client@Base 1.1.3 + silc_client_ref_server@Base 1.1.3 + silc_client_rekey_timer@Base 1.1.3 + silc_client_remove_from_channel@Base 1.1.3 + silc_client_remove_from_channels@Base 1.1.3 + silc_client_replace_channel_id@Base 1.1.3 + silc_client_run@Base 1.1.3 + silc_client_run_one@Base 1.1.3 + silc_client_save_channel_key@Base 1.1.3 + silc_client_save_channel_key_rekey@Base 1.1.3 + silc_client_send_channel_message@Base 1.1.3 + silc_client_send_key_agreement@Base 1.1.3 + silc_client_send_private_message@Base 1.1.3 + silc_client_set_away_message@Base 1.1.3 + silc_client_st_connect@Base 1.1.3 + silc_client_st_connect_auth_data@Base 1.1.3 + silc_client_st_connect_auth_resolve@Base 1.1.3 + silc_client_st_connect_auth_start@Base 1.1.3 + silc_client_st_connect_error@Base 1.1.3 + silc_client_st_connect_key_exchange@Base 1.1.3 + silc_client_st_connect_set_stream@Base 1.1.3 + silc_client_st_connect_setup_udp@Base 1.1.3 + silc_client_st_connected@Base 1.1.3 + silc_client_st_register@Base 1.1.3 + silc_client_st_register_complete@Base 1.1.3 + silc_client_st_register_error@Base 1.1.3 + silc_client_st_rekey@Base 1.1.3 + silc_client_st_resume@Base 1.1.3 + silc_client_st_resume_completed@Base 1.1.3 + silc_client_st_resume_error@Base 1.1.3 + silc_client_st_resume_resolve_channels@Base 1.1.3 + silc_client_st_resume_resolve_cmodes@Base 1.1.3 + silc_client_st_run@Base 1.1.3 + silc_client_st_stop@Base 1.1.3 + silc_client_stop@Base 1.1.3 + silc_client_unlock_channel@Base 1.1.3 + silc_client_unlock_client@Base 1.1.3 + silc_client_unlock_server@Base 1.1.3 + silc_client_unref_channel@Base 1.1.3 + silc_client_unref_client@Base 1.1.3 + silc_client_unref_server@Base 1.1.3 + silc_client_update_client@Base 1.1.3 + silc_client_update_server@Base 1.1.3 diff --git a/debian-silc-toolkit/rules b/debian-silc-toolkit/rules new file mode 100644 index 00000000..f2f9cfe7 --- /dev/null +++ b/debian-silc-toolkit/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS =-Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +NAME = libsilc-1.1-2 + +config.status: configure + dh_testdir + -rm -f config.guess config.sub + ln -sf /usr/share/misc/config.guess config.guess + ln -sf /usr/share/misc/config.sub config.sub + CFLAGS="$(CFLAGS)" ./configure \ + --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + --docdir=\$${prefix}/share/doc/libsilc-dev \ + --libdir=\$${prefix}/lib \ + --includedir=\$${prefix}/include/silc \ + \ + --enable-debug \ + --enable-shared \ + --enable-static \ + --enable-ipv6 \ + --with-simdir=\$${libdir}/silc/${NAME} \ + --without-libtoolfix + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + -rm -f config.sub config.guess + -rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + cp silcdefs.h debian/tmp/usr/include/silc/silcdistdefs.h + +# Build architecture-independent files here. +binary-indep: build install + # We have nothing to do. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install --autodest --sourcedir=debian/tmp + dh_installman + dh_link + dh_strip -plibsilc-1.1-2 --dbg-package=libsilc-1.1-2-dbg + dh_strip -plibsilcclient-1.1-3 --dbg-package=libsilcclient-1.1-3-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian-silc-toolkit/watch b/debian-silc-toolkit/watch new file mode 100644 index 00000000..913a9a8a --- /dev/null +++ b/debian-silc-toolkit/watch @@ -0,0 +1,3 @@ +version=3 +http://silcnet.org/download/toolkit/sources/silc-toolkit-([\d\.]+)\.tar\.gz \ + debian git-import-orig -- 2.24.0