2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00
Commit Graph

5532 Commits

Author SHA1 Message Date
Stephen Morris
c786a61641 [trac998] Remove prefixlen_; calculate it when getPrefix() is called 2011-06-22 20:53:21 +01:00
Jelte Jansen
1efa5d9d7f [trac761] address stephen's comments 2011-06-22 21:31:31 +02:00
Stephen Morris
e5251c4886 [trac998] Get rid of string address. Pass address family to compare() 2011-06-22 20:30:26 +01:00
Jelte Jansen
aaad42c52a [trac761] message file cleanups
- alphabetized the messages
- removed redundant whitespace
- removed $PREFIX
- fixed initial no namespace comment
2011-06-22 21:08:08 +02:00
Jelte Jansen
4beebf4780 [trac761] rename xfrindef.mes to xfrin_messages.mes 2011-06-22 21:03:39 +02:00
Stephen Morris
792c8b202c [trac998] Get rid of union statement 2011-06-22 19:55:46 +01:00
Stephen Morris
8c624c6644 [trac998] Rename getNetmask() to getMask() 2011-06-22 18:12:49 +01:00
Stephen Morris
d1c7f98e91 [trac998] Remove unneeded copy constructor and assignment operator 2011-06-22 18:11:24 +01:00
Stephen Morris
a90c8a0605 [trac998] Catch problem with inet_pton failing with value of -1 2011-06-22 18:01:29 +01:00
Stephen Morris
30570ab2d9 [trac998] Remove "inverse" argument 2011-06-22 17:59:33 +01:00
Stephen Morris
59908b70a9 [trac998] Change "addrmask" nasm to ipprefix 2011-06-22 17:36:47 +01:00
Stephen Morris
585d1c63d6 [trac998] Move splitIPAddress into .cc file 2011-06-22 17:32:06 +01:00
Stephen Morris
d335ae50bb [trac998] Fix problems with address strings of "1/" etc. 2011-06-22 17:22:33 +01:00
Stephen Morris
8034dbfe87 [trac998] Renamed createNetmask to internal::createMask 2011-06-22 16:54:50 +01:00
Stephen Morris
0ddf0f5fa4 [trac998] Add tests for the any4/any6 modifications 2011-06-22 16:49:12 +01:00
Stephen Morris
5a75094dfd [trac998] Add any4 and any6 as valid address prefixes 2011-06-22 16:39:36 +01:00
Stephen Morris
df5bad72ac [trac998] Replaced "netmask" terminology with "prefix" 2011-06-22 16:26:20 +01:00
Stephen Morris
24a865aeec [trac1031] ChangeLog for trac 1031 2011-06-22 15:45:12 +01:00
Stephen Morris
6756ff6dac Merge branch 'master' into trac1031 2011-06-22 15:22:54 +01:00
Stephen Morris
4e025223ce [trac1040] Update README file 2011-06-22 14:23:39 +01:00
Stephen Morris
d4ef4b9a0c [trac1040] Put messages into alphabetical order
... and remove the now-redundant spaces between the message ID and
the text of the message. (With the expansion of message IDs, the
alignment of the text within the file was destroyed.)
2011-06-22 11:55:17 +01:00
Stephen Morris
e560672e51 [trac1040] Expand message IDs into words separated by underscores
Also change prefix from MSG_ (which is not specific) to LOG_ (which
identifies the messages as part of the logging code).
2011-06-22 11:47:01 +01:00
Stephen Morris
ebc9aa4dc5 [trac1040] Expand logger implementation message code names
Altered the message code names in the logger implementation messages
to be in the form of words separated by underscores.  Also updated
some of the descriptions at the same time.
2011-06-22 10:57:42 +01:00
Stephen Morris
ddd40bde54 [trac1040] Remove $PREFIX directive 2011-06-22 10:46:20 +01:00
Stephen Morris
4565ca4899 [trac1040] Renamed xxxdef.mes files to xxx_messages.mes
Note: impldef.mes was renamed to logimpl_messages.mes to better
reflect the contents.
2011-06-22 10:42:05 +01:00
JINMEI Tatuya
ca924dafc7 [trac999] overall documentation updates 2011-06-22 00:46:59 -07:00
JINMEI Tatuya
679d8390f4 [trac999] added parameter validation to setQueryACL() 2011-06-21 23:17:18 -07:00
JINMEI Tatuya
250100ecf6 [trac999] refactored the code a bit: move query process to processNormalQuery
so that the methods have reasonable length.
2011-06-21 18:41:35 -07:00
JINMEI Tatuya
5aabfb971d [trac999] apply query ACL for incoming queries 2011-06-21 17:18:59 -07:00
JINMEI Tatuya
e9a1e75b3d [trac999] added toText() and stream insertion for Client, mainly for logging. 2011-06-21 17:15:20 -07:00
JINMEI Tatuya
6722a4d52b [master] more MacOS fixes regarding missnig library paths: we need to
add them for some run_xxx.sh scripts. Otherwise "from source" invocation
or systest would fail.
basically trivial, and okayed on jabber.  directly pushing it.
2011-06-21 15:30:45 -07:00
JINMEI Tatuya
9f2167d3b5 [trac999] added a log message when (re)configuring query ACL 2011-06-21 14:56:41 -07:00
Jelte Jansen
ca9e1e2997 Merge branch 'trac1030' 2011-06-21 19:41:28 +02:00
Jelte Jansen
5fe9e2f204 [trac1030] forgot to remove unused vars 2011-06-21 19:40:46 +02:00
Jelte Jansen
13eb9e8620 [trac1030] fix spaces/tabs in makefiles 2011-06-21 19:35:34 +02:00
Stephen Morris
bf41f8dc22 [trac1022] ChangeLog for trac 1022 and 1023. 2011-06-21 17:47:35 +01:00
Stephen Morris
926a65fa08 Merge branch 'master' into trac1022 2011-06-21 17:41:58 +01:00
Stephen Morris
1c7930a7ba [trac1031] Remove unnecessary comma in messages 2011-06-21 17:26:08 +01:00
Jelte Jansen
61b0108719 [trac761] message text should start with lowercase 2011-06-21 18:20:33 +02:00
Stephen Morris
84fcd68d77 [trac738] Remove old support for verbose flag
This is now handled in the new logging configuration.
2011-06-21 15:47:47 +01:00
Jelte Jansen
96f093b960 [trac1030] add LIBRARY_PATH code to python Makefiles
Probably due to the python ccsession code now needing the log library, nearly every python test failed without that workaround, so a lot of makefiles needed that same workaround
2011-06-21 06:52:32 -07:00
Jelte Jansen
e828a215cc [trac1030] fix bus error regression
in master the bus error was fixed, but not in this branch. There was no noticeable conflict, but the merge did make it break again (by redefining the InternalError within the anonymous namespace)
2011-06-21 06:51:34 -07:00
Jelte Jansen
0bea88f134 [trac1030] place the added path at the beginning of the list
if in any of the other paths there was an old log.so, it would choose that otherwise
2011-06-21 06:50:12 -07:00
Stephen Morris
406cb1fd4a [trac738] Adjust debug level when some messages are output 2011-06-21 14:35:17 +01:00
Michal 'vorner' Vaner
55689c559b [trac980] Both abbreviated forms at once tested 2011-06-21 14:16:56 +02:00
Stephen Morris
925ac83b98 [trac738] Adjusted name and description of some messages 2011-06-21 13:06:57 +01:00
Michal 'vorner' Vaner
3f47015eab [trac980] AND-abbreviated form 2011-06-21 13:53:46 +02:00
Michal 'vorner' Vaner
4064b389d1 [trac980] OR-abbreviated form 2011-06-21 13:36:02 +02:00
Stephen Morris
926985d03e [trac738] Added final set of messages to b10-auth 2011-06-21 12:14:10 +01:00
Jelte Jansen
189f58f73f [trac761] rename def file and add to makefile 2011-06-21 12:33:34 +02:00