Tobias Brunner
|
0755e98e5c
|
Cleaned up some code of the mediation extension.
|
2009-09-04 15:48:30 +02:00 |
|
Martin Willi
|
7b3814f75d
|
remove spaces before tabs at the beginning of lines (^( )+\t)
|
2009-09-04 15:02:11 +02:00 |
|
Martin Willi
|
323f9f990f
|
replaces four spaces by tabs, where appropriate
|
2009-09-04 14:50:23 +02:00 |
|
Martin Willi
|
7daf5226b7
|
removed trailing spaces ([[:space:]]+$)
|
2009-09-04 13:46:09 +02:00 |
|
Tobias Brunner
|
3901937d14
|
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enums mutex/condvar/rwlock_type_t.
|
2009-08-14 13:30:59 +02:00 |
|
Tobias Brunner
|
8c5d72cd0b
|
removing svn keyword $Id$ from all files
|
2009-04-30 13:19:35 +00:00 |
|
Tobias Brunner
|
d24a74c5b4
|
merging changes from portability branch back to trunk
important change for developers: %Y replaces %D to print identities!
|
2009-04-30 11:37:54 +00:00 |
|
Martin Willi
|
6554b5e412
|
schedule_job uses seconds to support time values larger than 49 days
added schedule_job_ms for ms resolution events
|
2009-04-21 15:16:56 +00:00 |
|
Martin Willi
|
a44bb9345f
|
merged multi-auth branch back into trunk
|
2009-04-14 10:34:24 +00:00 |
|
Martin Willi
|
3ac5a0db8c
|
replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant
|
2008-11-05 11:29:56 +00:00 |
|
Martin Willi
|
a985db3ff3
|
reintegrated bus-refactoring branch
|
2008-10-14 08:52:13 +00:00 |
|
Martin Willi
|
a4a3e0c7dc
|
introduced an additional bus->signal parameter for signal specific data
added SIG_IKE/SIG_CHD macros for signal emitting
|
2008-07-18 15:51:40 +00:00 |
|
Tobias Brunner
|
4a6474c2c3
|
enabling acquire for mediated connections
|
2008-04-10 12:51:04 +00:00 |
|
Tobias Brunner
|
4a96521965
|
signature in connectivity checks is now built with the message id in network byte order
|
2008-04-08 13:45:30 +00:00 |
|
Tobias Brunner
|
1d295d1ffa
|
printing the checklist, two bugfixes
|
2008-04-08 12:31:27 +00:00 |
|
Tobias Brunner
|
6f186d7e2e
|
connect manager: restart the sender if it is not running anymore
|
2008-04-08 09:21:27 +00:00 |
|
Tobias Brunner
|
03e5336340
|
better logging for chunks in connect manager
|
2008-04-08 08:41:23 +00:00 |
|
Tobias Brunner
|
028a345c63
|
refactored callback data in connect manager
|
2008-04-08 08:33:15 +00:00 |
|
Tobias Brunner
|
6970925422
|
fast finishing connectivity checks on the initiators side
|
2008-04-07 15:45:37 +00:00 |
|
Tobias Brunner
|
dd563e60df
|
corrected the logging for retransmissions of connectivity checks
|
2008-04-07 14:45:39 +00:00 |
|
Tobias Brunner
|
b03c1d415c
|
changed how retransmissions of connectivity checks are sent
|
2008-04-07 11:26:15 +00:00 |
|
Tobias Brunner
|
4c7e6112c5
|
and another
|
2008-04-03 15:22:06 +00:00 |
|
Tobias Brunner
|
c3f803c4c6
|
fixing some memory leaks
|
2008-04-02 18:21:03 +00:00 |
|
Tobias Brunner
|
9c2a905d63
|
stopping connectivity checks on the responders side after receiving an IKE_SA_INIT request with the proper ME_CONNECTID
|
2008-04-01 11:38:18 +00:00 |
|
Tobias Brunner
|
e5ab32a7ee
|
timing of connectivity checks adjusted
|
2008-03-31 15:04:38 +00:00 |
|
Tobias Brunner
|
b0dee635d2
|
replaced the COOKIE notify payload in connectivity checks with a ME_CONNECTAUTH notify payload
|
2008-03-27 09:54:09 +00:00 |
|
Tobias Brunner
|
dc04b7c743
|
mediation extension adapted to the naming convention of the current version of the draft. note: the external interface (config, autotools) has not yet been changed
|
2008-03-26 18:40:19 +00:00 |
|
Tobias Brunner
|
df3462ddbe
|
two small fixes
|
2008-03-13 15:03:06 +00:00 |
|
Martin Willi
|
552cc11b1f
|
merged the modularization branch (credentials) back to trunk
|
2008-03-13 14:14:44 +00:00 |
|
Andreas Steffen
|
b48bdac20b
|
improved P2P_NAT debugging
|
2008-02-27 20:30:39 +00:00 |
|
Tobias Brunner
|
fb7e7dc484
|
refactored connect_manager_t to use the find functions on linked lists
|
2008-02-14 13:42:36 +00:00 |
|
Martin Willi
|
3a36ce1164
|
added missing hasher include
|
2008-01-03 10:42:21 +00:00 |
|
Martin Willi
|
3895125275
|
removed c++ style comments
fixed compiler warnings
|
2007-12-04 10:48:27 +00:00 |
|
Andreas Steffen
|
3af513753a
|
improved P2P_ENDPOINT debugging
|
2007-12-03 23:06:17 +00:00 |
|
Tobias Brunner
|
17d6e9aa00
|
improving [3361]: moved one of the added return values
|
2007-11-22 11:22:33 +00:00 |
|
Andreas Steffen
|
f210387a6b
|
added two return statements comitted by Marius Tomaschewski
|
2007-11-21 23:42:27 +00:00 |
|
Tobias Brunner
|
d5cc175833
|
experimental P2P-NAT-T for IKEv2 merged back from branch
|
2007-10-03 15:10:41 +00:00 |
|