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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alphabetise radsec.sym.
libradsec-server-support
Linus Nordberg
2013-05-15
1
-2
/
+2
*
Merge branch 'libradsec' into libradsec-server-support
Linus Nordberg
2013-05-15
57
-376
/
+471
|
\
|
*
Don't crash on reading invalid messages.
Linus Nordberg
2013-05-15
4
-37
/
+40
|
*
Whitespace changes in license headers.
Linus Nordberg
2013-05-09
15
-15
/
+15
|
*
Update copyright years.
Linus Nordberg
2013-05-09
18
-31
/
+35
|
*
Include stdlib.h everywhere we call (m|c)alloc.
Linus Nordberg
2013-05-09
3
-2
/
+5
|
*
Use malloc+memcpy rather than calloc+strcpy in rs_strdup.
Linus Nordberg
2013-05-09
1
-5
/
+10
|
*
Revert "Bump library interface revision."
Linus Nordberg
2013-05-08
1
-1
/
+1
|
*
Clarify and reformat comments on how to use Libtool's -version-info.
Linus Nordberg
2013-05-08
1
-10
/
+10
|
*
Pass make distcheck.
Linus Nordberg
2013-05-08
5
-12
/
+19
|
*
Don't include tests in SUBIDRS after all.
Linus Nordberg
2013-05-08
1
-1
/
+2
|
*
Initial RPM packaging
Linus Nordberg
2013-05-08
3
-5
/
+97
|
*
Add a few bits to README.
Linus Nordberg
2013-05-08
1
-8
/
+23
|
*
Exit tests with number of failures.
Linus Nordberg
2013-05-08
1
-2
/
+4
|
*
Add 'tests' to SUBDIRS to make 'make check' work.
Linus Nordberg
2013-05-08
1
-1
/
+1
|
*
Constify the MD5 implementation.
Linus Nordberg
2013-05-08
2
-4
/
+4
|
*
Push an error on the error stack when returning !RSE_OK.
Linus Nordberg
2013-05-08
1
-1
/
+1
|
*
Revive RSE_MAX.
Linus Nordberg
2013-05-08
1
-0
/
+1
|
*
Add an assert in error handling code.
Linus Nordberg
2013-05-08
1
-0
/
+2
|
*
Remove an unused error code and unusued RSE_MAX.
Linus Nordberg
2013-05-08
2
-50
/
+0
|
*
Follow API change in tests.
Linus Nordberg
2013-05-08
1
-5
/
+3
|
*
Revert "Add formal argument 'secret' to two public functions."
Linus Nordberg
2013-05-08
5
-21
/
+12
|
*
Add and fix RADIUS attributes (4b9e4cb1, e4b6e972).
Sam Hartman
2013-05-07
3
-5
/
+12
|
*
Build include before building '.'
Linus Nordberg
2013-05-07
1
-1
/
+1
|
*
Use CUnit for tests.
Linus Nordberg
2013-05-06
7
-78
/
+71
|
*
Bump library interface revision.
Linus Nordberg
2013-05-06
1
-1
/
+1
|
*
Bump version to 0.0.4.dev to keep ahead of moonshot.
Linus Nordberg
2013-05-06
2
-2
/
+2
|
*
Improve documentation.
Linus Nordberg
2013-01-29
1
-8
/
+13
|
*
Remove dead code.
Linus Nordberg
2013-01-28
2
-10
/
+1
|
*
Update HACKING with a rough road map.
Linus Nordberg
2013-01-25
1
-5
/
+6
|
*
Add PSK example in examples/client.conf.
Linus Nordberg
2013-01-24
1
-4
/
+15
|
*
Do the test for PSK properly.
Linus Nordberg
2013-01-24
1
-3
/
+1
|
*
Add two helper functions to conn.[ch].
Linus Nordberg
2013-01-24
2
-0
/
+17
|
*
Order functions properly in conn.c.
Linus Nordberg
2013-01-24
2
-18
/
+20
|
*
Don't verify server certificate if we're using PSK.
Linus Nordberg
2013-01-24
1
-2
/
+3
|
*
Add missing key files to demoCA.
Linus Nordberg
2013-01-24
2
-0
/
+18
|
*
Rename rs_packet_flags members.
Linus Nordberg
2013-01-24
4
-11
/
+11
|
*
New demo CA for tests.
Linus Nordberg
2013-01-23
8
-131
/
+105
|
*
Handle case where config hasn't yet been read better.
Linus Nordberg
2013-01-23
1
-2
/
+4
*
|
WIP commit moving towards working server support.
Linus Nordberg
2013-05-15
29
-358
/
+959
*
|
Use malloc+memcpy rather than calloc+strcpy in rs_strdup.
Linus Nordberg
2013-05-10
1
-5
/
+9
*
|
Revamping for listeners.
Linus Nordberg
2013-03-01
17
-202
/
+360
*
|
README
Linus Nordberg
2013-02-19
1
-4
/
+7
*
|
WIP commit for listener support.
Linus Nordberg
2013-02-19
20
-185
/
+333
*
|
Do the test for PSK properly.
Linus Nordberg
2013-02-18
1
-3
/
+1
*
|
Add two helper functions to conn.[ch].
Linus Nordberg
2013-02-18
2
-0
/
+19
*
|
Order functions properly in conn.c.
Linus Nordberg
2013-02-18
2
-18
/
+20
*
|
Compare pointer with NULL rather than autopromote to int.
Linus Nordberg
2013-02-14
1
-1
/
+1
*
|
Parenthesise arguments to helper macros.
Linus Nordberg
2013-02-14
1
-9
/
+10
*
|
Add the dummy server example.
Linus Nordberg
2013-02-11
2
-6
/
+86
[next]