]> git.ipfire.org Git - people/ms/strongswan.git/log
people/ms/strongswan.git
18 years ago- fixed bad bugs in kernel interface
Martin Willi [Wed, 12 Apr 2006 08:36:40 +0000 (08:36 -0000)] 
- fixed bad bugs in kernel interface
- added some logging info
- works now much more stable

18 years ago- startet importing pluto ASN1 stuff
Martin Willi [Mon, 10 Apr 2006 14:19:10 +0000 (14:19 -0000)] 
- startet importing pluto ASN1 stuff
- der PKCS#1 key loading works (as it did with der_decoder)

18 years ago- split up in libstrong, charon, stroke, testing done
Martin Willi [Mon, 10 Apr 2006 08:07:38 +0000 (08:07 -0000)] 
- split up in libstrong, charon, stroke, testing done
- new leak detective with malloc hook in library
  - useable, but needs improvements
- logger_manager has now a single instance per library
  - allows use of loggers from any linking prog
- a LOT of other things

18 years ago../svn-commit.tmp
Martin Willi [Wed, 5 Apr 2006 12:10:50 +0000 (12:10 -0000)] 
../svn-commit.tmp

18 years ago- added misssing stroke.h
Martin Willi [Wed, 5 Apr 2006 05:59:05 +0000 (05:59 -0000)] 
- added misssing stroke.h

18 years ago- improved strokeing
Martin Willi [Tue, 4 Apr 2006 12:45:29 +0000 (12:45 -0000)] 
- improved strokeing
- down connection
- status
- some other tweaks

18 years ago- rewrote a lot of RSA stuff
Martin Willi [Thu, 30 Mar 2006 07:22:01 +0000 (07:22 -0000)] 
- rewrote a lot of RSA stuff
- done major work for ASN1/decoder
- allow loading of ASN1 der encoded private keys, public keys and certificates
- extracting public key from certificates
- passing certificates from stroke to charon

=> basic authentication with RSA certificates works!

18 years ago- starter work on asn1 with der de/encoder
Martin Willi [Fri, 24 Mar 2006 15:37:49 +0000 (15:37 -0000)] 
- starter work on asn1 with der de/encoder
- RSA private and public key can load read key from ASN1 DER
- some other fixes here and there

18 years ago- rewrite of logger_manager, uses now one instance per context
Martin Willi [Thu, 23 Mar 2006 15:25:43 +0000 (15:25 -0000)] 
- rewrite of logger_manager, uses now one instance per context
- cleanups for logger here and there
- removed critical flag check in payload verification (conformance to IKEv2)
- so thats and theres everywere... ;-)

18 years ago- patch for strongswan-2.6.3
Martin Willi [Tue, 21 Mar 2006 10:21:31 +0000 (10:21 -0000)] 
- patch for strongswan-2.6.3
- added charon support for strongswan build process
- ipsec starter supports charon startup and control

18 years ago- some cleanups
Martin Willi [Tue, 21 Mar 2006 10:13:21 +0000 (10:13 -0000)] 
- some cleanups
- compatibility to strongswan, Makefile can be called by "make programs"
  and "make install" (ikev2 patch must be applied to strongswan)

18 years ago- first version of stroke control utility
Martin Willi [Tue, 21 Mar 2006 10:11:45 +0000 (10:11 -0000)] 
- first version of stroke control utility

18 years ago- moved output to doc/api, since doc is used for other docs now
Martin Willi [Tue, 21 Mar 2006 10:11:21 +0000 (10:11 -0000)] 
- moved output to doc/api, since doc is used for other docs now

18 years ago- some first documentation in english
Martin Willi [Tue, 21 Mar 2006 10:10:56 +0000 (10:10 -0000)] 
- some first documentation in english

18 years ago- works quite well now with ipsec.conf & ipsec starter
Martin Willi [Mon, 20 Mar 2006 15:43:26 +0000 (15:43 -0000)] 
- works quite well now with ipsec.conf & ipsec starter

18 years ago- belongs to previous commit ;-)
Martin Willi [Thu, 16 Mar 2006 15:25:41 +0000 (15:25 -0000)] 
- belongs to previous commit ;-)

18 years ago- reworked configuration framework completly
Martin Willi [Thu, 16 Mar 2006 15:25:06 +0000 (15:25 -0000)] 
- reworked configuration framework completly
- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!

18 years ago- first attempt for connection loading and starting via "stroke"
Martin Willi [Tue, 14 Mar 2006 13:22:48 +0000 (13:22 -0000)] 
- first attempt for connection loading and starting via "stroke"
- some improvements here and there

