aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - started implementation of netlink kernel interfaceMartin Willi2005-12-048-31/+539
|
* - fixed break Martin Willi2005-12-041-0/+1
|
* - creation from encoded never failesMartin Willi2005-12-042-23/+42
|
* - code documentedJan Hutter2005-12-042-25/+34
|
* - code documentedJan Hutter2005-12-044-99/+100
|
* - Code documentedJan Hutter2005-12-042-18/+38
|
* - doxygen constructor declaration, make default ?Martin Willi2005-12-043-0/+17
|
* - code documentedJan Hutter2005-12-041-13/+70
|
* - comments addedMartin Willi2005-12-046-12/+193
|
* - include undocumented things (such as enums)Martin Willi2005-12-041-2/+2
|
* - no fail if bin not emptyMartin Willi2005-12-041-1/+1
|
* - logging cleanupMartin Willi2005-12-0415-66/+82
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - logger addedMartin Willi2005-12-042-21/+70
|
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-0429-289/+2311
| | | | | | | | | | | - removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys
* - code cleanedJan Hutter2005-12-031-132/+191
|
* - preshared secrets are now retrieved over configuration_managerJan Hutter2005-12-0310-68/+230
|
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-0319-134/+303
|
* - forgot to addJan Hutter2005-12-032-0/+302
|
* - started to implement authenticator_tJan Hutter2005-12-0210-25/+141
|
* - fixed id bugsMartin Willi2005-12-021-5/+6
|
* - fixed id bugMartin Willi2005-12-022-11/+17
|
* - fixesMartin Willi2005-12-027-37/+57
|
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-0210-31/+88
| | | | requests
* - allow termination of getting threadMartin Willi2005-12-021-0/+8
|
* - comments Martin Willi2005-12-023-5/+28
|
* - retransmitting of requests implementedJan Hutter2005-12-0212-22/+188
|
* - state ike_auth_requestedMartin Willi2005-12-027-45/+44
| | | | | - does now establishing of IKE_SA in both directions
* - added new job type retransmit_request_job_tJan Hutter2005-12-0213-134/+435
| | | | - fixed memory leaks
* - fixed memleakMartin Willi2005-12-021-4/+4
|
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-0214-143/+701
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-0211-42/+320
| | | | responder_init_t
* responder_init does return DELETE_ME in case of errorJan Hutter2005-12-025-89/+133
|
* (no commit message)Jan Hutter2005-12-027-43/+57
|
* - get_type changed Jan Hutter2005-12-021-1/+8
|
* cleaned codeJan Hutter2005-12-028-33/+47
|
* - fixed bugsJan Hutter2005-12-0112-137/+356
|
* - added ts for both initator and responderMartin Willi2005-12-015-42/+178
| | | | - ts_payload can get now ts's
* - creation of ts payloads using tsMartin Willi2005-12-018-57/+223
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-0116-563/+738
|
* - fixed some bugx when !LEAK_DETECTIVEMartin Willi2005-12-012-5/+4
|
* - commentedMartin Willi2005-12-011-2/+10
|
* - addedMartin Willi2005-12-012-0/+240
|
* - tested sa with traffic selectorsMartin Willi2005-12-016-17/+110
| | | | | - fixed ALOT of bugs ;-)
* (no commit message)Martin Willi2005-12-012-0/+408
|
* - compileableMartin Willi2005-12-012-89/+37
|
* - implemented functionality to generate sa payload from Jan Hutter2005-12-017-8/+688
| | | | | | child_proposal_t's and vice versa...
* - added spisMartin Willi2005-12-011-2/+16
|
* - fixed equals for new struct definitionMartin Willi2005-12-011-19/+81
|
* - fixed proposalMartin Willi2005-12-011-4/+12
|
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-0112-12/+518
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload