aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/connect_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-1623/+0
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* Using the correct type for ME_ENDPOINT payloads in connectivity checks.Tobias Brunner2009-09-241-1/+2
|
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-041-99/+147
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-8/+8
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-26/+26
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-174/+174
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-4/+4
| | | | | important change for developers: %Y replaces %D to print identities!
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-3/+3
| | | | added schedule_job_ms for ms resolution events
* merged multi-auth branch back into trunkMartin Willi2009-04-141-4/+4
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-34/+34
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-1/+1
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-1/+1
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* enabling acquire for mediated connectionsTobias Brunner2008-04-101-69/+11
|
* signature in connectivity checks is now built with the message id in network ↵Tobias Brunner2008-04-081-1/+4
| | | | byte order
* printing the checklist, two bugfixesTobias Brunner2008-04-081-2/+24
|
* connect manager: restart the sender if it is not running anymoreTobias Brunner2008-04-081-6/+19
|
* better logging for chunks in connect managerTobias Brunner2008-04-081-12/+12
|
* refactored callback data in connect managerTobias Brunner2008-04-081-48/+24
|
* fast finishing connectivity checks on the initiators sideTobias Brunner2008-04-071-53/+99
|
* corrected the logging for retransmissions of connectivity checksTobias Brunner2008-04-071-6/+8
|
* changed how retransmissions of connectivity checks are sentTobias Brunner2008-04-071-16/+10
|
* and anotherTobias Brunner2008-04-031-0/+1
|
* fixing some memory leaksTobias Brunner2008-04-021-1/+10
|
* stopping connectivity checks on the responders side after receiving an ↵Tobias Brunner2008-04-011-1/+30
| | | | IKE_SA_INIT request with the proper ME_CONNECTID
* timing of connectivity checks adjustedTobias Brunner2008-03-311-28/+39
|
* replaced the COOKIE notify payload in connectivity checks with a ↵Tobias Brunner2008-03-271-14/+14
| | | | ME_CONNECTAUTH notify payload
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-72/+72
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* two small fixesTobias Brunner2008-03-131-2/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-8/+10
|
* improved P2P_NAT debuggingAndreas Steffen2008-02-271-2/+5
|
* refactored connect_manager_t to use the find functions on linked listsTobias Brunner2008-02-141-157/+65
|
* added missing hasher includeMartin Willi2008-01-031-0/+1
|
* removed c++ style comments4.1.9Martin Willi2007-12-041-37/+34
| | | | | fixed compiler warnings
* improved P2P_ENDPOINT debuggingAndreas Steffen2007-12-031-1/+1
|
* improving [3361]: moved one of the added return valuesTobias Brunner2007-11-221-1/+2
|
* added two return statements comitted by Marius TomaschewskiAndreas Steffen2007-11-211-1/+2
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-0/+1615