18 years ago- configuration_manager replaced by configuration_t interface
Martin Willi [Tue, 7 Mar 2006 09:42:15 +0000 (09:42 -0000)] 
- configuration_manager replaced by configuration_t interface
- current configuration_manager is now static_configuration (testing)
- first draft of starter_configuration, which should once interact with ipsec starter (via whack?)
- some cleanups
- socket_t uses RAW socket, which allows parallel service of pluto/charon

18 years ago- comments and cleanups
Martin Willi [Thu, 2 Mar 2006 09:56:30 +0000 (09:56 -0000)] 
- comments and cleanups

18 years ago- working policy installation and removal
Martin Willi [Wed, 1 Mar 2006 15:56:51 +0000 (15:56 -0000)] 
- working policy installation and removal

18 years ago- fixed policy setup bug
Martin Willi [Thu, 23 Feb 2006 16:22:12 +0000 (16:22 -0000)] 
- fixed policy setup bug

18 years ago- proposal setup implementation begun
Martin Willi [Wed, 22 Feb 2006 16:14:40 +0000 (16:14 -0000)] 
- proposal setup implementation begun

18 years ago- fixed socket code, so we know on which address we receive traffic
Martin Willi [Thu, 16 Feb 2006 16:24:50 +0000 (16:24 -0000)] 
- fixed socket code, so we know on which address we receive traffic
- AH/ESP setup in kernel is working now!!! :-)))

18 years ago- installing of child sa works
Martin Willi [Thu, 16 Feb 2006 09:55:07 +0000 (09:55 -0000)] 
- installing of child sa works
- need correct IP adresses to actually use IPsec

18 years ago- refactored ike proposal
Martin Willi [Tue, 14 Feb 2006 14:52:00 +0000 (14:52 -0000)] 
- refactored ike proposal
- uses now proposal_t, wich is also used by child proposals
- ike key derivation refactored
- crypter_t api has get_key_size now
- some other improvements here and there

18 years ago- config uses uml hosts alice and bob
Martin Willi [Mon, 13 Feb 2006 13:42:01 +0000 (13:42 -0000)] 
- config uses uml hosts alice and bob

18 years ago(no commit message)
Martin Willi [Fri, 10 Feb 2006 15:18:18 +0000 (15:18 -0000)] 

18 years ago- key derivation for child_sa works
Martin Willi [Fri, 10 Feb 2006 08:20:06 +0000 (08:20 -0000)] 
- key derivation for child_sa works

18 years ago- some fixes here and there
Martin Willi [Thu, 9 Feb 2006 16:25:02 +0000 (16:25 -0000)] 
- some fixes here and there

18 years ago- fixed memleaks
Martin Willi [Thu, 9 Feb 2006 11:56:24 +0000 (11:56 -0000)] 
- fixed memleaks

18 years ago- works with new proposal code
Martin Willi [Thu, 9 Feb 2006 10:16:20 +0000 (10:16 -0000)] 
- works with new proposal code
- still some(!) memleaks

18 years ago- fixed alot of bugs in child_proposal
Martin Willi [Wed, 8 Feb 2006 15:25:34 +0000 (15:25 -0000)] 
- fixed alot of bugs in child_proposal
- near to working state ;-)

18 years ago- dead end implementation
Martin Willi [Mon, 6 Feb 2006 14:05:35 +0000 (14:05 -0000)] 
- dead end implementation

18 years ago- fixed doxygen warnings
Martin Willi [Thu, 15 Dec 2005 12:10:53 +0000 (12:10 -0000)] 
- fixed doxygen warnings

18 years ago- removed not working make targets
Martin Willi [Tue, 13 Dec 2005 15:58:33 +0000 (15:58 -0000)] 
- removed not working make targets

18 years ago- added copyright from pluto
Martin Willi [Tue, 13 Dec 2005 11:19:48 +0000 (11:19 -0000)] 
- added copyright from pluto

18 years agoadded command line parameter to inizialize configuration
Jan Hutter [Mon, 12 Dec 2005 18:59:09 +0000 (18:59 -0000)] 
added command line parameter to inizialize configuration

18 years agoadded support for informational request and response
Jan Hutter [Mon, 12 Dec 2005 14:44:12 +0000 (14:44 -0000)] 
added support for informational request and response

18 years agofixed bug
Jan Hutter [Mon, 12 Dec 2005 14:35:59 +0000 (14:35 -0000)] 
fixed bug

18 years ago- fixed bug
Jan Hutter [Mon, 12 Dec 2005 14:29:54 +0000 (14:29 -0000)] 
- fixed bug

