summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3149] Added a new indexFrancis Dupont2024-01-171-0/+4
|
* [#3168] Removed old RADIUSFrancis Dupont2023-12-141-10/+0
|
* [#3177] bump up configure.ac version to 2.5.5-gitAndrei Pavel2023-11-291-1/+1
|
* [#3132] version bumped up to 2.5.4wwencel2023-10-261-1/+1
|
* [#3017] added testing framework for using dummy test interfacesRazvan Becheriu2023-10-171-0/+1
|
* [#2750] change xq to xmllint and check if in pathAndrei Pavel2023-10-061-0/+4
| | | | | | - also make makefile rules in doc/sphinx/uml silent to make the potential warning visible - also remove trailing spaces automatically from *.atxt files
* [#3078] set package version and type in configure.acWlodek Wencel2023-10-031-2/+11
|
* [#3091] bump configure.ac to 2.5.3-gitMarcin Godzina2023-09-261-1/+1
|
* [#1520] reset default flags on --enable-debugAndrei Pavel2023-09-221-1/+21
|
* [#1520] add debug symbols on --enable-debugAndrei Pavel2023-09-221-1/+7
|
* [#3034] version in configure.ac bumped upWlodek Wencel2023-08-301-1/+1
|
* [#2994] bump up Kea version to 2.5.1-gitAndrei Pavel2023-07-251-2/+2
|
* [#2876] Addressed commentsFrancis Dupont2023-07-191-3/+3
|
* [#2876] Changed to C++ 14Francis Dupont2023-07-191-5/+5
|
* [#2276] Upgrade global param values in DBThomas Markwalder2023-07-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert ddns-use-conflict-resolution to ddns-conflict-resolution-mode in DB configure.ac Added new upgrade files src/bin/admin/tests/mysql_tests.sh.in src/bin/admin/tests/pgsql_tests.sh.in new upgrade tests src/lib/mysql/mysql_constants.h src/lib/pgsql/pgsql_connection.h update schema version src/share/database/scripts/mysql/.gitignore src/share/database/scripts/mysql/Makefile.am src/share/database/scripts/mysql/upgrade_019_to_020.sh.in new upgrade script src/share/database/scripts/mysql/dhcpdb_create.mysql added conversion logic to stay in sync with upgrade script src/share/database/scripts/pgsql/Makefile.am src/share/database/scripts/pgsql/.gitignore src/share/database/scripts/pgsql/upgrade_018_to_019.sh.in new upgrade script src/share/database/scripts/pgsql/dhcpdb_create.pgsql added conversion logic to stay in sync with upgrade script
* [#2965] bump up version to 2.5.0-git in configureMarcin Godzina2023-07-041-1/+1
|
* Rebase v2_4 onto master after the release.Marcin Godzina2023-07-041-1/+1
|
* [#2467] Fix reporting shellSlawek Figiel2023-06-291-1/+3
|
* [#2467] Apply to 2 suggestions to 1 filePiotrek Zadroga2023-06-291-4/+16
|
* [#2467] Remove unnecessary checkSlawek Figiel2023-06-291-7/+0
|
* [#2467] Require at least Python 3.0Slawek Figiel2023-06-291-4/+3
|
* [#2467] Use an error rather than a warningSlawek Figiel2023-06-291-1/+1
|
* [#2467] Apply 2 suggestions to 2 filesPiotrek Zadroga2023-06-291-1/+1
|
* [#2467] Remove the kea_connector2.pySlawek Figiel2023-06-291-14/+10
|
* [#2833] Add web archive link to Boost ticketSuzanne Goldlust2023-06-271-1/+1
|
* [#2833] Add web archive link to SunStudio/boost sectionSuzanne Goldlust2023-06-271-1/+1
|
* [#2833] Replace broken link for SunStudio/boostSuzanne Goldlust2023-06-271-1/+1
|
* [#2909] Migrated v6 addresses to inetThomas Markwalder2023-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | src/share/database/scripts/pgsql/upgrade_016_to_017.sh.in New file configure.ac Added new upgrade file src/bin/admin/tests/pgsql_tests.sh.in Updated tests src/lib/dhcpsrv/pgsql_host_data_source.cc Modified SQL to convert ipv6_reservations.address to/from inet src/lib/dhcpsrv/pgsql_lease_mgr.* Modified SQL to convert lease6.address to/from inet Removed binaddr column Removed PgSqlLeaseMgr::upgradeBinaryAddress6() src/lib/pgsql/pgsql_connection.h Updated schema version src/share/database/scripts/pgsql/dhcpdb_create.pgsql Altered lease6,ipv6_reservastions table Updated v6 dump and upload functions
* [#2909] Mysql v6 addresses to binaryThomas Markwalder2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lease6.address and ipv6_reservations.address columns changed from varbinary(39) to binary(16). lease6.binaddr column removed deleted: src/share/api/binary-address6-upgrade.json new file: src/share/database/scripts/mysql/upgrade_018_to_019.sh.in configure.ac added new mysql upgrade script doc/sphinx/arm/hooks-lease-query.rst removed doc for binary-address6-upgrade command src/bin/admin/tests/mysql_tests.sh.in modified to use inet6_aton/ntoa as now needed Updated to test upgrage src/lib/dhcpsrv/lease_mgr.h LeaseMgr::upgradeBinaryAddress6() - no longer abstract, provides a dummy implemention src/lib/dhcpsrv/mysql_host_data_source.cc Change v6 reservation address to binary src/lib/dhcpsrv/mysql_lease_mgr.* Remove lease6.binaddr and uses Change lease6.address to binary src/lib/mysql/mysql_constants.h Update schema version src/share/api/api_files.mk Remove binary-address6-upgrade.json src/share/database/scripts/mysql/Makefile.am Add upgrade script src/share/database/scripts/mysql/dhcpdb_create.mysql Modify lease6, ipv6_reservations, and impacted functions
* [#2899] bump up version in configure.acAndrei Pavel2023-05-301-1/+1
|
* [#2786] changes to are-scripts-in-sync.py CI scriptAndrei Pavel2023-05-091-0/+4
|
* [#2846] update versionWlodek Wencel2023-04-271-1/+1
|
* [2840] typos and docs update before releaseKea-2.3.7Wlodek Wencel2023-04-211-10/+0
|
* [#2823] DB schemas include allocatorsMarcin Siodelski2023-04-191-0/+4
|
* [#2752] Rebased new schemasFrancis Dupont2023-03-301-0/+4
|
* [#2813] bump version in configure.acMarcin Godzina2023-03-281-1/+1
|
* [#719] Reapplied patchFrancis Dupont2023-03-151-0/+4
|
* [#2774] bump up version to 2.3.6-gitAndrei Pavel2023-02-211-1/+1
|
* [#2702] moved cfgrpt inside process folderRazvan Becheriu2023-02-111-2/+2
|
* [#2734] tcp_user_timeout for PostgreSQL 12+Marcin Siodelski2023-02-091-0/+5
| | | | | Added conditional compilation to set tcp_user_timeout parameter for the PostgreSQL 12 or later. Log a warning for earlier PostgreSQL versions.
* [#2669] fix --with-site-packagesAndrei Pavel2023-01-261-25/+53
| | | | | Prior to this, it was installing the python libraries in the default location even if a custom path was given.
* [#2737] version updated to 2.3.5Wlodek Wencel2023-01-261-1/+1
|
* [#2727] introduce HAVE_MYSQL_GET_OPTIONAndrei Pavel2023-01-231-2/+20
| | | | | | | Addresses error: mysql_connection_unittest.cc: In member function ‘virtual void {anonymous}::MySqlConnectionTest_connectionTimeout_Test::TestBody()’: mysql_connection_unittest.cc:633:77: error: ‘mysql_get_option’ was not declared in this scope EXPECT_EQ(0, mysql_get_option(mysql, MYSQL_OPT_CONNECT_TIMEOUT, &timeout));
* [#2656] bump autoconf version to 2.3.4-gitAndrei Pavel2022-11-291-1/+1
|
* [#2583] Initial addition of src/lib/tcpThomas Markwalder2022-11-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added first draft of TcpListener classes. They compile but don't do anything useful. configure.ac src/lib/Makefile.am added tcp src/lib/tcp/README src/lib/tcp/tcp_connection.cc src/lib/tcp/tcp_connection.h src/lib/tcp/tcp_connection_acceptor.h src/lib/tcp/tcp_connection_pool.cc src/lib/tcp/tcp_connection_pool.h src/lib/tcp/tcp_listener.cc src/lib/tcp/tcp_listener.h src/lib/tcp/tcp_log.cc src/lib/tcp/tcp_log.h src/lib/tcp/tcp_messages.cc src/lib/tcp/tcp_messages.h src/lib/tcp/tcp_messages.mes src/lib/tcp/tests/.gitignore src/lib/tcp/tests/Makefile.am src/lib/tcp/tests/run_unittests.cc - new files
* [#2620] bump up version to 2.3.3Wlodek Wencel2022-10-261-1/+1
|
* [#2311] rename AX_SYSREPO to AX_NETCONFAndrei Pavel2022-10-211-3/+5
|
* [#2311] detect C++20 in autoconfAndrei Pavel2022-10-211-0/+3
| | | | | And enforce -std=c++20 when building --with-libyang-cpp or --with-sysrepo-cpp.
* [#2311] migrate autoconf to libyang2 and sysrepo2Andrei Pavel2022-10-211-27/+73
|
* [#2580] Bump version in configure.ac to 2.3.2-gitMarcin Godzina2022-09-271-1/+1
|