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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge libradsec-new-client.
Linus Nordberg
2012-04-27
6
-33
/
+320
|
\
|
*
add rs_attr_display_name/rs_attr_parse_name
Luke Howard
2011-11-14
1
-4
/
+53
|
*
remove dictionary configuration parameter
Luke Howard
2011-11-14
1
-1
/
+0
|
*
remove rs_packet_frpkt
Luke Howard
2011-11-14
1
-3
/
+0
|
*
port new RADIUS library to Windows
Luke Howard
2011-11-14
1
-3
/
+13
|
*
remove rs_context_init_freeradius_dict
Luke Howard
2011-11-14
1
-14
/
+0
|
*
port to new RADIUS client library
Luke Howard
2011-11-14
6
-16
/
+263
*
|
Add an error code.
Linus Nordberg
2012-04-26
1
-0
/
+1
*
|
Postpone resolving of DNS names of server.
Linus Nordberg
2012-04-25
1
-6
/
+3
*
|
Implement TLS-PSK.
Linus Nordberg
2012-01-31
2
-0
/
+9
*
|
Add TLS PSK configuration options.
Linus Nordberg
2012-01-24
1
-3
/
+6
|
/
*
Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config.
Linus Nordberg
2011-03-21
1
-0
/
+6
*
API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.
Linus Nordberg
2011-03-21
2
-10
/
+30
*
Remove struct rs_attr and all use of it.
Linus Nordberg
2011-03-14
2
-23
/
+1
*
Remove unused resp_msg from struct request.
Linus Nordberg
2011-03-14
1
-1
/
+0
*
Add rs_request_get_reqmsg() and update documentation.
Linus Nordberg
2011-03-14
1
-8
/
+13
*
Add Doxygen documentation for public API.
Linus Nordberg
2011-03-13
2
-7
/
+162
*
Add RSE_DISCO.
Linus Nordberg
2011-03-09
1
-0
/
+1
*
Rename and move around a few helper functions.
Linus Nordberg
2011-03-09
1
-11
/
+4
*
Update rs_err_msg() prototype.
Linus Nordberg
2011-03-08
1
-2
/
+2
*
Timeout implemented in request objects, supported by TCP.
Linus Nordberg
2011-03-08
2
-3
/
+7
*
Clean up struct rs_error somewhat.
Linus Nordberg
2011-03-08
1
-1
/
+0
*
Move verification of response packets up to a level where it makes sense.
Linus Nordberg
2011-03-07
1
-6
/
+8
*
request: Save callers user_data and do invoke callers callbacks.
Linus Nordberg
2011-03-06
1
-0
/
+1
*
UDP w/o bufferevents, part 1.
Linus Nordberg
2011-03-06
1
-3
/
+10
*
Don't free config object until we destroy the context.
Linus Nordberg
2011-03-06
1
-0
/
+2
*
Be consistent with naming of formal arguments.
Linus Nordberg
2011-03-02
1
-1
/
+1
*
Error handling cleanup 3.
Linus Nordberg
2011-03-01
1
-1
/
+2
*
Error handling cleanup
Linus Nordberg
2011-03-01
1
-1
/
+0
*
Add RSE_INVAL.
Linus Nordberg
2011-03-01
1
-0
/
+1
*
Remove last trace of server and client in API.
Linus Nordberg
2011-02-28
1
-5
/
+5
*
Rename relevant functions to reflect authn as opposed to authz.
Linus Nordberg
2011-02-28
2
-8
/
+11
*
API changes: rs_client* --> rs_peer.
Linus Nordberg
2011-02-28
1
-7
/
+7
*
Cosmetic header file changes.
Linus Nordberg
2011-02-28
2
-29
/
+43
*
API change. Have the request object create its own request message.
Linus Nordberg
2011-02-25
2
-4
/
+4
*
Get rid of loopbreak as a mean for signalling successful packet handling.
Linus Nordberg
2011-02-25
1
-0
/
+2
*
Config file changes and small API changes.
Linus Nordberg
2011-02-24
2
-13
/
+17
*
Improve protocol robustness and invoke user callbacks.
Linus Nordberg
2011-02-19
1
-8
/
+10
*
Add comments on some error codes.
Linus Nordberg
2011-02-04
1
-4
/
+4
*
Reorder function prototypes.
Linus Nordberg
2011-02-02
1
-1
/
+1
*
API breakage -- rename rs_packet_create_acc_request().
linus
2011-01-21
1
-5
/
+6
*
Add extern "C" guards to all header files.
Linus Nordberg
2010-11-11
4
-0
/
+32
*
Bringing up TLS connections working.
Linus Nordberg
2010-11-11
2
-0
/
+14
*
Merge branch 'merge-luke' into libradsec
Linus Nordberg
2010-10-11
3
-3
/
+10
|
\
|
*
Have rad_decode() verify responses.
Luke Howard
2010-10-11
3
-6
/
+2
|
*
Request object implementation and bug fixes by Luke Howard.
Linus Nordberg
2010-10-11
3
-0
/
+9
|
*
Robustness fixes (and some callback invocation) by Luke Howard.
Linus Nordberg
2010-10-10
1
-0
/
+2
|
*
Rename rs_req_* --> rs_request_.
Linus Nordberg
2010-10-10
1
-3
/
+3
*
|
Don't require username & pw in rs_packet_create_acc_request().
Linus Nordberg
2010-10-10
1
-2
/
+2
|
/
*
Add rs_conn_fd().
Linus Nordberg
2010-10-05
1
-0
/
+1
[next]