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
*
Add util.h and util.c.
Linus Nordberg
2012-04-26
3
-2
/
+26
*
Follow name change of rs_resolv().
Linus Nordberg
2012-04-26
1
-2
/
+2
*
Add missing radsec.h.
Linus Nordberg
2012-04-25
1
-0
/
+7
*
Postpone resolving of DNS names of server.
Linus Nordberg
2012-04-25
5
-26
/
+35
*
Update HACKING.
Linus Nordberg
2012-04-25
1
-2
/
+10
*
Missing response packet in rs_conn_receive_packet doesn't have to be a bug.
Linus Nordberg
2012-04-25
1
-1
/
+4
*
Fix a comment.
Linus Nordberg
2012-04-25
1
-1
/
+1
*
Conditionally compile TLS-PSK code (--enable-tls-psk).
Linus Nordberg
2012-04-23
4
-15
/
+45
*
Don't say RADPROT_TLS when we mean RAD_TLS.
Linus Nordberg
2012-04-19
2
-3
/
+3
*
Clarify comments about PSK string encoding.
Linus Nordberg
2012-02-01
1
-2
/
+2
*
Get the test suite going again.
libradsec-psk
Linus Nordberg
2012-01-31
4
-18
/
+49
*
Implement TLS-PSK.
Linus Nordberg
2012-01-31
5
-9
/
+106
*
Free the transport credentials struct.
Linus Nordberg
2012-01-26
1
-0
/
+1
*
Bump library interface revision.
Linus Nordberg
2012-01-24
1
-0
/
+16
*
Be user friendly in example program.
Linus Nordberg
2012-01-24
1
-0
/
+9
*
Move a comment, for clarification.
Linus Nordberg
2012-01-24
1
-1
/
+1
*
Add TLS PSK configuration options.
Linus Nordberg
2012-01-24
3
-4
/
+49
*
Cosmetic changes.
Linus Nordberg
2012-01-19
1
-6
/
+6
*
Cosmetic changes.
Linus Nordberg
2012-01-19
1
-3
/
+4
*
Avoid unused variable warning when building without DEBUG.
Linus Nordberg
2012-01-04
1
-2
/
+6
*
Fix a typo in a comment.
Linus Nordberg
2011-12-14
1
-1
/
+1
*
Change version 0.0.2-dev --> 0.0.2.dev.
Linus Nordberg
2011-10-14
2
-2
/
+2
*
Get rid of warning for strict aliasing breakage.
Linus Nordberg
2011-10-05
1
-8
/
+12
*
event_enable_debug_mode() must be called at most once.
Linus Nordberg
2011-09-22
1
-1
/
+6
*
Export only symbols listed in radsec.sym.
Linus Nordberg
2011-07-18
2
-1
/
+48
*
Treat warnings as errors when compiling libradsec.
Linus Nordberg
2011-07-18
1
-1
/
+1
*
Refine HACKING slightly.
Linus Nordberg
2011-07-04
1
-14
/
+16
*
Cleanup conf.c.
Linus Nordberg
2011-07-03
1
-16
/
+19
*
Handle all libconfuse parse errors.
Linus Nordberg
2011-07-03
1
-3
/
+18
*
Handle configuration errors better.
Linus Nordberg
2011-07-03
2
-4
/
+7
*
Remove spurious comment.
Linus Nordberg
2011-07-02
1
-1
/
+1
*
Resolve IPv6 addresses too.
Linus Nordberg
2011-07-02
1
-1
/
+1
*
lib/rsp_tlscommon.c: Include sys/types.h before netinet/in.h.
Linus Nordberg
2011-05-23
1
-1
/
+1
*
Compile on BSD.
Linus Nordberg
2011-05-18
1
-0
/
+1
*
examples/client.conf: Correct key file.
Linus Nordberg
2011-04-01
1
-1
/
+1
*
Don't install example programs.
Linus Nordberg
2011-03-25
1
-1
/
+1
*
Add cert 3 ("client cert") with key.
Linus Nordberg
2011-03-25
4
-1
/
+61
*
demoCA: Rename c1key --> c2key to match certificate file name.
Linus Nordberg
2011-03-25
1
-0
/
+0
*
Add tests/demoCA and use certs and key in there for the examples.
Linus Nordberg
2011-03-25
8
-4
/
+127
*
Change version to libradsec-0.0.2-dev.
Linus Nordberg
2011-03-24
2
-2
/
+2
*
Ready for libradsec-0.0.1.
libradsec-0.0.1
Linus Nordberg
2011-03-24
2
-2
/
+2
*
Harmonise with radsecproxy licensing.
Linus Nordberg
2011-03-24
2
-24
/
+43
*
Update README and HACKING.
Linus Nordberg
2011-03-24
2
-10
/
+16
*
Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config.
Linus Nordberg
2011-03-21
2
-2
/
+7
*
Memory alloc/free cleanup for contexts.
Linus Nordberg
2011-03-21
1
-8
/
+5
*
(rs_context_destroy): Use free() rather than rs_free() for realm->name.
Linus Nordberg
2011-03-21
2
-2
/
+4
*
API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.
Linus Nordberg
2011-03-21
7
-100
/
+161
*
Don't touch TLS specific things w/o RS_ENABLE_TLS.
Linus Nordberg
2011-03-15
1
-0
/
+2
*
Verify result in example program. Also, don't leak a package.
Linus Nordberg
2011-03-14
1
-1
/
+9
*
[TLS] Do free SSL and SSL_CTX objects.
Linus Nordberg
2011-03-14
1
-3
/
+6
[next]