18 years ago- added deletion of IKE_SA
Jan Hutter [Mon, 12 Dec 2005 14:14:52 +0000 (14:14 -0000)] 
- added deletion of IKE_SA

18 years ago- fixed some BAD bugs
Martin Willi [Mon, 12 Dec 2005 12:52:59 +0000 (12:52 -0000)] 
- fixed some BAD bugs
- clean localhost-testcases for bad_dh, shared and rsa

18 years ago- added todo's
Jan Hutter [Mon, 12 Dec 2005 08:44:35 +0000 (08:44 -0000)] 
- added todo's

18 years ago- changed config values
Jan Hutter [Mon, 12 Dec 2005 08:38:22 +0000 (08:38 -0000)] 
- changed config values

18 years ago- comment cleanups
Martin Willi [Sun, 11 Dec 2005 17:36:37 +0000 (17:36 -0000)] 
- comment cleanups

18 years ago- added todo
Martin Willi [Thu, 8 Dec 2005 18:24:40 +0000 (18:24 -0000)] 
- added todo

18 years ago- fixed test
Martin Willi [Wed, 7 Dec 2005 16:08:08 +0000 (16:08 -0000)] 
- fixed test

18 years ago- fixed thread pool removal
Martin Willi [Wed, 7 Dec 2005 16:04:50 +0000 (16:04 -0000)] 
- fixed thread pool removal

18 years ago- removed prime pool
Martin Willi [Wed, 7 Dec 2005 15:53:34 +0000 (15:53 -0000)] 
- removed prime pool

18 years ago- private value doesn't have to be prime!
Jan Hutter [Wed, 7 Dec 2005 15:36:55 +0000 (15:36 -0000)] 
- private value doesn't have to be prime!

18 years ago- logging cleanup in states
Martin Willi [Wed, 7 Dec 2005 11:49:54 +0000 (11:49 -0000)] 
- logging cleanup in states

18 years agocreated protected_tester_t for testcases
Jan Hutter [Wed, 7 Dec 2005 11:08:54 +0000 (11:08 -0000)] 
created protected_tester_t for testcases

18 years ago- added support for empty traffic selectors and empty sa payload in
Jan Hutter [Wed, 7 Dec 2005 10:25:32 +0000 (10:25 -0000)] 
- added support for empty traffic selectors and empty sa payload in
IKE_AUTH request and reply

18 years ago(no commit message)
Martin Willi [Wed, 7 Dec 2005 10:14:45 +0000 (10:14 -0000)] 

18 years ago- cleanup of states ike_auth_requested and ike_sa_init_responded
Martin Willi [Wed, 7 Dec 2005 09:53:33 +0000 (09:53 -0000)] 
- cleanup of states ike_auth_requested and ike_sa_init_responded

