summaryrefslogtreecommitdiffstats
path: root/src/libknot/tsig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libknot/tsig: use KNOT_EFACCES error code for clearer reported errorDavid Vašek2023-10-131-1/+1
* kdig: don't clear empty tsig_key (UBSAN)Daniel Salzman2021-04-101-2/+4
* tsig: replace memset with memzero to ensure the function call is not optimize...Daniel Salzman2019-09-161-6/+6
* coding style improvements - copyright noticeDavid Vašek2019-07-041-1/+1
* use https://www.gnu.org instead of http://www.gnu.orgDaniel Kahn Gillmor2018-08-291-1/+1
* dnssec: move to libdnssecDaniel Salzman2018-03-121-1/+1
* libknot/dname: don't sanitize input pointer in knot_dname_freeDaniel Salzman2018-02-051-3/+3
* utils: tsig argument: if alg unspecified, using sha256Libor Peltan2017-04-071-1/+1
* contrib: move macros from internal, extract attributes to libknot/attribute.hDaniel Salzman2015-12-101-1/+1
* contrib: move string from internal memDaniel Salzman2015-12-041-1/+1
* contrib: move getline from internalDaniel Salzman2015-12-041-1/+1
* libknot/tsig: add missing tsig.name lowercasingDaniel Salzman2015-06-031-0/+1
* libknot/tsig: remove redundant newline stripping if key from fileDaniel Salzman2015-06-011-8/+0
* TSIG: strip whitespaces from parsed configuration stringJan Vcelak2015-05-271-1/+2
* TSIG: clear secret before freeing the memoryJan Vcelak2015-05-261-0/+7
* libknot: add knot_tsig_key_copyJan Vcelak2015-05-251-0/+26
* libknot: new module for TSIG parameters parsingJan Vcelak2015-05-251-0/+159
* libknot/rdata: dissolved rdata.h into respective filesMarek Vavruša2014-04-091-475/+0
* strip trailing whitespacesJan Vcelak2014-04-031-1/+0
* new_node: Remove more RRSet functions, doxygen.Jan Kadlec2014-04-021-3/+8
* new_node: removed obsolete RRSet gettersJan Kadlec2014-04-021-2/+2
* build: include config.h using compiler flagsJan Vcelak2014-03-111-1/+0
* RRSet - simple RDATA, inline TTLJan Kadlec2014-02-201-5/+5
* Merge branch 'master' into rr_refactorJan Kadlec2014-02-131-1/+1
|\
| * libknot: move debug.h into commonJan Vcelak2014-02-051-1/+1
* | Initial memcontext in RRSet commit.Jan Kadlec2014-01-291-1/+1
|/
* Ported libknot to new pkt API.Marek Vavrusa2013-11-211-0/+4
* make all include paths relative to /srcJan Vcelak2013-10-111-7/+7
* Reworked TSIG RR API to work with inline RDATA dnames.Marek Vavrusa2013-08-061-45/+40
* Fixed leaks and dname copying during transfers.Marek Vavrusa2013-07-261-11/+2
* Chunky patch to update most of the libknot + knot dname usage.Marek Vavrusa2013-07-161-2/+8
* Update rest of sources after removed dname -> node pointer.Marek Vavrusa2013-06-281-1/+1
* Use config.h in the same way for same experience in all sources.Ondřej Surý2013-05-291-0/+1
* libknot: fix Debian 32 compile warnings (bad printf type)Daniel Salzman2013-05-221-2/+2
* global whitespace cleanupJan Vcelak2013-04-261-18/+18
* all: move some alg. codes and alg. names to the libknot/consts.hDaniel Salzman2013-04-151-50/+15
* consts: merge rcodes with tsig rcodes and reformatDaniel Salzman2013-04-121-1/+1
* tsig: fix two compile warningsDaniel Salzman2013-04-121-2/+2
* Fixed compilation warning in tsig.c.Jan Kadlec2013-04-111-2/+4
* libknot: move knot_tsig_key_t to tsig.c and revert arguments of tsig_wire_max...Jan Vcelak2013-03-211-4/+4
* libknot: use knot_tsig_key_t in tsig functions, instead of knot_key_tJan Vcelak2013-03-211-8/+4
* tsig_create_rdata() accepts MAC length directly.Marek Vavrusa2013-03-181-4/+3
* Revert "Changind MAC and MAC size in TSIG when no MAC should be inserted."Marek Vavrusa2013-03-181-17/+3
* Changind MAC and MAC size in TSIG when no MAC should be inserted.Jan Kadlec2013-03-171-3/+17
* Require tsig_rcode when creating TSIG rrset.Marek Vavrusa2013-02-131-12/+27
* Fixed TSIG seek not using byteorder conversion.Marek Vavrusa2013-02-131-8/+10
* Merge branch 'development' into new-rrsetJan Kadlec2013-01-251-2/+1
|\
| * Moved strcdup() to common, exported TSIG algo/string table.Marek Vavrusa2013-01-231-2/+1
* | Removed rdata.{h,c} and reverences to those files.Jan Kadlec2012-12-191-1/+0
* | Ported TSIG to new rrset API, cleanup. [please-review]Marek Vavrusa2012-12-141-341/+164