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
/
packet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add formal argument 'secret' to two public functions.
Linus Nordberg
2012-12-17
1
-1
/
+4
*
Merge libradsec-new-client.
Linus Nordberg
2012-04-27
1
-50
/
+115
|
\
|
*
remove rs_packet_frpkt
Luke Howard
2011-11-14
1
-7
/
+0
|
*
port to new RADIUS client library
Luke Howard
2011-11-14
1
-43
/
+115
*
|
Postpone resolving of DNS names of server.
Linus Nordberg
2012-04-25
1
-2
/
+2
|
/
*
(rs_packet_destroy): Free unconditionally.
Linus Nordberg
2011-03-14
1
-7
/
+6
*
Remove struct rs_attr and all use of it.
Linus Nordberg
2011-03-14
1
-18
/
+15
*
Get UDP working.
Linus Nordberg
2011-03-09
1
-2
/
+0
*
Don't add Message-Authenticator more than once.
Linus Nordberg
2011-03-09
1
-2
/
+8
*
Formatting changes.
Linus Nordberg
2011-03-09
1
-0
/
+1
*
Add retransmission timer support (UDP).
Linus Nordberg
2011-03-09
1
-2
/
+4
*
Move verification of response packets up to a level where it makes sense.
Linus Nordberg
2011-03-07
1
-3
/
+36
*
Restructure code, moving most code out of packet.c
Linus Nordberg
2011-03-06
1
-775
/
+7
*
UDP w/o bufferevents, part 1.
Linus Nordberg
2011-03-06
1
-69
/
+208
*
Cosmetic changes.
Linus Nordberg
2011-03-06
1
-5
/
+5
*
_init_evb: Don't crash on socket errors.
Linus Nordberg
2011-03-03
1
-2
/
+4
*
Correct an error code.
Linus Nordberg
2011-03-03
1
-1
/
+3
*
Correct an error string.
Linus Nordberg
2011-03-03
1
-1
/
+1
*
Error handling cleanup 3.
Linus Nordberg
2011-03-01
1
-2
/
+2
*
Error handling cleanup 2.
Linus Nordberg
2011-03-01
1
-2
/
+1
*
Error handling cleanup
Linus Nordberg
2011-03-01
1
-2
/
+2
*
Rename relevant functions to reflect authn as opposed to authz.
Linus Nordberg
2011-02-28
1
-3
/
+3
*
Time out on connect and break event loop on errors.
Linus Nordberg
2011-02-25
1
-0
/
+48
*
Get rid of loopbreak as a mean for signalling successful packet handling.
Linus Nordberg
2011-02-25
1
-29
/
+14
*
Config file changes and small API changes.
Linus Nordberg
2011-02-24
1
-61
/
+105
*
Report SSL errors with error string rather than an integer.
Linus Nordberg
2011-02-20
1
-1
/
+1
*
Improve protocol robustness and invoke user callbacks.
Linus Nordberg
2011-02-19
1
-142
/
+270
*
Merge branch 'libradsec' of /tmp/radsecproxy into libradsec
Linus Nordberg
2011-02-15
1
-1
/
+1
|
\
|
*
Include debug.h regardless if DEBUG -- rs_debug needs to be declared.
Linus Nordberg
2011-02-15
1
-1
/
+1
*
|
Add comments.
Linus Nordberg
2011-02-15
1
-1
/
+3
|
/
*
Handle more read, write and packet verification errors.
Linus Nordberg
2011-02-04
1
-42
/
+75
*
Add and use rs_debug() instead of fprintf to stderr.
Linus Nordberg
2011-02-04
1
-9
/
+8
*
Don't consume sent packets.
Linus Nordberg
2011-02-04
1
-2
/
+0
*
API breakage -- rename rs_packet_create_acc_request().
linus
2011-01-21
1
-33
/
+33
*
Improve error message.
linus
2011-01-20
1
-1
/
+1
*
Cosmetic changes.
linus
2011-01-17
1
-1
/
+1
*
Remove spurious comment.
Linus Nordberg
2010-11-11
1
-1
/
+0
*
Build even when not configured with `--enable-tls'.
Linus Nordberg
2010-11-11
1
-1
/
+5
*
Bringing up TLS connections working.
Linus Nordberg
2010-11-11
1
-4
/
+58
*
Merge branch 'merge-luke' into libradsec
Linus Nordberg
2010-10-11
1
-35
/
+94
|
\
|
*
Have rad_decode() verify responses.
Luke Howard
2010-10-11
1
-5
/
+36
|
*
Request object implementation and bug fixes by Luke Howard.
Linus Nordberg
2010-10-11
1
-26
/
+38
|
*
Compile again after bad fixes.
Linus Nordberg
2010-10-10
1
-5
/
+4
|
*
Robustness fixes (and some callback invocation) by Luke Howard.
Linus Nordberg
2010-10-10
1
-8
/
+31
*
|
Don't require username & pw in rs_packet_create_acc_request().
Linus Nordberg
2010-10-10
1
-7
/
+14
|
/
*
Disable debug printouts.
Linus Nordberg
2010-10-05
1
-3
/
+1
*
Parameterize and disable libevent debug printouts.
Linus Nordberg
2010-10-05
1
-0
/
+3
*
Rename the error functions.
Linus Nordberg
2010-10-03
1
-11
/
+11
*
WIP -- prepare for request objects.
Linus Nordberg
2010-10-03
1
-2
/
+5
*
WIP
Linus Nordberg
2010-10-03
1
-10
/
+16
[next]