aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* output of eap_type_names requires %N formatAndreas Steffen2007-05-181-1/+1
|
* added set_other_ca() and get_other_ca()Andreas Steffen2007-05-171-44/+68
|
* added set_other_ca() and get_other_ca()Andreas Steffen2007-05-171-2/+19
|
* export MAX_CA_PATH_LENAndreas Steffen2007-05-171-1/+2
|
* check self-signedness of certificate at creation timeAndreas Steffen2007-05-171-2/+26
|
* removed route_job, handled all in interface_managerMartin Willi2007-05-165-195/+0
|
* routing/unrouting through interfaceMartin Willi2007-05-164-18/+187
|
* authentication failure is handled in ike_auth.cAndreas Steffen2007-05-151-3/+5
|
* cosmeticsAndreas Steffen2007-05-151-5/+5
|
* cosmeticsAndreas Steffen2007-05-152-3/+3
|
* adapted authentication failure text to those in the authenticatorsAndreas Steffen2007-05-151-3/+3
|
* verification of locally loaded peer certificatesAndreas Steffen2007-05-151-87/+92
|
* support of multiple certificates with same peer idAndreas Steffen2007-05-153-63/+93
|
* cosmeticsAndreas Steffen2007-05-151-9/+7
|
* working dummy for NetworkManager DBUS interfaceMartin Willi2007-05-141-8/+68
| | | | | more a tech demo
* simplified capability droppingMartin Willi2007-05-099-45/+26
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-098-303/+326
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* properly ignoring signals rised by a thread which is in listening stateMartin Willi2007-05-081-11/+8
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-0715-57/+91
| | | | added --with-uid/--with-gid configure option
* extended interface_manager (more work needed here)Martin Willi2007-05-033-3/+243
|
* allow to have listening state TRUE while sending singal ourselfMartin Willi2007-05-031-0/+7
|
* reducing capabilities of the threads to a minimumMartin Willi2007-05-0311-40/+214
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* setting MALLOC_CHECK_=0 for charon to not use glibc's malloc checkerMartin Willi2007-05-021-0/+2
|
* added more API documentation to backends/interfacesMartin Willi2007-04-307-20/+40
|
* added udp.h4.1.2Andreas Steffen2007-04-291-1/+2
|
* fixed includeAndreas Steffen2007-04-291-1/+1
|
* local include of pfkeyv2.h and netlink.hAndreas Steffen2007-04-292-2/+2
|
* reverted to original header filesAndreas Steffen2007-04-296-245/+315
|
* actually not neededAndreas Steffen2007-04-283-191/+1
|
* actually not neededAndreas Steffen2007-04-281-1/+1
|
* actually not neededAndreas Steffen2007-04-282-316/+0
|
* added compiler.h filter.h in.h and udp.h to src/include/linux/Andreas Steffen2007-04-288-8/+508
|
* added netlink.h and rtnetlink.h to src/include/linuxAndreas Steffen2007-04-281-1/+1
|
* moved linux26/rtnetlink.h and linux26/netlink.h to src/include/linuxAndreas Steffen2007-04-281-1/+0
|
* added netlink.h and rtnetlink.h to src/include/linuxAndreas Steffen2007-04-282-0/+1314
|
* moved linux26/rtnetlink.h and linux26/netlink.h to src/include/linuxAndreas Steffen2007-04-283-653/+1
|
* list crlnumberAndreas Steffen2007-04-272-1/+14
|
* list crlnumberAndreas Steffen2007-04-271-0/+18
|
* added crlNumber OIDAndreas Steffen2007-04-271-0/+1
|
* added crlNumber OIDAndreas Steffen2007-04-271-3/+4
|
* added interface.hAndreas Steffen2007-04-271-0/+1
|
* fixed castingAndreas Steffen2007-04-271-2/+2
|
* added writeable_backend.hAndreas Steffen2007-04-271-1/+1
|
* fixed typoAndreas Steffen2007-04-271-1/+1
|
* removed dependencies on linux/types.hAndreas Steffen2007-04-272-94/+94
|
* restructuring of configuration backendsMartin Willi2007-04-2722-523/+1354
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* forcing proper autoload of af_key kernel module in charonMartin Willi2007-04-271-0/+10
|
* added conn_name to xauth_module.verify_secret() function callAndreas Steffen2007-04-254-4/+5
|
* properly checking received IDr as initiatorMartin Willi2007-04-252-4/+12
|
* added support for AES-XCBC in kernel using e.g. esp=aes128-aesxcbc ↵Martin Willi2007-04-232-1/+11
| | | | (>=linux-2.6.20)