![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <freeradius-devel/util/conf.h>#include <freeradius-devel/util/syserror.h>#include <freeradius-devel/util/atexit.h>#include <freeradius-devel/util/pair_legacy.h>#include <freeradius-devel/util/time.h>#include <freeradius-devel/util/event.h>#include <freeradius-devel/server/packet.h>#include <freeradius-devel/radius/list.h>#include <freeradius-devel/radius/radius.h>#include <freeradius-devel/util/chap.h>#include <freeradius-devel/radius/client.h>#include "smbdes.h"#include "mschap.h"#include "radclient-ng.h"
Include dependency graph for radclient-ng.c:Go to the source code of this file.
Macros | |
| #define | openssl3_free() |
| #define | openssl3_init() |
| #define | pair_update_request(_attr, _da) |
Typedefs | |
| typedef struct request_s | request_t |
Functions | |
| static int | _loop_status (UNUSED fr_time_t now, fr_time_delta_t wake, UNUSED void *ctx) |
| static int | _rc_request_free (rc_request_t *request) |
| static bool | already_hex (fr_pair_t *vp) |
| static void | cleanup (fr_bio_packet_t *client, rc_request_t *request) |
| static void | client_bio_connected (fr_bio_packet_t *client) |
| static NEVER_RETURNS void | client_bio_failed (fr_bio_packet_t *bio) |
| static int | client_bio_write_pause (fr_bio_packet_t *bio) |
| static int | client_bio_write_resume (fr_bio_packet_t *bio) |
| static NEVER_RETURNS void | client_error (UNUSED fr_event_list_t *el, UNUSED int fd, UNUSED int flags, int fd_errno, void *uctx) |
| static void | client_packet_release (fr_bio_packet_t *client, fr_packet_t *packet) |
| static void | client_packet_retry_log (UNUSED fr_bio_packet_t *client, fr_packet_t *packet) |
| static void | client_read (fr_event_list_t *el, int fd, UNUSED int flags, void *uctx) |
| static void | client_write (fr_event_list_t *el, int fd, UNUSED int flags, void *uctx) |
| static int | coa_init (rc_request_t *parent, FILE *coa_reply, char const *reply_filename, bool *coa_reply_done, FILE *coa_filter, char const *filter_filename, bool *coa_filter_done) |
| Read one CoA reply and potentially a filter. | |
| static | FR_DLIST_HEAD (rc_request_list) |
| static int | getport (char const *name) |
| int | main (int argc, char **argv) |
| static int | mschapv1_encode (fr_packet_t *packet, fr_pair_list_t *list, char const *password) |
| static fr_radius_packet_code_t | radclient_get_code (uint16_t port) |
| static void | radclient_get_port (fr_radius_packet_code_t type, uint16_t *port) |
| static int | radclient_init (TALLOC_CTX *ctx, rc_file_pair_t *files) |
| static int | radclient_sane (rc_request_t *request) |
| static int8_t | request_cmp (void const *one, void const *two) |
| static int | send_one_packet (fr_bio_packet_t *client, rc_request_t *request) |
| static NEVER_RETURNS void | usage (void) |
| #define openssl3_free | ( | ) |
Definition at line 258 of file radclient-ng.c.
| #define openssl3_init | ( | ) |
Definition at line 257 of file radclient-ng.c.
| #define pair_update_request | ( | _attr, | |
| _da | |||
| ) |
Definition at line 59 of file radclient-ng.c.
Definition at line 52 of file radclient-ng.c.
|
static |
Definition at line 261 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 191 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 1303 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 1091 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1102 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1128 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 976 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1144 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1256 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Read one CoA reply and potentially a filter.
Definition at line 400 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 98 of file radclient-ng.c.
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1321 of file radclient-ng.c.
|
static |
Definition at line 272 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 354 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 321 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 493 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 934 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1000 of file radclient-ng.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 125 of file radclient-ng.c.
|
static |
Definition at line 124 of file radclient-ng.c.
|
static |
Definition at line 115 of file radclient-ng.c.
|
static |
Definition at line 71 of file radclient-ng.c.
|
static |
Definition at line 133 of file radclient-ng.c.
|
static |
Definition at line 117 of file radclient-ng.c.
|
static |
Definition at line 118 of file radclient-ng.c.
|
static |
Definition at line 119 of file radclient-ng.c.
|
static |
Definition at line 126 of file radclient-ng.c.
|
static |
Definition at line 130 of file radclient-ng.c.
|
static |
Definition at line 131 of file radclient-ng.c.
|
static |
Definition at line 121 of file radclient-ng.c.
|
static |
Definition at line 122 of file radclient-ng.c.
|
static |
Definition at line 127 of file radclient-ng.c.
|
static |
Definition at line 128 of file radclient-ng.c.
|
static |
Definition at line 87 of file radclient-ng.c.
|
static |
Definition at line 85 of file radclient-ng.c.
|
static |
Definition at line 89 of file radclient-ng.c.
|
static |
Definition at line 95 of file radclient-ng.c.
|
static |
Definition at line 96 of file radclient-ng.c.
|
static |
Definition at line 93 of file radclient-ng.c.
|
static |
Definition at line 69 of file radclient-ng.c.
|
static |
Definition at line 83 of file radclient-ng.c.
|
static |
Definition at line 79 of file radclient-ng.c.
|
static |
Definition at line 91 of file radclient-ng.c.
|
static |
Definition at line 75 of file radclient-ng.c.
|
static |
Definition at line 80 of file radclient-ng.c.
|
static |
Definition at line 1080 of file radclient-ng.c.
|
static |
Definition at line 81 of file radclient-ng.c.
|
static |
Definition at line 77 of file radclient-ng.c.
| fr_dict_attr_autoload_t radclient_dict_attr |
Definition at line 136 of file radclient-ng.c.
|
static |
Definition at line 76 of file radclient-ng.c.
|
static |
Definition at line 1085 of file radclient-ng.c.
|
static |
Definition at line 68 of file radclient-ng.c.
|
static |
Definition at line 73 of file radclient-ng.c.
1.9.8