0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/conf
Pavel Tvrdík aa75e6dfe1 MD5: change interface of md5_final()
originally:
  void md5_final(unsigned char digest[16], struct md5_context *ctx);

newly:
  byte * md5_final(md5_context *ctx);
2015-05-13 11:18:10 +02:00
..
cf-lex.l Bump max symbol length to 64. 2015-02-21 12:42:31 +01:00
conf.c Fixes file descriptor leak when parser ends with error. 2014-03-25 14:58:00 +01:00
conf.h MD5: change interface of md5_final() 2015-05-13 11:18:10 +02:00
confbase.Y Relax BGP neighbor parameter 2015-02-22 13:50:58 +01:00
Doc Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
Makefile Birdtest: Customize Makefiles build system 2015-03-13 18:23:31 +01:00