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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement TLS-PSK.
Linus Nordberg
2012-01-31
1
-3
/
+4
*
Be user friendly in example program.
Linus Nordberg
2012-01-24
1
-0
/
+9
*
Add TLS PSK configuration options.
Linus Nordberg
2012-01-24
1
-0
/
+3
*
Cosmetic changes.
Linus Nordberg
2012-01-19
1
-3
/
+4
*
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 tests/demoCA and use certs and key in there for the examples.
Linus Nordberg
2011-03-25
1
-4
/
+3
*
API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.
Linus Nordberg
2011-03-21
3
-16
/
+25
*
Verify result in example program. Also, don't leak a package.
Linus Nordberg
2011-03-14
1
-1
/
+9
*
Don't double free in example code.
Linus Nordberg
2011-03-13
1
-6
/
+2
*
Change user name in example code.
Linus Nordberg
2011-03-13
1
-1
/
+1
*
Add (disabled) linkage to libefence.
Linus Nordberg
2011-03-08
1
-1
/
+1
*
examples/client-blocking: pull out the error before freeing conn.
Linus Nordberg
2011-03-08
1
-1
/
+3
*
Clean up struct rs_error somewhat.
Linus Nordberg
2011-03-08
1
-1
/
+1
*
examples/client-blocking.c: Clean up and improve error handling.
Linus Nordberg
2011-03-07
1
-37
/
+31
*
UDP w/o bufferevents, part 1.
Linus Nordberg
2011-03-06
1
-3
/
+3
*
Rename relevant functions to reflect authn as opposed to authz.
Linus Nordberg
2011-02-28
1
-2
/
+2
*
API changes: rs_client* --> rs_peer.
Linus Nordberg
2011-02-28
1
-5
/
+5
*
API change. Have the request object create its own request message.
Linus Nordberg
2011-02-25
1
-5
/
+5
*
Split example config in two files.
Linus Nordberg
2011-02-24
2
-0
/
+24
*
Split example config in two files.
Linus Nordberg
2011-02-24
1
-30
/
+0
*
Use AM_CFLAGS when setting CFLAGS.
Linus Nordberg
2011-02-19
1
-1
/
+1
*
Do build examples with -Wall -g.
Linus Nordberg
2011-02-04
1
-2
/
+2
*
Initialize pointer in example program before trusting it.
Linus Nordberg
2011-02-04
1
-5
/
+6
*
Pick usage of struct request in example code at run time.
Linus Nordberg
2011-02-02
2
-23
/
+29
*
Follow API changes.
linus
2011-01-21
1
-3
/
+3
*
Use standard RadSec port in example config.
Linus Nordberg
2010-11-11
1
-1
/
+1
*
Bringing up TLS connections working.
Linus Nordberg
2010-11-11
1
-1
/
+21
*
Use the request object in example programs.
Linus Nordberg
2010-10-28
1
-1
/
+1
*
"Thou shalt not follow the NULL pointer, for chaos and madness await
Linus Nordberg
2010-10-28
1
-6
/
+10
*
Have rad_decode() verify responses.
Luke Howard
2010-10-11
1
-4
/
+10
*
Rename rs_req_* --> rs_request_.
Linus Nordberg
2010-10-10
1
-2
/
+2
*
Rename struct rs_handle --> rs_context.
Linus Nordberg
2010-10-05
1
-1
/
+1
*
Autotoolize.
Linus Nordberg
2010-10-05
2
-15
/
+8
*
Rename top level token "realm" --> "config".
Linus Nordberg
2010-10-04
1
-1
/
+1
*
WIP -- reading configuration.
Linus Nordberg
2010-10-04
3
-15
/
+28
*
WIP
Linus Nordberg
2010-10-03
2
-5
/
+8
*
WIP
Linus Nordberg
2010-10-03
1
-9
/
+15
*
Rename the error functions.
Linus Nordberg
2010-10-03
1
-9
/
+9
*
WIP -- prepare for request objects.
Linus Nordberg
2010-10-03
2
-3
/
+20
*
WIP
Linus Nordberg
2010-10-03
2
-10
/
+1
*
WIP.
Linus Nordberg
2010-10-02
2
-2
/
+2
*
WIP
Linus Nordberg
2010-10-02
2
-10
/
+14
*
WIP -- example client sending and receiving Access-Request/Accept.
Linus Nordberg
2010-10-01
1
-6
/
+11
*
Refactoring in preparation for handling more cases than client sending one pa...
Linus Nordberg
2010-09-29
1
-5
/
+15
*
* lib/examples/client.c: Use UDP.
Linus Nordberg
2010-09-29
1
-1
/
+1
*
WIP -- connecting and sending a packet using libevent.
Linus Nordberg
2010-09-29
2
-11
/
+3
*
WIP -- resolving, crafting packet.
Linus Nordberg
2010-09-29
2
-3
/
+7
*
WIP.
Linus Nordberg
2010-09-28
2
-16
/
+34
*
WIP on libradsec: 94e3f46 Example client crafting simple packet using freerad...
Linus Nordberg
2010-09-27
2
-79
/
+20
[next]