Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-13 | 2004-10-13 Paul Jakma <paul@dishone.st> | paul | |
* (global) more const'ification. * sockunion.c: (sockunion_su2str) buffer should be sized SU_ADDRSTRLEN. (sockunion_log) do not return stack variables, strdup buf before return. * vty.h: Fix up the VTY_GET_INTEGER macros. Testing caller supplied values against ULONG_MAX is daft, when caller probably has passed a type that can not hold ULONG_MAX. use a temporary long instead. Add VTY_GET_LONG, make VTY_GET_INTEGER_RANGE use it, make VTY_GET_INTEGER a define for VTY_GET_INTEGER_RANGE. | |||
2004-10-11 | Some more const string fixes. | hasso | |
2004-10-05 | Number of warnings is down to 3 again in lib directory. A lot of const's | hasso | |
added to strings and a lot of int -> unsigned int changes. | |||
2004-05-08 | 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> | paul | |
* command.c: (sockunion_getsockname) use socklen_t for len. (sockunion_getpeername) ditto. | |||
2003-05-25 | Last fixes from 6Wind patch. | hasso | |
2003-05-24 | Fix incorrect buffer bounds. | paul | |
Reported by Anil Madhavapeddy to bug-zebra. | |||
2002-12-13 | Initial revision | paul | |