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
*
_init_evb: Don't crash on socket errors.
Linus Nordberg
2011-03-03
3
-2
/
+13
*
Correct an error code.
Linus Nordberg
2011-03-03
1
-1
/
+3
*
Correct an error string.
Linus Nordberg
2011-03-03
1
-1
/
+1
*
Be consistent with naming of formal arguments.
Linus Nordberg
2011-03-02
1
-1
/
+1
*
Error handling cleanup 3.
Linus Nordberg
2011-03-01
3
-4
/
+6
*
Error handling cleanup 2.
Linus Nordberg
2011-03-01
3
-12
/
+9
*
Error handling cleanup
Linus Nordberg
2011-03-01
5
-20
/
+18
*
rs_context_destroy: Free freeradius dictionary.
Linus Nordberg
2011-03-01
1
-0
/
+1
*
Don't have the connection freeing peers -- it's the contexts responsibility.
Linus Nordberg
2011-03-01
2
-9
/
+3
*
rs_request_send: Check arguments and that we have a packet to send.
Linus Nordberg
2011-03-01
1
-0
/
+3
*
Add RSE_INVAL.
Linus Nordberg
2011-03-01
2
-1
/
+2
*
Add asserts to request object.
Linus Nordberg
2011-02-28
1
-1
/
+4
*
Update status in HACKING.
Linus Nordberg
2011-02-28
1
-15
/
+16
*
Make tests run again.
Linus Nordberg
2011-02-28
2
-5
/
+30
*
Remove last trace of server and client in API.
Linus Nordberg
2011-02-28
2
-8
/
+8
*
Rename relevant functions to reflect authn as opposed to authz.
Linus Nordberg
2011-02-28
5
-16
/
+38
*
API changes: rs_client* --> rs_peer.
Linus Nordberg
2011-02-28
5
-74
/
+83
*
Cosmetic header file changes.
Linus Nordberg
2011-02-28
2
-29
/
+43
*
Time out on connect and break event loop on errors.
Linus Nordberg
2011-02-25
1
-0
/
+48
*
API change. Have the request object create its own request message.
Linus Nordberg
2011-02-25
4
-18
/
+22
*
Get rid of loopbreak as a mean for signalling successful packet handling.
Linus Nordberg
2011-02-25
2
-29
/
+16
*
Config file changes and small API changes.
Linus Nordberg
2011-02-24
8
-137
/
+252
*
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
*
Report SSL errors with error string rather than an integer.
Linus Nordberg
2011-02-20
1
-1
/
+1
*
Push an ENOMEM error on the connection rather than the context.
Linus Nordberg
2011-02-20
1
-4
/
+4
*
Handle another ENOMEM case.
Linus Nordberg
2011-02-20
1
-2
/
+5
*
Improve protocol robustness and invoke user callbacks.
Linus Nordberg
2011-02-19
9
-169
/
+343
*
Use AM_CFLAGS when setting CFLAGS.
Linus Nordberg
2011-02-19
2
-2
/
+2
*
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
|
/
*
Make autogen.sh actually work -- were missing ltmain.sh.
Linus Nordberg
2011-02-15
7
-2
/
+13158
*
Do build examples with -Wall -g.
Linus Nordberg
2011-02-04
1
-2
/
+2
*
Add comments on some error codes.
Linus Nordberg
2011-02-04
1
-4
/
+4
*
Initialize pointer in example program before trusting it.
Linus Nordberg
2011-02-04
1
-5
/
+6
*
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
3
-9
/
+31
*
Don't consume sent packets.
Linus Nordberg
2011-02-04
1
-2
/
+0
*
Pick usage of struct request in example code at run time.
Linus Nordberg
2011-02-02
2
-23
/
+29
*
Reorder function prototypes.
Linus Nordberg
2011-02-02
1
-1
/
+1
*
Disable some debug printout in tests.
Linus Nordberg
2011-02-02
1
-1
/
+1
*
Replace some code for debug printouts.
Linus Nordberg
2011-02-02
1
-63
/
+8
*
Remove unused Makefile.
linus
2011-01-21
1
-10
/
+0
*
Generate tests/Makefile.
linus
2011-01-21
1
-1
/
+2
*
Compile with -Wall and -g.
linus
2011-01-21
1
-0
/
+1
*
Some more UDP tests.
linus
2011-01-21
7
-103
/
+154
*
Follow API changes.
linus
2011-01-21
1
-3
/
+3
*
API breakage -- rename rs_packet_create_acc_request().
linus
2011-01-21
2
-38
/
+39
*
Fix bug where one or two stanzas in a config file would be but not more.
linus
2011-01-21
2
-44
/
+60
[next]