Mark Andrews
|
842fd830cb
|
update copyright notice
|
2006-01-04 23:50:18 +00:00 |
|
Mark Andrews
|
708cf15605
|
1940. [bug] Fixed a number of error conditions reported by
Coverity.
|
2006-01-04 04:08:14 +00:00 |
|
Mark Andrews
|
9e4db62a34
|
update copyrights
|
2004-03-09 06:12:49 +00:00 |
|
Mark Andrews
|
48cfc9344f
|
update_copyrights
|
2003-10-09 07:32:57 +00:00 |
|
Mark Andrews
|
c1df871a18
|
silence compiler warnings (HPUX/11i)
|
2003-07-23 06:57:59 +00:00 |
|
Mark Andrews
|
b2f3e5c308
|
update_copyrights
|
2002-03-26 00:55:15 +00:00 |
|
Mark Andrews
|
e4166c0e05
|
pullup:
1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
if a number was expected and some other token was
found. [RT#2532]
|
2002-03-20 20:44:18 +00:00 |
|
Brian Wellington
|
fefd6c28ab
|
1161. [bug] named-checkzone looped on unbalanced brackets.
[RT #2248]
|
2001-12-13 06:17:34 +00:00 |
|
Mark Andrews
|
402313b3db
|
pullup:
1134. [bug] Multithreaded servers could deadlock in ferror()
when reloading zone files. [RT #1951, #1998]
|
2001-11-22 01:23:19 +00:00 |
|
Andreas Gustafsson
|
1e1f1edb7d
|
pullup:
130. [bug] Log messages reporting an out-of-range serial number
did not include the out-of-range number but the
following token. [RT #2076]
|
2001-11-16 19:00:37 +00:00 |
|
Mark Andrews
|
c70896e026
|
namespace collision [RT #1399]
|
2001-07-12 03:51:14 +00:00 |
|
Andreas Gustafsson
|
96ed624253
|
923. [bug] Multiline TSIG secrets (and other multiline strings)
were not accepted in named.conf. [RT #1469]
|
2001-07-06 20:34:12 +00:00 |
|
Brian Wellington
|
64b92523f9
|
check for getc_unlocked()
|
2001-07-04 00:34:44 +00:00 |
|
David Lawrence
|
92ef1a9b9d
|
use ISC_MAGIC for all magic numbers, for our friends in EBCDIC land
|
2001-06-04 19:33:39 +00:00 |
|
Brian Wellington
|
f6478f5e44
|
formatting & macro updates
|
2001-01-24 21:12:48 +00:00 |
|
Andreas Gustafsson
|
e8af4e1524
|
699. [bug] The lexer mishandled empty quoted strings. [RT #694]
|
2001-01-22 02:46:34 +00:00 |
|
Mark Andrews
|
2728a98ee4
|
683. [bug] file leak in isc_lex_openfile().
|
2001-01-16 07:47:16 +00:00 |
|
Brian Wellington
|
499b34cea0
|
copyright update
|
2001-01-09 22:01:04 +00:00 |
|
Brian Wellington
|
7357590bee
|
656. [func] Treat an unescaped newline in a quoted string as
an error. This means that TXT records with missing
close quotes should have meaningful errors printed.
|
2001-01-05 01:02:26 +00:00 |
|
Mark Andrews
|
dd2e7df916
|
pointer math
|
2000-12-09 03:20:05 +00:00 |
|
Andreas Gustafsson
|
10e22ebcc3
|
605. [func] New function isc_lex_getlasttokentext().
|
2000-12-09 02:05:26 +00:00 |
|
Brian Wellington
|
bb812feb3c
|
line numbers could be corrupted by very large tokens.
|
2000-12-09 00:41:33 +00:00 |
|
Mark Andrews
|
6fda157766
|
ISC_LINK_*UNSAFE -> ISC_LINK_INITAND*
|
2000-12-07 20:15:58 +00:00 |
|
David Lawrence
|
9cd6d409b7
|
first pass at using isc_msgcat_get for message strings in libisc
|
2000-12-06 00:30:32 +00:00 |
|
Brian Wellington
|
b0214977e8
|
Instead of storing parentheses deltas, just copy lex->paren_count and
restore it on ungettoken(). This is much easier (thanks, Mark).
|
2000-11-20 00:41:50 +00:00 |
|
Brian Wellington
|
bea3d187ee
|
fixed another assertion failure.
|
2000-11-18 21:15:23 +00:00 |
|
Brian Wellington
|
6a9f7f6e51
|
fix paren handling in quoted strings again.
|
2000-11-18 01:02:39 +00:00 |
|
Brian Wellington
|
66a39bda9c
|
parentheses in strings were handled incorrectly.
|
2000-11-18 00:54:19 +00:00 |
|
Brian Wellington
|
729916054d
|
if a string token was immediately followed by an EOF token, ungetting the
string token would fail.
|
2000-11-17 00:34:37 +00:00 |
|
Brian Wellington
|
308785a470
|
If a token is ungotten, the source is no longer at EOF.
|
2000-11-16 03:44:41 +00:00 |
|
Brian Wellington
|
09ce346fd8
|
ungetting eof tokens could trigger an assertion.
|
2000-11-16 03:03:16 +00:00 |
|
Brian Wellington
|
b8d6376e1b
|
the ungettoken changes also broke multiline records.
|
2000-11-15 00:42:53 +00:00 |
|
Brian Wellington
|
1f2f5445ec
|
remove an uninitialized variable warning
|
2000-11-13 21:29:27 +00:00 |
|
Mark Andrews
|
733e928f71
|
552. [bug] We were not correctly detecting the end of all c-style
comments. [RT #455]
|
2000-11-13 04:09:40 +00:00 |
|
Brian Wellington
|
66f7feef55
|
the ungettoken changes broken line number reporting
|
2000-11-10 01:41:00 +00:00 |
|
Brian Wellington
|
066faef119
|
548. [func] The lexer now ungets tokens more correctly.
|
2000-11-09 02:23:40 +00:00 |
|
Brian Wellington
|
add4043305
|
The identical gettoken() routines in rdata.c, hex.c, and base64.c have
been replaced with isc_lex_getmastertoken().
|
2000-11-08 01:56:15 +00:00 |
|
Mark Andrews
|
5e589b5356
|
Uninitalised link fixes, batch 1.
|
2000-10-20 02:21:58 +00:00 |
|
Brian Wellington
|
3f123dcc2f
|
487. [port] flockfile() is not defined on all systems.
Also check for libpthreads, if libpthread isn't found.
|
2000-09-22 18:52:39 +00:00 |
|
Brian Wellington
|
743add946b
|
Comment out calls to flockfile() and funlockfile(), since it's not
evident that they're needed, and they don't work on all platforms without
threads.
|
2000-08-30 01:28:10 +00:00 |
|
Andreas Gustafsson
|
6cab5e204c
|
write ASCII NUL as '\0', not 0
|
2000-08-23 02:21:16 +00:00 |
|
David Lawrence
|
40f53fa8d9
|
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
|
2000-08-01 01:33:37 +00:00 |
|
David Lawrence
|
15a4474541
|
word wrap copyright notice at column 70
|
2000-07-27 09:55:03 +00:00 |
|
Mark Andrews
|
5c0a406664
|
325. [bug] isc_lex_gettoken was processing octal strings when
ISC_LEXOPT_CNUMBER was not set.
|
2000-07-11 02:44:54 +00:00 |
|
Mark Andrews
|
b47f3dc885
|
Add isc_lex_isfile().
|
2000-07-10 05:11:18 +00:00 |
|
James Brister
|
8775909be9
|
282. [bug] lexer now returns ISC_R_RANGE if parsed integer is
too big for an usigned long.
|
2000-06-23 22:32:10 +00:00 |
|
David Lawrence
|
9c3531d72a
|
add RCS id string
|
2000-06-22 22:00:42 +00:00 |
|
David Lawrence
|
49dbdb0186
|
update_copyrights
|
2000-06-21 22:05:07 +00:00 |
|
David Lawrence
|
ed019cabc1
|
fixed lines > 79 columns wide
|
2000-05-24 05:10:00 +00:00 |
|
David Lawrence
|
d8e34837cd
|
isc_file_{stdiofunc} -> isc_stdio_*
|
2000-05-11 16:14:05 +00:00 |
|