index
:
radsecproxy.git
RADSECPROXY-51
RADSECPROXY-77
coverity
dynconf2
fticks_syslog2
libradsec
libradsec-add-avp-2
libradsec-new-client
libradsec-psk
libradsec-server-support
libradsec-user-dispatch
licensing
licensing-nogpl
maint-1.6
master
mauchle-dup-dyndisc2
mauchle-radsecproxy-60
openssl11
openssl11-rebased
postpone-resolving
proxy-state
pthread_create_attr
radsecproxy-1.5
release-1.0
release-1.1
release-1.2
release-1.3
selectfamily
stompless
stompless-rebased
stompless-rebased-squashed
t46
tmp
udp
RADIUS proxy with support for TLS RadSec
linus@sunet.se
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling.
Linus Nordberg
2016-03-23
1
-4
/
+4
*
Add changes from 1.6.7.
Linus Nordberg
2016-03-14
1
-1
/
+9
*
Add info about license change to ChangeLog.
Linus Nordberg
2016-03-11
1
-1
/
+7
*
Fix the html target.
Linus Nordberg
2016-03-09
1
-5
/
+6
*
#include <string.h> for memcpy() and strcmp().
Linus Nordberg
2016-03-09
2
-0
/
+2
*
Use DTLS_method() for new SSL context if it exists.
Linus Nordberg
2016-03-06
1
-0
/
+5
*
Use TLS_method() for new SSL context if it exists.
Linus Nordberg
2016-03-06
1
-1
/
+7
*
Allow TLSv1.1 and TLSv1.2.
Linus Nordberg
2016-02-25
1
-1
/
+2
*
Mention radsecproxy-hash(1) in radsecproxy.1.
Linus Nordberg
2015-09-17
1
-3
/
+2
*
Merge branch 'docu'
Linus Nordberg
2015-01-22
2
-2
/
+15
|
\
|
*
Revamp the documentation of a request+response being proxied.
Linus Nordberg
2015-01-22
1
-9
/
+7
|
*
Add comments on functions.
Linus Nordberg
2015-01-16
1
-0
/
+3
|
*
Add more overview to develdoc and correct a factual error.
Linus Nordberg
2015-01-16
1
-2
/
+14
*
|
Install radsecproxy.conf.5 unconditionally.
Linus Nordberg
2015-01-19
2
-1
/
+3
*
|
Refer to RFC6614 instead of the old draft.
Linus Nordberg
2015-01-19
1
-2
/
+2
*
|
ChangeLog for the four security patches.
Linus Nordberg
2015-01-16
1
-0
/
+4
*
|
Fix heap overflow in raddtlsget(), radtcpget() and radtlsget().
Linus Nordberg
2015-01-16
3
-0
/
+12
*
|
Fix null pointer dereference in decttl().
Linus Nordberg
2015-01-16
1
-0
/
+3
*
|
Fix use-after-free in _internal_removeserversubrealms().
Linus Nordberg
2015-01-16
1
-2
/
+5
*
|
Fix use-after-free in hash_extract().
Linus Nordberg
2015-01-16
2
-1
/
+4
|
/
*
Fix some issues showing when DEBUG is defined.
Linus Nordberg
2015-01-16
4
-8
/
+7
*
Remove 'compile', generated by Automake.
Linus Nordberg
2015-01-16
3
-143
/
+2
*
Update copyright notice.
Linus Nordberg
2015-01-16
1
-1
/
+1
*
When CHAP-Password, copy Request Authenticator to CHAP-Challenge.
Linus Nordberg
2015-01-16
3
-0
/
+27
*
Be consistent with naming of attribute defines.
Linus Nordberg
2015-01-16
2
-2
/
+2
*
Have rewriteIn for servers use the correct config section.
Linus Nordberg
2015-01-14
2
-3
/
+11
*
Have radmsg_copy_attrs() return error in all error cases.
Linus Nordberg
2013-09-06
1
-4
/
+2
*
Add ChangeLog entry for -53.
Linus Nordberg
2013-09-06
1
-1
/
+6
*
Make a _copy_ of the attributes when copying them.
Linus Nordberg
2013-09-06
1
-1
/
+1
*
ChangeLog updates bc 1.6.3 is tagged.
Linus Nordberg
2013-09-05
1
-3
/
+5
*
Keep Proxy-State attributes in all replies to clients.
Linus Nordberg
2013-09-05
6
-16
/
+102
*
Remove generated files (auto tools).
Linus Nordberg
2013-09-04
6
-5462
/
+0
*
Update ChangeLog with two older bug fixes.
Linus Nordberg
2013-08-27
1
-0
/
+4
*
Improve warning message when failing to resolve a dynamic server config.
Linus Nordberg
2013-08-27
1
-2
/
+2
*
Don't mention a version number in ChangeLog in the master branch.
Linus Nordberg
2013-08-27
1
-1
/
+2
*
Time out on TLS clients not closing the connection properly.
Linus Nordberg
2013-08-26
2
-1
/
+3
*
When timing out while reading from a TLS server, shutdown the socket properly.
Linus Nordberg
2013-08-26
2
-0
/
+11
*
Don't wait for _writable_ when _reading_ an SSL socket.
Linus Nordberg
2013-08-26
1
-10
/
+11
*
Don't free struct clsrvconf members rewritein and rewriteout.
Linus Nordberg
2013-08-26
2
-2
/
+4
*
Update ChangeLog with the last three bug fixes/ehancements.
Linus Nordberg
2013-08-26
1
-0
/
+11
*
Purge the duplication cache once per received packet.
Linus Nordberg
2013-08-26
1
-0
/
+17
*
Add Fabian Mauchle to AUTHORS.
Linus Nordberg
2013-08-26
1
-0
/
+1
*
Return free memory more aggressively.
pthread_create_attr
Linus Nordberg
2013-08-26
2
-1
/
+10
*
Create threads with a 32 KB stack rather than what happens to be the default.
Linus Nordberg
2013-08-26
6
-16
/
+23
*
Honour escaped slashes in regular expressions.
RADSECPROXY-51
Linus Nordberg
2013-05-31
1
-1
/
+3
*
Verify a single hash/hmac in the tests, not two.
Linus Nordberg
2013-05-06
1
-6
/
+5
*
Add Simon Lundström to AUTHORS.
Linus Nordberg
2013-04-23
1
-0
/
+1
*
Fix a help string in radsecproxy-hash(1) (-h).
Linus Nordberg
2013-04-23
1
-1
/
+1
*
Make radsecproxy-hash(1) not print the hash four times.
Linus Nordberg
2013-04-23
1
-2
/
+2
*
Improve the documentation for the fticks_hashmac() interface.
Linus Nordberg
2013-04-23
1
-1
/
+18
[next]