aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* merging changes from portability branch back to trunkTobias Brunner2009-04-3051-234/+1262
| | | | | important change for developers: %Y replaces %D to print identities!
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+1
|
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-1/+1
|
* added support for AES counter mode in ESPMartin Willi2009-04-273-3/+7
| | | | proposal keywords: aes128ctr aes192ctr aes256ctr
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-275-7/+5
|
* fixed nbns handling, missing breakMartin Willi2009-04-271-0/+1
|
* prefer nm plugin over resolv-confMartin Willi2009-04-271-5/+5
|
* nm plugin handles DNS/NBNS configuration attributesMartin Willi2009-04-276-8/+283
|
* attribute_manager supports attribute_handler's to handle configuration ↵Martin Willi2009-04-2420-377/+1095
| | | | | | | | attributes via plugins moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr)
* added cast128 proposal keywordAndreas Steffen2009-04-241-0/+1
|
* l format modifier outputs garbage on 64 bit platformsAndreas Steffen2009-04-221-1/+1
|
* fixed compiler warnings on 64bitMartin Willi2009-04-223-6/+6
|
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-2111-73/+124
| | | | added schedule_job_ms for ms resolution events
* dump CHILD_SA keys in loglevel 4Martin Willi2009-04-211-0/+10
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-205-5/+10
|
* fixed IKE_SA rekeying collisionsMartin Willi2009-04-201-6/+19
|
* do not adopt already initiated tasks after rekeyingMartin Willi2009-04-201-9/+0
|
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-10/+3
|
* fixing IKE_SA rekeying if charon.ikesa_table_size > 1Tobias Brunner2009-04-172-7/+20
|
* added ike_rekey/child_rekey options to load-testerMartin Willi2009-04-171-5/+23
|
* missed strcaseeq addedTobias Brunner2009-04-171-1/+1
|
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-172-11/+11
|
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-172-3/+12
|
* add keylength transform attribute for all algorithms with a keylength != 0Martin Willi2009-04-171-24/+10
|
* fixed some newline encodingsMartin Willi2009-04-162-55/+55
|
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-143-2/+73
|
* fixed proposal_keywords.c generation in out-of-tree buildsMartin Willi2009-04-141-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-1477-3660/+4472
|
* require Message-Authenticator attribute only if we have a EAP-MessageMartin Willi2009-03-271-6/+18
|
* reserve a socket only during request(), avoids thread pool starvationMartin Willi2009-03-272-36/+36
| | | | reduced thread pool default to 1
* cosmeticsAndreas Steffen2009-03-261-1/+1
|
* output peer ID in duplicate deletion log entryAndreas Steffen2009-03-261-2/+2
|
* set port for NATD hash calculation in the "include-all" caseMartin Willi2009-03-261-0/+4
|
* added a NEWS fileMartin Willi2009-03-252-1/+13
| | | | release NetworkManager-strongswan-1.1.0
* updated DoxyfileMartin Willi2009-03-24171-189/+186
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* reintegrated eap-radius branch into trunkMartin Willi2009-03-2413-3/+1789
|
* ported nm plugin and gnome applet to NetworkManager 7.1Martin Willi2009-03-182-54/+73
|
* fallback to family specific %any(6) if kernel lookup failsMartin Willi2009-03-161-0/+6
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-129-120/+80
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* memleak fixed when reading smartcard secretsTobias Brunner2009-03-121-3/+4
|
* fixed format string argument error, resulting in crashMartin Willi2009-03-032-3/+15
| | | | fixed memleak if pool not found
* stop searching other pools if lease successfully releasedMartin Willi2009-03-031-0/+1
|
* ipsec statusall <conn> also filters address poolsAndreas Steffen2009-03-031-0/+4
|
* fixed MSCHAPv2 password lookup when used with NetworkManagerMartin Willi2009-02-241-1/+1
|
* fixed some memleaks in mschapv2 pluginTobias Brunner2009-02-191-16/+25
|
* corrected typoAndreas Steffen2009-02-191-1/+1
|
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-188-1/+1380
|
* force unique connections for mediation connectionsTobias Brunner2009-02-181-0/+6
|
* always encode EAP usernames as ID_KEY_IDMartin Willi2009-02-181-1/+2
|
* typoTobias Brunner2009-02-171-1/+1
|