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
...
*
Remove struct rs_attr and all use of it.
Linus Nordberg
2011-03-14
7
-50
/
+18
*
Add short blurb about bug hunting in HACKING.
Linus Nordberg
2011-03-14
1
-0
/
+10
*
Avoid potential double free.
Linus Nordberg
2011-03-14
1
-1
/
+4
*
[UDP] Free the event base _after_ freeing the read and write events.
Linus Nordberg
2011-03-14
1
-2
/
+2
*
Remove unused resp_msg from struct request.
Linus Nordberg
2011-03-14
2
-3
/
+5
*
Add rs_request_get_reqmsg() and update documentation.
Linus Nordberg
2011-03-14
2
-10
/
+24
*
Don't free connection on error, just close it.
Linus Nordberg
2011-03-14
1
-3
/
+4
*
[UDP] Free read/write events when destroying connection.
Linus Nordberg
2011-03-13
1
-0
/
+4
*
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
*
Formatting changes.
Linus Nordberg
2011-03-13
1
-20
/
+8
*
Add Doxygen documentation for public API.
Linus Nordberg
2011-03-13
4
-49
/
+283
*
Update README and HACKING.
Linus Nordberg
2011-03-12
2
-20
/
+24
*
Fix crash bug in _rs_peer_destroy().
udp
Linus Nordberg
2011-03-12
1
-18
/
+3
*
Free the realm name which is strdup'd when config is read.
Linus Nordberg
2011-03-11
1
-0
/
+1
*
Do free the connection object.
Linus Nordberg
2011-03-11
1
-0
/
+2
*
Handle an ENOMEM case in conf.c.
Linus Nordberg
2011-03-11
1
-0
/
+2
*
Remove -Werror since we still have some warnings in radsecproxy.
Linus Nordberg
2011-03-10
1
-1
/
+1
*
[UDP] Don't crash on second packet.
Linus Nordberg
2011-03-10
2
-1
/
+4
*
Don't miscompile without --enable-tls.
Linus Nordberg
2011-03-10
1
-4
/
+3
*
Disable DEBUG.
Linus Nordberg
2011-03-10
1
-1
/
+1
*
Change default configuration to do RadSec rather than UDP.
Linus Nordberg
2011-03-09
1
-4
/
+4
*
Get UDP working.
Linus Nordberg
2011-03-09
5
-37
/
+100
*
Don't add Message-Authenticator more than once.
Linus Nordberg
2011-03-09
1
-2
/
+8
*
Formatting changes.
Linus Nordberg
2011-03-09
2
-1
/
+5
*
Remove superfluous assignment.
Linus Nordberg
2011-03-09
1
-1
/
+0
*
Add missing header files.
Linus Nordberg
2011-03-09
2
-0
/
+15
*
Use retransmisison timer in request object.
Linus Nordberg
2011-03-09
1
-7
/
+10
*
Add retransmission timer support (UDP).
Linus Nordberg
2011-03-09
11
-42
/
+129
*
Add RSE_DISCO.
Linus Nordberg
2011-03-09
3
-0
/
+3
*
Rename and move around a few helper functions.
Linus Nordberg
2011-03-09
5
-81
/
+88
*
Don't make UDP write event persistant.
Linus Nordberg
2011-03-09
1
-22
/
+46
*
Add (disabled) linkage to libefence.
Linus Nordberg
2011-03-08
1
-1
/
+1
*
Zap a double free.
Linus Nordberg
2011-03-08
1
-3
/
+3
*
Update rs_err_msg() prototype.
Linus Nordberg
2011-03-08
1
-2
/
+2
*
examples/client-blocking: pull out the error before freeing conn.
Linus Nordberg
2011-03-08
1
-1
/
+3
*
Timeout implemented in request objects, supported by TCP.
Linus Nordberg
2011-03-08
7
-26
/
+80
*
Clean up struct rs_error somewhat.
Linus Nordberg
2011-03-08
3
-16
/
+6
*
Don't return -1 to user but rather an error code.
Linus Nordberg
2011-03-08
2
-2
/
+5
*
examples/client-blocking.c: Clean up and improve error handling.
Linus Nordberg
2011-03-07
1
-37
/
+31
*
Requests are now high level, i.e. not for user doing the dispatching.
Linus Nordberg
2011-03-07
1
-60
/
+7
*
Move verification of response packets up to a level where it makes sense.
Linus Nordberg
2011-03-07
6
-90
/
+125
*
Formatting changes.
Linus Nordberg
2011-03-07
3
-6
/
+8
*
Remove lib/radsec.h.
Linus Nordberg
2011-03-07
1
-9
/
+0
*
Move event_set_timeout --> tcp_set_connect_timeout.
Linus Nordberg
2011-03-06
4
-38
/
+38
*
request: Save callers user_data and do invoke callers callbacks.
Linus Nordberg
2011-03-06
2
-9
/
+31
*
Replace asserts with EINVAL checks.
Linus Nordberg
2011-03-06
1
-9
/
+3
*
Restructure code, moving most code out of packet.c
Linus Nordberg
2011-03-06
26
-789
/
+931
*
UDP w/o bufferevents, part 1.
Linus Nordberg
2011-03-06
7
-86
/
+233
*
Cosmetic changes.
Linus Nordberg
2011-03-06
1
-5
/
+5
[prev]
[next]