summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_auth_client.c
AgeCommit message (Expand)Author
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-01-17Really fix #1609 after better understanding about the problem. This changeset:Benny Prijono
2013-01-17Fixed #1609: Garbage character may be printed after the URI parameter in Auth...Benny Prijono
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-10-31Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-12-01Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: contact_para...Nanang Izzuddin
2010-04-29Fixed #1061 (Assertion when receiving authentication challenge with empty rea...Benny Prijono
2010-04-28Misc (#1026) fixed build problems on Symbian S60 5th edition:Nanang Izzuddin
2010-04-20Ticket #1057: Implemented pjsua_modify_acc().Nanang Izzuddin
2009-11-06Fixed ticket #986: Assertion when authorization PJSIP_AUTH_AUTO_SEND_NEXT is ...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-09-24Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized ...Benny Prijono
2008-07-07Related to ticket 554: handle the case where server rejects Authorization bec...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-04-02Ticket #521: Duplicate Authorization header when PJSIP is configured to send ...Benny Prijono
2008-02-22Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 ti...Benny Prijono
2008-02-22Ticket #492: Bug in strict route processing when challenged with 401/407 resp...Benny Prijono
2007-11-10Fixed compilation warnings/errors under C++ modeBenny Prijono
2007-11-08- Added option to send empty Authorization header in outgoing requestsBenny Prijono
2007-11-03Ticket #410: Endless authentication retries when 401/407 response contains no...Benny Prijono
2007-10-21Fixed compilation warning in sip_auth_client.c about unreachable code when AK...Benny Prijono
2007-10-15Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some work...Benny Prijono
2007-10-10Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA suppo...Benny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-06-18Fixed ticket #231: Add the ability to respond to any realms in SIP authentica...Benny Prijono
2007-05-23Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authen...Benny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-12-29Fixed ticket #25: Authentication loops forever when server keeps rejecting re...Benny Prijono
2006-09-09Fixed authentication with qop: nc is not printed, and set nc length to 8 byte...Benny Prijono
2006-06-13Fixed bugs in client authentication: (1)tx_data in reinit_req() is not invali...Benny Prijono
2006-04-14Fixed bug: credentials are not copied properly in set_credentials()Benny Prijono
2006-03-10Fixed compilation and run warnings/errors with MSVC 2005Benny Prijono
2006-02-07Tested initial implementation: basic UAC, client registration, authentication...Benny Prijono
2006-01-30Finished implementation of UA layer (to be tested)Benny Prijono
2006-01-18Complete tsx layer selftest, implemented authentication frameworkBenny Prijono