index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libknot
/
tsig.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libknot/tsig: use KNOT_EFACCES error code for clearer reported error
David Vašek
2023-10-13
1
-1
/
+1
*
kdig: don't clear empty tsig_key (UBSAN)
Daniel Salzman
2021-04-10
1
-2
/
+4
*
tsig: replace memset with memzero to ensure the function call is not optimize...
Daniel Salzman
2019-09-16
1
-6
/
+6
*
coding style improvements - copyright notice
David Vašek
2019-07-04
1
-1
/
+1
*
use https://www.gnu.org instead of http://www.gnu.org
Daniel Kahn Gillmor
2018-08-29
1
-1
/
+1
*
dnssec: move to libdnssec
Daniel Salzman
2018-03-12
1
-1
/
+1
*
libknot/dname: don't sanitize input pointer in knot_dname_free
Daniel Salzman
2018-02-05
1
-3
/
+3
*
utils: tsig argument: if alg unspecified, using sha256
Libor Peltan
2017-04-07
1
-1
/
+1
*
contrib: move macros from internal, extract attributes to libknot/attribute.h
Daniel Salzman
2015-12-10
1
-1
/
+1
*
contrib: move string from internal mem
Daniel Salzman
2015-12-04
1
-1
/
+1
*
contrib: move getline from internal
Daniel Salzman
2015-12-04
1
-1
/
+1
*
libknot/tsig: add missing tsig.name lowercasing
Daniel Salzman
2015-06-03
1
-0
/
+1
*
libknot/tsig: remove redundant newline stripping if key from file
Daniel Salzman
2015-06-01
1
-8
/
+0
*
TSIG: strip whitespaces from parsed configuration string
Jan Vcelak
2015-05-27
1
-1
/
+2
*
TSIG: clear secret before freeing the memory
Jan Vcelak
2015-05-26
1
-0
/
+7
*
libknot: add knot_tsig_key_copy
Jan Vcelak
2015-05-25
1
-0
/
+26
*
libknot: new module for TSIG parameters parsing
Jan Vcelak
2015-05-25
1
-0
/
+159
*
libknot/rdata: dissolved rdata.h into respective files
Marek Vavruša
2014-04-09
1
-475
/
+0
*
strip trailing whitespaces
Jan Vcelak
2014-04-03
1
-1
/
+0
*
new_node: Remove more RRSet functions, doxygen.
Jan Kadlec
2014-04-02
1
-3
/
+8
*
new_node: removed obsolete RRSet getters
Jan Kadlec
2014-04-02
1
-2
/
+2
*
build: include config.h using compiler flags
Jan Vcelak
2014-03-11
1
-1
/
+0
*
RRSet - simple RDATA, inline TTL
Jan Kadlec
2014-02-20
1
-5
/
+5
*
Merge branch 'master' into rr_refactor
Jan Kadlec
2014-02-13
1
-1
/
+1
|
\
|
*
libknot: move debug.h into common
Jan Vcelak
2014-02-05
1
-1
/
+1
*
|
Initial memcontext in RRSet commit.
Jan Kadlec
2014-01-29
1
-1
/
+1
|
/
*
Ported libknot to new pkt API.
Marek Vavrusa
2013-11-21
1
-0
/
+4
*
make all include paths relative to /src
Jan Vcelak
2013-10-11
1
-7
/
+7
*
Reworked TSIG RR API to work with inline RDATA dnames.
Marek Vavrusa
2013-08-06
1
-45
/
+40
*
Fixed leaks and dname copying during transfers.
Marek Vavrusa
2013-07-26
1
-11
/
+2
*
Chunky patch to update most of the libknot + knot dname usage.
Marek Vavrusa
2013-07-16
1
-2
/
+8
*
Update rest of sources after removed dname -> node pointer.
Marek Vavrusa
2013-06-28
1
-1
/
+1
*
Use config.h in the same way for same experience in all sources.
Ondřej Surý
2013-05-29
1
-0
/
+1
*
libknot: fix Debian 32 compile warnings (bad printf type)
Daniel Salzman
2013-05-22
1
-2
/
+2
*
global whitespace cleanup
Jan Vcelak
2013-04-26
1
-18
/
+18
*
all: move some alg. codes and alg. names to the libknot/consts.h
Daniel Salzman
2013-04-15
1
-50
/
+15
*
consts: merge rcodes with tsig rcodes and reformat
Daniel Salzman
2013-04-12
1
-1
/
+1
*
tsig: fix two compile warnings
Daniel Salzman
2013-04-12
1
-2
/
+2
*
Fixed compilation warning in tsig.c.
Jan Kadlec
2013-04-11
1
-2
/
+4
*
libknot: move knot_tsig_key_t to tsig.c and revert arguments of tsig_wire_max...
Jan Vcelak
2013-03-21
1
-4
/
+4
*
libknot: use knot_tsig_key_t in tsig functions, instead of knot_key_t
Jan Vcelak
2013-03-21
1
-8
/
+4
*
tsig_create_rdata() accepts MAC length directly.
Marek Vavrusa
2013-03-18
1
-4
/
+3
*
Revert "Changind MAC and MAC size in TSIG when no MAC should be inserted."
Marek Vavrusa
2013-03-18
1
-17
/
+3
*
Changind MAC and MAC size in TSIG when no MAC should be inserted.
Jan Kadlec
2013-03-17
1
-3
/
+17
*
Require tsig_rcode when creating TSIG rrset.
Marek Vavrusa
2013-02-13
1
-12
/
+27
*
Fixed TSIG seek not using byteorder conversion.
Marek Vavrusa
2013-02-13
1
-8
/
+10
*
Merge branch 'development' into new-rrset
Jan Kadlec
2013-01-25
1
-2
/
+1
|
\
|
*
Moved strcdup() to common, exported TSIG algo/string table.
Marek Vavrusa
2013-01-23
1
-2
/
+1
*
|
Removed rdata.{h,c} and reverences to those files.
Jan Kadlec
2012-12-19
1
-1
/
+0
*
|
Ported TSIG to new rrset API, cleanup. [please-review]
Marek Vavrusa
2012-12-14
1
-341
/
+164
[next]