Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing GPL headers, and copyright claims that certainly apply. | Paul Jakma | 2014-09-19 | 1 | -0/+18 |
| | | | | | | | | | | | | | * Fix (a subset of)? files with non-trivial code that are missing GPL headers. * A few copyright claims added which I am certain apply, but which I had missed out on the original commits. NB: Copyright claims are not exclusive and the addition of any copyright claim should not be read as implying a lack of any further claims, or denying the validity of any other claims. All those with claims of copyright over any portion of Quagga are welcome to submit them, ideally as patches to update copyright strings in files. | ||||
* | * configure.ac: Test existance of strndup. | hasso | 2005-09-19 | 1 | -0/+18 |
| | | | | * lib/str.[ch]: Add strndup() from glibc. | ||||
* | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-04-02 | 1 | -25/+47 |
| | | | | | * str.c: Replace strlcpy and strlcat with actual working versions copied from rsync-2.6.2/lib/compat.c. | ||||
* | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-04-02 | 1 | -2/+9 |
| | | | | | | | | * configure.ac: Add strnlen to AC_CHECK_FUNCS. * zebra.h: Should include str.h to pick up missing functions. * str.h: Declare strnlen if needed. * str.c: Do not include str.h since zebra.h now includes it. (strnlen) New function. | ||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+62 |