Merge commit 'origin/silc.1.1.branch'
[silc.git] / lib /
2008-10-05 Pekka RiikonenMerge commit 'origin/silc.1.1.branch' master
2008-10-05 Pekka RiikonenRemoved HTTP server libary, it's available in SRT now
2008-09-24 Pekka RiikonenMerge branch 'topic/mm-fixes' of git://208.110.73.182... silc.server.1.1.13
2008-09-13 Pekka RiikonenSKE: Verify initiator's public key always
2008-09-11 Pekka RiikonenMerge branch 'topic/code-cleanup' of git://208.110...
2008-09-11 Pekka RiikonenMerge branch 'topic/null-fixes' of git://208.110.73...
2008-09-11 Pekka RiikonenMerge branch 'topic/type-safety' of git://208.110.73...
2008-09-11 SkywingFix reference count bug leading to memory corruption...
2008-09-11 SkywingMake packet stream reference counts 32 bits.
2008-09-01 KpPacket streams: make packet handling callback pointers...
2008-09-01 KpPacket streams: avoid double free if silc_id_id2str...
2008-09-01 KpPacket streams: fix memory leak on dlist allocation...
2008-09-01 KpASN1: Fix NULL pointer dereference on stack allocation...
2008-09-01 KpAvoid NULL dereference when leaving a channel with...
2008-09-01 KpASN1: Fix stack variable overwrite when encoding OID.
2008-09-01 KpTypes: make SilcUInt32 an unsigned int in most cases.
2008-09-01 KpType sanity: add compile time check that integers are...
2008-08-31 Pekka Riikonensilc_stack_free can now be called with NULL stack
2008-08-30 Pekka RiikonenHandle EAGAIN and EINTR correctly in silc_get_input...
2008-08-30 Pekka RiikonenMark client entry invalid when killed and when notified...
2008-08-30 Pekka RiikonenFixed command calling crash
2008-08-30 Pekka RiikonenChanged packet_error structure const correctly
2008-08-30 Pekka RiikonenFixed resuming to work even when there are no joined...
2008-08-30 Pekka RiikonenFixed channel private key deleting to restore original...
2008-08-30 Pekka RiikonenResolve channel in INVITE notify if we don't have it yet
2008-06-22 Pekka RiikonenFixed the silc_parse_userqfdn argument handling, again.
2008-06-22 Pekka RiikonenFixed silc_parse_userfqdn argument check silc.server.1.1.10
2008-06-09 Pekka RiikonenClose socket if TCP connecting fails to avoid leaking... silc.server.1.1.9
2008-06-09 Pekka RiikonenAdd non-executing stack when compiling AES asm for...
2008-05-25 Pekka RiikonenHandle memory allocation failures when unformatting... silc.server.1.1.7
2008-05-25 Pekka RiikonenAdd non-executing stack when compiling AES asm for...
2008-05-25 Pekka RiikonenFixed crash when packet stream creation fails.
2008-04-12 Pekka RiikonenSILC_IS_FD_STREAM and SILC_IS_SOCKET_STREAM now checks...
2008-04-12 Pekka RiikonenFixed silc_skr_init to not fail if threads support...
2008-04-12 Pekka RiikonenRemoved wrong SILC_LOG_ERROR and assert check from...
2008-04-10 Pekka RiikonenMark scheduler task unscheduled after silc_schedule_uns...
2008-04-10 Pekka RiikonenFixed QoS data limit handling in socket stream when...
2008-03-20 Pekka RiikonenFixed possible buffer overflow in PKCS#1 message decoding. silc.client.1.1.4 silc.server.1.1.2 silc.toolkit.1.1.7
2008-03-15 Pekka RiikonenAdded socket stream and socket into SilcClientConnectio...
2008-03-14 Pekka RiikonenDeleted lib/configure.ad file, not needed anymore.
2008-03-14 Pekka RiikonenChanged SILC code to use new SRT and SCT APIs.
2008-03-14 Pekka RiikonenCreated SILC GIT repository.
2008-02-22 Pekka Riikonen Fixed partial encryption in CTR mode. Does not affec... silc.toolkit.1.1.6
2008-01-18 Pekka Riikonen Added SILC Thread Queue API
2008-01-17 Pekka Riikonen Comment changes.
2008-01-17 Pekka Riikonen Added ernno setting.
2008-01-15 Pekka Riikonen Added and implemented Silc DIR API.
2008-01-15 Pekka Riikonen Comment and errno changes
2008-01-13 Pekka Riikonen Added silc_subst, regex matching and substitution...
2008-01-13 Pekka Riikonen Added SILC_STR_REPLACE. Removed SILC_STR_STRING_APPEN...
2008-01-13 Pekka Riikonen Comment changes.
2008-01-13 Pekka Riikonen Fixed reallocation when reducing size.
2008-01-13 Pekka Riikonen Fixed SilcBuffer reallocatinon when reducing buffer...
2008-01-08 Pekka Riikonen Moved SILC id utility functions from utility library.
2008-01-08 Pekka Riikonen Moved SILC protocol ID utility functions to SILC core...
2008-01-08 Pekka Riikonen Fixed silc_nickname_parse to return valid nickname...
2008-01-08 Pekka Riikonen Fixed printable fingerprint buffer overflow. RedHat...
2008-01-08 Pekka Riikonen Fixed fingerprint generation. RedHat bug 372021.
2008-01-05 Pekka Riikonen Handle anychar (.) correctly with bounded repeaat...
2008-01-05 Pekka Riikonen Added SILC_STR_DELETE buffer format macro.
2008-01-05 Pekka Riikonen Added SILC_STR_STRING and SILC_STR_STRING_APPEND and...
2008-01-05 Pekka Riikonen All symbols now have silc_ prefix.
2008-01-03 Pekka Riikonen Added SilcStack support to silc_regex and silc_regex_b...
2008-01-02 Pekka Riikonen Imported new improved free regex implementation. ...
2008-01-02 Pekka Riikonen Added global stack to Tls context.
2008-01-02 Pekka Riikonen silc_srealloc now allocates new block if reallocation...
2008-01-02 Pekka Riikonen Added silc_stack_[set|get]_global.
2008-01-01 Pekka Riikonen Added SILC_REGEX_NOTBOL and SILC_REGEX_NOTEOL flags.
2008-01-01 Pekka Riikonen Added SILC_STR_REGEX macro to SILC Buffer Format API.
2008-01-01 Pekka Riikonen Added silc_regex and silc_regex_buffer. Deprecated
2007-12-30 Pekka Riikonen Added SILC regular expression API. Added new regex...
2007-12-30 Pekka Riikonen Comment changes.
2007-12-30 Pekka Riikonen Added asynchronous event tasks to SILC Scheduler....
2007-12-30 Pekka Riikonen Moved SILC_PARAM_* types under generic SilcParam type...
2007-12-30 Pekka Riikonen Moved generic string and data hashing and comparison...
2007-12-30 Pekka Riikonen Fixed unix signal delivery.
2007-12-26 Pekka Riikonen Added silc_schedule_[set|get]_global. Added many...
2007-12-26 Pekka Riikonen Fixed silc_errno_string to return correct error string.
2007-12-25 Pekka Riikonen silc_stack_alloc automatically aligns the stack size.
2007-12-25 Pekka Riikonen Fixed ernno codes.
2007-12-25 Pekka Riikonen Removed getopt checking and getopt() from lib/contrib.
2007-12-25 Pekka Riikonen Added silc_getopt.
2007-12-22 Pekka Riikonen SILC_ERR_INVALID_ARGUMENT is return by silc_stack_real...
2007-12-22 Pekka Riikonen Added missing return values.
2007-12-22 Pekka Riikonen Removed wrong errno setting.
2007-12-22 Pekka Riikonen Backwards support.
2007-12-22 Pekka Riikonen Added SILC errno API. Added SilcResult, generic error...
2007-12-22 Pekka Riikonen Comment changes.
2007-12-16 Pekka Riikonen Added SILC Bit Operations API.
2007-12-15 Pekka Riikonen Added.
2007-12-15 Pekka Riikonen Added SILC Tls API for Thread-local storage. Added...
2007-12-15 Pekka Riikonen Typo fix.
2007-12-13 Pekka Riikonen updates.
2007-12-13 Pekka Riikonen Fixed deadlocks and crashes related to thread stopping.
2007-12-13 Pekka Riikonen Typo fix.
2007-12-13 Pekka Riikonen Clear locked flag before unlocking mutex, not after.
2007-12-09 Pekka Riikonen x86_64 compilation fixes.
2007-11-18 Pekka Riikonen updates.
2007-11-15 Pekka Riikonen Removed channel keys and hmacs after LEAVE command.
2007-11-15 Pekka Riikonen Remove channel keys and hamcs after LEAVE command.
next