18 years ago- code cleaned up
Jan Hutter [Wed, 7 Dec 2005 09:34:25 +0000 (09:34 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Wed, 7 Dec 2005 09:26:14 +0000 (09:26 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Wed, 7 Dec 2005 09:03:34 +0000 (09:03 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Wed, 7 Dec 2005 08:13:22 +0000 (08:13 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Wed, 7 Dec 2005 08:08:13 +0000 (08:08 -0000)] 
- code cleaned up

18 years ago../svn-commit.tmp
Martin Willi [Wed, 7 Dec 2005 07:57:18 +0000 (07:57 -0000)] 
../svn-commit.tmp

18 years ago- documentation updated
Jan Hutter [Wed, 7 Dec 2005 07:48:43 +0000 (07:48 -0000)] 
- documentation updated

18 years ago- fixed gmp initialization bugs
Martin Willi [Wed, 7 Dec 2005 07:27:28 +0000 (07:27 -0000)] 
- fixed gmp initialization bugs
- fixed spi check bug in ike_sa_init_requested

18 years ago- log changed
Jan Hutter [Tue, 6 Dec 2005 16:48:17 +0000 (16:48 -0000)] 
- log changed

18 years ago- docs updated
Martin Willi [Tue, 6 Dec 2005 16:46:39 +0000 (16:46 -0000)] 
- docs updated

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 16:36:42 +0000 (16:36 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 16:04:39 +0000 (16:04 -0000)] 
- code cleaned up

18 years ago- code cleanup in network and config
Martin Willi [Tue, 6 Dec 2005 16:00:07 +0000 (16:00 -0000)] 
- code cleanup in network and config
- moved packet_t members to private, added getter and setters

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 15:46:04 +0000 (15:46 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 15:37:56 +0000 (15:37 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 15:21:26 +0000 (15:21 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 15:10:11 +0000 (15:10 -0000)] 
- code cleaned up

18 years ago- described constructors
Jan Hutter [Tue, 6 Dec 2005 14:56:47 +0000 (14:56 -0000)] 
- described constructors

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 14:50:56 +0000 (14:50 -0000)] 
- code cleaned up

18 years ago- code cleanup of encoding package
Martin Willi [Tue, 6 Dec 2005 13:44:22 +0000 (13:44 -0000)] 
- code cleanup of encoding package

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 13:34:57 +0000 (13:34 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 13:07:06 +0000 (13:07 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 13:01:02 +0000 (13:01 -0000)] 
- code cleaned up

18 years ago- code cleaned up
Jan Hutter [Tue, 6 Dec 2005 12:54:34 +0000 (12:54 -0000)] 
- code cleaned up

18 years ago(no commit message)
Jan Hutter [Tue, 6 Dec 2005 12:27:15 +0000 (12:27 -0000)] 

18 years ago- implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA
Jan Hutter [Tue, 6 Dec 2005 12:27:09 +0000 (12:27 -0000)] 
- implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA

18 years ago- cancelling of busy prime thread allowed
Martin Willi [Tue, 6 Dec 2005 11:51:40 +0000 (11:51 -0000)] 
- cancelling of busy prime thread allowed

18 years ago- better management of unknown_payload, with critical check
Martin Willi [Tue, 6 Dec 2005 11:51:13 +0000 (11:51 -0000)] 
- better management of unknown_payload, with critical check
- message code cleanup

18 years ago- code cleaned
Jan Hutter [Tue, 6 Dec 2005 10:12:42 +0000 (10:12 -0000)] 
- code cleaned

18 years ago- code cleaned
Jan Hutter [Tue, 6 Dec 2005 09:57:38 +0000 (09:57 -0000)] 
- code cleaned

18 years ago- code cleaned
Jan Hutter [Tue, 6 Dec 2005 09:27:44 +0000 (09:27 -0000)] 
- code cleaned

18 years ago- code cleaned
Jan Hutter [Tue, 6 Dec 2005 08:27:20 +0000 (08:27 -0000)] 
- code cleaned

18 years ago- code cleaned
Jan Hutter [Tue, 6 Dec 2005 08:13:32 +0000 (08:13 -0000)] 
- code cleaned

18 years ago- Implemented but not tested unknown_payload_t
Jan Hutter [Mon, 5 Dec 2005 19:17:45 +0000 (19:17 -0000)] 
- Implemented but not tested  unknown_payload_t

18 years ago- Implemented and tested eap_payload_t
Jan Hutter [Mon, 5 Dec 2005 18:56:22 +0000 (18:56 -0000)] 
- Implemented and tested eap_payload_t

18 years ago- implemented and tested cp_payload_t
Jan Hutter [Mon, 5 Dec 2005 18:16:39 +0000 (18:16 -0000)] 
- implemented and tested cp_payload_t

18 years ago- some doc updates
Martin Willi [Mon, 5 Dec 2005 16:30:53 +0000 (16:30 -0000)] 
- some doc updates

18 years ago- kernel interface hacks, works partially
Martin Willi [Mon, 5 Dec 2005 16:09:42 +0000 (16:09 -0000)] 
- kernel interface hacks, works partially
- interface must be redefined

18 years ago- implemented and tested VENDOR ID payload
Jan Hutter [Mon, 5 Dec 2005 14:01:56 +0000 (14:01 -0000)] 
- implemented and tested VENDOR ID payload

18 years agoDELETE payload implemented and tested
Jan Hutter [Mon, 5 Dec 2005 13:43:43 +0000 (13:43 -0000)] 
DELETE payload implemented and tested

18 years ago- cleaned code of generator_t class
Jan Hutter [Mon, 5 Dec 2005 13:06:24 +0000 (13:06 -0000)] 
- cleaned code of generator_t class

18 years ago- implemented and tested cert_payload_t
Jan Hutter [Mon, 5 Dec 2005 12:54:49 +0000 (12:54 -0000)] 
- implemented and tested cert_payload_t

18 years ago- added payload CERT
Jan Hutter [Mon, 5 Dec 2005 12:21:38 +0000 (12:21 -0000)] 
- added payload CERT
- cleaned code of different states
- added additional notify handling

18 years ago- started implementation of netlink kernel interface
Martin Willi [Sun, 4 Dec 2005 19:05:52 +0000 (19:05 -0000)] 
- started implementation of netlink kernel interface