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
*
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
*
Compile confutil.c too.
Linus Nordberg
2013-02-11
1
-0
/
+1
*
Add a warning about this branch to README.
Linus Nordberg
2013-02-11
2
-3
/
+9
*
Add support for configuring client connections too.
Linus Nordberg
2013-02-11
8
-109
/
+341
*
Bump version number.
Linus Nordberg
2013-01-29
1
-1
/
+1
*
Remove dead code.
libradsec-user-dispatch
Linus Nordberg
2013-01-28
2
-10
/
+1
*
Update HACKING with a rough road map.
Linus Nordberg
2013-01-25
1
-5
/
+6
*
Bump version to 0.1.0-dev.
Linus Nordberg
2013-01-25
1
-1
/
+1
*
Don't verify server certificate if we're using PSK.
Linus Nordberg
2013-01-24
1
-2
/
+3
*
Merge branch 'rename-packet-to-message' into libradsec-user-dispatch
Linus Nordberg
2013-01-24
22
-339
/
+360
|
\
|
*
Rename most 'package' to 'message'.
Linus Nordberg
2013-01-24
21
-317
/
+331
|
*
s/packet/message take one
Linus Nordberg
2013-01-24
1
-21
/
+28
*
|
Add CHANGES.
Linus Nordberg
2013-01-24
2
-0
/
+9
*
|
user dispatch WIP 0
Linus Nordberg
2013-01-24
7
-12
/
+259
|
/
*
Rename rs_packet_flags members.
Linus Nordberg
2013-01-24
4
-11
/
+11
*
Handle case where config hasn't yet been read better.
Linus Nordberg
2013-01-23
1
-2
/
+4
*
Add some info on usage modes.
Linus Nordberg
2013-01-23
2
-9
/
+27
*
Add docstrings and a comment.
Linus Nordberg
2013-01-22
1
-3
/
+15
*
Remove unnecessary #includes.
Linus Nordberg
2013-01-22
1
-5
/
+1
*
Whitespace.
Linus Nordberg
2013-01-22
1
-1
/
+1
*
Compile with -Werror.
Linus Nordberg
2013-01-22
4
-4
/
+4
*
Remove incorrect build instruction from HACKING.
Linus Nordberg
2013-01-22
1
-1
/
+0
*
Add md5.[ch] for when we are configured without OpenSSL.
Linus Nordberg
2013-01-22
4
-22
/
+347
*
Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
Linus Nordberg
2013-01-22
20
-28
/
+357
*
Update README and HACKING.
libradsec-new-client
Linus Nordberg
2013-01-21
2
-22
/
+23
*
Fix a doc comment.
Linus Nordberg
2013-01-16
1
-4
/
+5
*
Define WITHOUT_OPENSSL if we don't have openssl.
Linus Nordberg
2012-12-19
1
-0
/
+4
*
Fix typos.
Linus Nordberg
2012-12-19
1
-2
/
+2
*
Remove generated autotools files.
Linus Nordberg
2012-12-19
12
-21531
/
+4
*
Rename COPYING -> LICENSE.
Linus Nordberg
2012-12-19
45
-48
/
+50
*
Remove the option to use GPLv2 as the license.
Linus Nordberg
2012-12-18
11
-78
/
+31
*
Config docu.
Linus Nordberg
2012-12-18
1
-2
/
+2
*
Whitespace.
Linus Nordberg
2012-12-18
1
-3
/
+3
*
Include <sys/types.h> for Junos.
Linus Nordberg
2012-12-18
2
-0
/
+2
*
Whitespace.
Linus Nordberg
2012-12-17
1
-1
/
+1
*
Add formal argument 'secret' to two public functions.
Linus Nordberg
2012-12-17
5
-10
/
+18
*
Example code: Print a little bit more helpful information on failure.
Linus Nordberg
2012-12-17
1
-1
/
+1
*
Example code: Don't create rs_error on failing context creation.
Linus Nordberg
2012-12-17
1
-4
/
+5
*
Docu: Fix libevent url.
Linus Nordberg
2012-12-17
1
-1
/
+1
*
Docu: Remove dependency on libradius.
Linus Nordberg
2012-12-17
1
-2
/
+1
[next]