<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/libcharon/bus, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<id>https://git-old.alpinelinux.org/user/tteras/strongswan/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/user/tteras/strongswan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<updated>2017-08-07T08:44:05Z</updated>
<entry>
<title>bus: Don't trigger child_updown() for rekeyed CHILD_SAs</title>
<updated>2017-08-07T08:44:05Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-07-12T11:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=f9fbcbb1a00d631bbd9d6ee1209251b3ee85dbaf'/>
<id>urn:sha1:f9fbcbb1a00d631bbd9d6ee1209251b3ee85dbaf</id>
<content type='text'>
We don't trigger it either when they are deleted individually.
</content>
</entry>
<entry>
<title>linked-list: Change return value of find_first() and signature of its callback</title>
<updated>2017-05-26T11:56:44Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-16T10:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=2e4d110d1e94a3be9da06894832492ff469eec37'/>
<id>urn:sha1:2e4d110d1e94a3be9da06894832492ff469eec37</id>
<content type='text'>
This avoids the unportable five pointer hack.
</content>
</entry>
<entry>
<title>linked-list: Change interface of callback for invoke_function()</title>
<updated>2017-05-26T11:56:44Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-15T15:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=8a2e4d4a8b87f5e8a5e5f663ee8eddd47988fa2c'/>
<id>urn:sha1:8a2e4d4a8b87f5e8a5e5f663ee8eddd47988fa2c</id>
<content type='text'>
This avoids the unportable five pointer hack.
</content>
</entry>
<entry>
<title>bus: Re-add ampersand that got lost in refactoring</title>
<updated>2016-11-14T14:15:11Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-11-14T14:15:11Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=ee5da1633a3587a2fb1e37f92fce61afcebf019b'/>
<id>urn:sha1:ee5da1633a3587a2fb1e37f92fce61afcebf019b</id>
<content type='text'>
Fixes: 4af02c6c61cf ("bus: Fix maximum log level for different groups
after removal of a logger")
</content>
</entry>
<entry>
<title>bus: Fix maximum log level for different groups after removal of a logger</title>
<updated>2016-11-11T14:33:44Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-11-09T17:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4af02c6c61cff97b310ca68a1c0c424475e8f9cd'/>
<id>urn:sha1:4af02c6c61cff97b310ca68a1c0c424475e8f9cd</id>
<content type='text'>
The log level was incorrectly set to the same value for all groups.

Fixes: dac15e03c828 ("bus: Fix maximum log levels when mixing log/vlog
implementing loggers")
</content>
</entry>
<entry>
<title>bus: Add new hooks for derived IKE_SA and CHILD_SA keys</title>
<updated>2016-10-04T08:01:49Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-09-14T10:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=f5fe0ffa2a2e58fed68166e27895c8fde10743ff'/>
<id>urn:sha1:f5fe0ffa2a2e58fed68166e27895c8fde10743ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bus: Fix maximum log levels when mixing log/vlog implementing loggers</title>
<updated>2016-09-30T16:34:04Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-09-22T13:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=dac15e03c828105198e81e7c52f78b62a106f352'/>
<id>urn:sha1:dac15e03c828105198e81e7c52f78b62a106f352</id>
<content type='text'>
The maximum would not get set correctly when a logger is removed and the
first remaining logger in the list (the one with the highest log level) does
e.g. only implement vlog() while there are other loggers that implement log().
This would result in only max_vlevel getting set correctly while max_level
would incorrectly get set to -1 so that log() would not get called for any
of the loggers anymore.

References #574.
</content>
</entry>
<entry>
<title>task-manager: Add retransmit cleared alert</title>
<updated>2016-06-06T12:11:01Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2016-05-03T09:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=bd71ba0ffb03dc19f6a24e08dd8ad94eeffd9fab'/>
<id>urn:sha1:bd71ba0ffb03dc19f6a24e08dd8ad94eeffd9fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>task-manager: Add retransmit count to retransmit send alert</title>
<updated>2016-06-06T12:11:01Z</updated>
<author>
<name>Thomas Egerer</name>
<email>thomas.egerer@secunet.com</email>
</author>
<published>2016-02-16T11:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=9da65eaeb9ddfc00ba205378da23eec3d84b4df0'/>
<id>urn:sha1:9da65eaeb9ddfc00ba205378da23eec3d84b4df0</id>
<content type='text'>
Signed-off-by: Thomas Egerer &lt;thomas.egerer@secunet.com&gt;
</content>
</entry>
<entry>
<title>Use standard unsigned integer types</title>
<updated>2016-03-24T17:52:48Z</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2016-03-22T12:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=b12c53ce77beb8e04b044d0c0dc9249ddba72200'/>
<id>urn:sha1:b12c53ce77beb8e04b044d0c0dc9249ddba72200</id>
<content type='text'>
</content>
</entry>
</feed>
