comparison extensions/dict_nasreq/dict_nasreq.c @ 658:f198d16fa7f4

Initial commit for 1.1.0: * Restructuring: * libfreeDiameter: - renamed folder & binary into libfdproto - renamed libfD.h into fdproto-internal.h - removed signals management (replaced by triggers in libfdcore) * freeDiameter split into: - libfdcore (most contents) - renamed fD.h into fdcore-internal.h - added core.c for framework init/shutdown. - new triggers mechanism in events.c. - freeDiameterd (main, command line parsing, signals management) * tests: - now in top-level directory tests. * other changes: - fd_dict_new now returns 0 on duplicate identical entries. - fixes in dict_legacy_xml - fixes in some dictionaries - moved FD_DEFAULT_CONF_FILENAME definition to freeDiameter-host.h
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 Jan 2011 15:15:23 +0900
parents 4b1b22e3b4f3
children 2e94ef0515d7
comparison
equal deleted inserted replaced
656:5b05d85682f1 658:f198d16fa7f4
3002 */ 3002 */
3003 struct dict_object * cmd; 3003 struct dict_object * cmd;
3004 struct dict_cmd_data data = { 3004 struct dict_cmd_data data = {
3005 265, /* Code */ 3005 265, /* Code */
3006 "AA-Request", /* Name */ 3006 "AA-Request", /* Name */
3007 CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE | CMD_FLAG_RETRANSMIT | CMD_FLAG_ERROR, /* Fixed flags */ 3007 CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE | CMD_FLAG_ERROR, /* Fixed flags */
3008 CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE /* Fixed flag values */ 3008 CMD_FLAG_REQUEST | CMD_FLAG_PROXIABLE /* Fixed flag values */
3009 }; 3009 };
3010 struct local_rules_definition rules[] = 3010 struct local_rules_definition rules[] =
3011 { { "Session-Id", RULE_FIXED_HEAD, -1, 1 } 3011 { { "Session-Id", RULE_FIXED_HEAD, -1, 1 }
3012 ,{ "Auth-Application-Id", RULE_REQUIRED, -1, 1 } 3012 ,{ "Auth-Application-Id", RULE_REQUIRED, -1, 1 }
"Welcome to our mercurial repository"