Go to file
ajs 7d149b8e48 2004-11-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* log.h: Remove several unused fields from struct zlog.  Add comments
	  for other fields, and add one new field syslog_options that is
	  used in the new syslog_sigsafe implementation.
	* log.c: (syslog_sigsafe) New function to send syslog messages in
	  an async-signal safe way that can be used inside a signal handler.
	  (syslog_connect) New function to connect to syslog daemon inside a
	  signal handler.  This function supports only systems where /dev/log
	  is a unix datagram socket (e.g. not Solaris).
	  (zlog_signal) Call syslog_sigsafe if syslog logging is enabled.
	  (zlog_backtrace_sigsafe) Call syslog_sigsafe if syslog logging is
	  enabled.
	  (openzlog) Save syslog_options for use in syslog_sigsafe.
	  (num_append) Fix bug: handle 0 properly.
	  (hex_append) New function to print a u_long in hex format.
2004-11-28 23:00:01 +00:00
bgpd Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
doc Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
guile - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
init CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
isisd Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
lib 2004-11-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-28 23:00:01 +00:00
m4 - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ospf6d Fix compile. 2004-11-26 12:55:51 +00:00
ospfclient 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-20 02:06:59 +00:00
ospfd 2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-26 19:36:42 +00:00
pkgsrc - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ports - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
redhat 2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-10 22:02:05 +00:00
ripd Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
ripngd Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
tests - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
tools - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
vtysh 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-20 02:06:59 +00:00
zebra Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
.cvsignore 2004-11-12 Paul Jakma <paul@dishone.st> 2004-11-12 09:44:03 +00:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
ChangeLog 2004-11-24 Paul Jakma <paul@dishone.st> 2004-11-24 05:53:53 +00:00
configure.ac Make quagga.info in cvs actually useful for those who haven't latest 2004-11-19 06:41:49 +00:00
COPYING Initial revision 2002-12-13 20:15:29 +00:00
COPYING.LIB Initial revision 2002-12-13 20:15:29 +00:00
HACKING Note that <dollar>Id:$ should be included in all files. 2004-11-15 19:23:47 +00:00
INSTALL.quagga.txt Note C99 requirement. 2004-11-23 17:19:21 +00:00
Makefile.am autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too 2004-09-13 04:57:03 +00:00
mkinstalldirs Revert to zebra.org automake files 2003-02-17 23:54:05 +00:00
NEWS 2004-11-06 Paul Jakma <paul@dishone.st> 2004-11-07 22:34:23 +00:00
README 2004-11-12 Paul Jakma <paul@dishone.st> 2004-11-12 10:30:21 +00:00
REPORTING-BUGS Zebra -> Quagga and reformatting. 2004-02-20 20:33:43 +00:00
SERVICES 2607/tcp is already used by ospfapi. 2003-12-23 10:42:45 +00:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
TODO 2004-11-24 Paul Jakma <paul@dishone.st> 2004-11-24 05:53:53 +00:00
update-autotools 2004-11-06 Paul Jakma <paul@dishone.st> 2004-11-07 22:34:23 +00:00

Quagga is free software that manages various IPv4 and IPv6 routing
protocols.

Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng as well as very early support for IS-IS.
  
See the file INSTALL.quagga.txt for building and installation instructions.
  
See the file REPORTING-BUGS to report bugs.
  
Quagga is free software. See the file COPYING for copying conditions.