Commit Graph

1403 Commits

Author SHA1 Message Date
bossiel 9c98f2a38d - Update FSM implementation (add Strong and Weak states).
- Replace REGISTER dialog state machine by our own FSM.
- Replace SUBSCRIBE dialog state machine by our own FSM.
2010-02-18 00:52:36 +00:00
bossiel 8e7fd29c1c Update license description by removing the word "Lesser". 2010-02-17 19:48:35 +00:00
bossiel e960e35d2e Begin implementing FSM manager. 2010-02-17 17:31:54 +00:00
bossiel fdd44e3b92 Update presence dialog. 2010-02-16 18:52:56 +00:00
bossiel d08eefe6b8 - Update Service-Route discovery.
- Add support for Record-Routes.
2010-02-16 01:40:28 +00:00
bossiel 6bf2419542 Update connection info. 2010-02-15 21:42:39 +00:00
bossiel 28397e547d - Begin adding support for presence (SUBSCRIBE).
- Implement some missing headers (P-Asserted-Id; Path; Warning; ...).
2010-02-15 19:32:09 +00:00
bossiel 241c1e51b4 2010-02-15 01:27:10 +00:00
bossiel 71f9ed09f7 - Resolve bug in IPSec vista SPIs outbound SAs.
- Update HTTP project.
- Move ragel state manager to TINYSAK project.
2010-02-15 01:25:07 +00:00
bossiel 40773d05f0 Change connection info. 2010-02-12 18:49:27 +00:00
bossiel d968c7e945 Update parsers. 2010-02-12 18:28:33 +00:00
bossiel 7b2d6e3a81 Update MAC OSX support. 2010-02-12 00:16:23 +00:00
bossiel 4fbc0d545c Update vs_2008 projects. 2010-02-11 20:43:47 +00:00
bossiel 7f9d00f54b Update DHCPv6 support. 2010-02-11 17:50:33 +00:00
bossiel 204fc05209 Begin implementing DHCPv6 as per RFC 3315. 2010-02-11 00:31:13 +00:00
bossiel 8078dfb2b7 rename some files and update vs_2008 projects. 2010-02-10 20:39:03 +00:00
bossiel b9907a4ae7 Split DHCPv4/DHCPv6. 2010-02-10 18:22:32 +00:00
bossiel 2f4deff727 Change TinyIPSec copyrights. 2010-02-09 18:58:18 +00:00
bossiel d4ccf30d46 Update BOOTP/DHCP stack by adding SIP Server parser. 2010-02-09 18:53:54 +00:00
bossiel b27a5bad62 use sip2sip.info domain for DNS tests. 2010-02-09 11:52:51 +00:00
bossiel 2537cb92f3 - Filter DNS NAPTR and SRV records before adding them.
- vs_2005 version of tinyMSRP.
2010-02-09 11:51:05 +00:00
bossiel 74f88edc7c Add utilities functions. 2010-02-09 00:38:48 +00:00
bossiel 0571522c2d Add TINY MSRP project. 2010-02-09 00:38:15 +00:00
bossiel 604931c629 Add support for Universally Unique Identifier (UUID) version 5 as per RFC 4122. 2010-02-08 22:22:20 +00:00
bossiel 146fd99cb8 Update AKAv2 algorithm and begin adding support for ETSI NASS Bundled.
Update DHCP/BOOTP STACK(DISCOVER, INFORM and REQUEST).
2010-02-08 18:44:08 +00:00
bossiel 2bee552616 Add support for P-CSCF discovery using DNS NAPTR.
Begin adding SIP API functions.
Remove "cnonce" and "nc" parameters in both authentication and proxy-authentication headers when qop value is null.
2010-02-08 02:14:10 +00:00
bossiel 43c8156fcb Update Android files. 2010-02-07 17:04:07 +00:00
bossiel 6a4668c2aa Update directories structure. 2010-02-07 17:03:40 +00:00
bossiel 17dd87a6b0 Update directories structure. 2010-02-07 17:03:12 +00:00
bossiel 184d2211d1 Resolve bug on buffer parsing using vsnprintf. 2010-02-07 17:02:47 +00:00
bossiel 59343cf938 Update directories structure. 2010-02-07 17:01:59 +00:00
bossiel e70de9b263 Update DHCP stack. 2010-02-05 17:56:55 +00:00
bossiel f019daef63 Update Android network features. 2010-02-05 02:34:32 +00:00
bossiel 68cf4ff791 Add IPv6 support for STUN and TURN. 2010-02-04 18:41:11 +00:00
bossiel 7bb18c980b Begin implementing DHCP/BOOTP stack (RFC 2131, 2132, 1497, 3315, 3319, 3361, 1497 and many others) 2010-02-03 18:40:11 +00:00
bossiel eb233ff0a4 Resolve segmentation fault issue when trying to copy to outside UDVM LEFT-RIGH bounds.
==> NOW we only return a NACKINFO message and the mobile do not crash.
2010-02-03 12:01:53 +00:00
bossiel 6df2768653 Update android support. 2010-02-03 09:07:46 +00:00
bossiel eb2e5c50cf - Update support for TEL URI.
- Add string utilities functions.
2010-02-02 18:36:34 +00:00
bossiel bc95d5151f - Add support for DNS cache
- Add support for DNS SRV support
- Add support for DNS CNAME record
2010-02-01 19:08:28 +00:00
bossiel 4627646bb1 Add android projects (eclipse) 2010-02-01 02:02:25 +00:00
bossiel f9b9725b94 Add android makefiles. 2010-02-01 02:01:14 +00:00
bossiel e07290457b Resolve bug in DNS QNAME parsing ( Access violation when we try to parse the compressed DNS message).
Update android version of tinyNET and tinySAK.
2010-01-28 00:22:57 +00:00
bossiel ae3cd4711e Update DNS support.
Add supports for ENDS0 extension as per RFC 2671.
Add supports for these RRs:
- A (RFC 1035)
- AAAA (RFC 3596)
- NAPTR (RFC 3403)
- MX (RFC 1035)
- NS (RFC 1035)
- PTR (RFC 1035)
- SOA (RFC 1035)
- TXT (RFC 1035)
2010-01-27 19:52:41 +00:00
bossiel c453910507 Update DDDS/DNS support. 2010-01-26 19:33:33 +00:00
bossiel edfef1c6a2 Begin DDDS/DNS implementation.
Resolve bug in STUN.
2010-01-25 18:09:25 +00:00
bossiel 2874c641f5 - Add new network utilities (ifaces, listing addresses, ...)
- Update TURN support (new: channel binding, channelData, send indication ...)
- Update Windows mobile version.
- Update Symbian S60 version.
2010-01-25 02:50:47 +00:00
bossiel dd75783488 Update vs2005 project files.
Use 'recvfrom' instead of 'recv' to receive STUN UDP dgrams.
2010-01-21 18:10:43 +00:00
bossiel 1269a67fdb - Use only one macro to delete all type of objects.
- Add empty files for DNS support (this will help me to remember which DNS record type to add later.). A brief explication can be found here: http://www.debianhelp.co.uk/dnsrecords.htm.
- All final version of STUN 2.
- Update TURN support (resolve bugs on Allocation request and add support for Refresh/Remove requests).
2010-01-21 02:22:14 +00:00
bossiel 08a6219cba Update vs_2005 projects. 2010-01-19 18:26:22 +00:00
bossiel 1643a2bbf1 Comment MAPPED-ADDRESS attribute. 2010-01-19 18:25:44 +00:00