2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

22783 Commits

Author SHA1 Message Date
Francis Dupont
f093418dd9 [4268a] untabify 2016-04-25 16:43:08 +02:00
Francis Dupont
bc80ce57a5 [4268a] Padded hlen/htype pkt4 2016-04-25 16:36:10 +02:00
Francis Dupont
18542d6e6e [4268a] Added extracted field lengthes 2016-04-25 16:28:20 +02:00
Francis Dupont
d92767e4f6 [4268a] Rebased TokenPkt4 code 2016-03-23 15:21:42 +01:00
Francis Dupont
3b5f6d6322 [4268a] Updated and regenerated rebased parser files 2016-03-23 15:00:20 +01:00
Francis Dupont
c5d6c1a644 [4268a] Updated rebased doc 2016-03-23 14:50:23 +01:00
Marcin Siodelski
7948104393 [master] Merge branch 'trac4212' trac4268a_base 2016-03-23 13:51:55 +01:00
Marcin Siodelski
34d21432a4 [4212] Addressed review comments. 2016-03-23 12:29:15 +01:00
Francis Dupont
c54beb5f6e [master] Updated git hash 2016-03-22 17:49:45 +01:00
Francis Dupont
ad1f442ee4 [master] Finished merge of trac4326 (small Coverity fixes) 2016-03-22 17:48:50 +01:00
Francis Dupont
139c1d3018 [master] Merged trac4326 (small Coverity fixes) 2016-03-22 17:46:40 +01:00
Francis Dupont
b9a4336d80 [4326] Changed ULL by an inline cast 2016-03-22 17:45:19 +01:00
Francis Dupont
9f47b6511d [4326] untabified 2016-03-22 17:31:30 +01:00
Marcin Siodelski
035843d3b9 [master] Added ChangeLog entry for #4339. 2016-03-21 23:57:03 +01:00
Marcin Siodelski
a065144663 [master] Merge branch 'trac4339a' 2016-03-21 23:45:30 +01:00
Francis Dupont
bb5a6b70fe [4339a] grammar 2016-03-21 22:45:33 +01:00
Marcin Siodelski
a2c08f8317 [4339] Addressed review comments.
- Replace rand() with random()
- Use i++ rather than ++i
2016-03-21 19:17:28 +01:00
Francis Dupont
e1beae1b9e [master] Updated git hash 2016-03-21 15:49:31 +01:00
Francis Dupont
0b7388891e [master] Finished merge of trac4306 (overflow in pkt4::set{File,Name}()) 2016-03-21 15:48:57 +01:00
Francis Dupont
54dc3f7948 [master] Merged trac4306 (overflow in pkt4::set{File,Name}()) 2016-03-21 15:46:24 +01:00
Francis Dupont
9a83f3a12a [4306] Added comments about uninitilaized too big arrays 2016-03-21 15:41:51 +01:00
Marcin Siodelski
feb96847e1 [4339] Fixed issues with hostname generation in new unit test. 2016-03-21 14:07:04 +01:00
Marcin Siodelski
a0e78f7c11 [4339] Corrected issues with updating lease indexes in Memfile. 2016-03-21 13:58:26 +01:00
Tomek Mrugalski
9bd45528fd [4339] Unit-test for updating lease indexes implemented.
Also updated tests for Lease6::toText function.
2016-03-21 13:08:09 +01:00
Francis Dupont
3114642b99 [4326] Fixed CID 1341464 2016-03-19 17:46:37 +01:00
Francis Dupont
ca6f46f317 [4326] Fixed CID 132738[1-4] 2016-03-19 17:42:56 +01:00
Francis Dupont
da131a9b8d [4306] Added/improved unit tests 2016-03-19 16:54:03 +01:00
Marcin Siodelski
0795ac9d0e [master] Removed linking with gtest in libdhcpsrvtest.
This change was okayed on jabber by Thomas. The issue
occurred when static linking was enabled on OSX.

Linking a static lib from statically linked lib causes
various issues and isn't generally considered a good
idea.
trac4339_base trac4248_base
2016-03-18 15:26:26 +01:00
Marcin Siodelski
7cc8a92cce [master] Added ChangeLog entry for #4319. 2016-03-18 12:49:30 +01:00
Marcin Siodelski
069dd7c248 [master] Merge branch 'trac4319' 2016-03-18 12:32:17 +01:00
Marcin Siodelski
b2b3cb0b93 [4319] Updated comments for empty options in host tests. 2016-03-18 12:30:48 +01:00
Francis Dupont
be8f19e5db [master] Updated git hash 2016-03-18 11:35:58 +01:00
Francis Dupont
3e1050749d [master] Finished merge of trac4307 (uncaught exception in d2 and other server main()) 2016-03-18 11:34:06 +01:00
Francis Dupont
a24d3e9337 [master] Merged trac4307 (uncaught exception in d2 server main()) 2016-03-18 11:29:46 +01:00
Francis Dupont
0b52d91c6d [master] Updated git hash 2016-03-18 11:12:03 +01:00
Francis Dupont
b98cc019b1 [master] regen flex/bison 2016-03-18 10:10:33 +00:00
Francis Dupont
c108d5063c [master] Fixing some .gitignore 2016-03-18 11:09:15 +01:00
Francis Dupont
7917d94e55 [master] Finished merge of trac4232a (IP address literal) 2016-03-18 11:04:02 +01:00
Marcin Siodelski
8576546a1b [4319] Addressed some review comments.
- use unsigned int in for loops
- NULL pointer rather than NULL in function descriptions
2016-03-17 19:02:44 +01:00
Thomas Markwalder
2bc621d5c9 [master] Fixed Coverity issue in alloc_engine.cc
Merged in Trac #4309.
2016-03-17 13:30:29 -04:00
Shawn Routhier
6f0b3a5c03 [trac4309] Fix some typos 2016-03-17 07:38:28 -07:00
Shawn Routhier
f9e7a27420 [trac4232a] Typo in the classify text 2016-03-16 12:13:12 -07:00
Francis Dupont
88d5a985c2 [master] Updated git hash (and regen flex/bison) 2016-03-16 14:42:20 +01:00
Francis Dupont
87397fd752 regen flex/bison 2016-03-16 13:40:31 +00:00
Francis Dupont
cb817e46e8 [master] Finishing merge of trac4313 (relay4[xxx].exists) 2016-03-16 14:35:02 +01:00
Francis Dupont
1de28b24e5 [master] Merged trac4313 (relay4[xxx].exists) 2016-03-16 14:31:58 +01:00
Francis Dupont
c9d043fe0f [4313] spelling 2016-03-16 14:29:59 +01:00
Tomek Mrugalski
a4e35f06ff [4313] Added parameter descriptions in two context unit-tests functions. 2016-03-16 14:21:49 +01:00
Francis Dupont
55e3be088c [4232a] Addressed comments 2016-03-16 14:09:39 +01:00
Tomek Mrugalski
8bcbb55f60 [master] Merge branch 'trac4226' (Pkt4 exception clean up) 2016-03-15 18:11:57 +01:00