diff options
author | Linus Nordberg <linus@nordu.net> | 2015-01-22 12:32:31 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-01-22 12:32:31 +0100 |
commit | 5ca6565904dfebb5d3ea4b922dfb350c57d5e1a4 (patch) | |
tree | d815d6e9d55aa7235388ebd31e8681329dcade0e /radsecproxy.c | |
parent | ea29482f849d95189ff5f1bad0a34393403e73e6 (diff) | |
parent | 0369f3420defa244e157aa94153e10eb65338057 (diff) |
Merge branch 'docu'
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 7d4103e..1590e65 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1440,6 +1440,8 @@ void rmclientrq(struct request *rq, uint8_t id) { } } +/* Called from server readers, handling incoming requests from + * clients. */ /* returns 0 if validation/authentication fails, else 1 */ int radsrv(struct request *rq) { struct radmsg *msg = NULL; @@ -1608,6 +1610,7 @@ exit: return 1; } +/* Called from client readers, handling replies from servers. */ void replyh(struct server *server, unsigned char *buf) { struct client *from; struct rqout *rqout; |