David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
David Lawrence
affa3155be
Fixed this warning:
...
"ssu.c", line 240: warning(1185): enumerated type mixed with another type
by adding an ISC_TF() to the return statement of an isc_boolean_t function.
2000-05-14 02:29:23 +00:00
David Lawrence
6028d1ce03
Needs string.h for function prototypes. For some reason gcc and other
...
compilers do not warn about the missing str*/mem* prototypes.
2000-05-08 19:23:32 +00:00
David Lawrence
1a69a1a78c
Megacommit of dozens of files.
...
Cleanup of redundant/useless header file inclusion.
ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
/*
* This is a comment.
*/
2000-05-08 14:38:29 +00:00
Andreas Gustafsson
9991038366
need <isc/mem.h>
2000-04-04 20:10:57 +00:00
Bob Halley
dda4bfe649
update copyrights
2000-03-23 19:52:19 +00:00
Brian Wellington
6fcfd0c35d
ssutables are now attached/detached; zones get ssutables from config structs
2000-03-06 19:06:07 +00:00
James Brister
dc1961d96f
Fix boolean test
2000-03-02 20:39:23 +00:00
Brian Wellington
2fabf91e5b
Added a rule iterator and rule accessor functions
2000-03-01 23:28:31 +00:00
Brian Wellington
7dc1fe2410
added matchtype support
2000-02-15 21:54:59 +00:00
Brian Wellington
71f5ad0517
Initial commit of simple secure update. Not compiled in by default.
2000-02-14 21:09:16 +00:00
Brian Wellington
01d202be8f
*** empty log message ***
2000-02-14 21:00:38 +00:00