| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Stop generating DNS class and type enums. | 2020-02-24 | 2 | -11/+95 | ||
| | | | | | OK jsg, jung | |||||
| * | Fix 'previously declared here' error on gcc3(luna88k). | 2020-02-24 | 3 | -10/+1 | ||
| | | | | | ok jsg@ florian@ jung@ | |||||
| * | remove some unused functions | 2020-02-23 | 6 | -140/+6 | ||
| | | | | | ok jung@ | |||||
| * | rmeove more unused functions and code | 2020-02-23 | 95 | -3879/+66 | ||
| | | | | | ok florian | |||||
| * | remove unused parts of types.h | 2020-02-23 | 2 | -189/+1 | ||
| | | | | | ok jung@ florian@ | |||||
| * | We never request to clone the buffer from the message parser. | 2020-02-23 | 2 | -14/+2 | ||
| | | | | | OK millert | |||||
| * | We are not passing options to the message renderer. | 2020-02-23 | 2 | -38/+11 | ||
| | | | | | OK millert | |||||
| * | Partial rendering was never implemented. | 2020-02-23 | 4 | -108/+20 | ||
| | | | | | OK millert | |||||
| * | Remove unused fields from struct dst_key and stop passing name and | 2020-02-23 | 4 | -95/+20 | ||
| | | | | | | rdclass around. OK millert, jung | |||||
| * | hmacs do not support NULL keys | 2020-02-23 | 2 | -24/+3 | ||
| | | | | | OK millert, jung | |||||
| * | All key funcs are populated, skip NULL check. | 2020-02-23 | 3 | -62/+4 | ||
| | | | | | | While here remove *_isprivate since it is always true. OK millert, jung | |||||
| * | createctx2, verify2, and cleanup are always NULL. | 2020-02-23 | 4 | -108/+6 | ||
| | | | | | OK millert, jung | |||||
| * | Remove unused hmac functions from struct dst_func which in turn lets | 2020-02-23 | 5 | -1050/+5 | ||
| | | | | | | us delete parsing of private keys from files. OK millert, jung | |||||
| * | remove unused structs | 2020-02-23 | 2 | -36/+2 | ||
| | | ||||||
| * | remove unused dns_rdatacallbacks struct and typedef | 2020-02-23 | 3 | -73/+1 | ||
| | | ||||||
| * | remove various unused macros | 2020-02-22 | 5 | -51/+4 | ||
| | | | | | ok florian | |||||
| * | remove some unused args and unused assignments, as result | 2020-02-22 | 6 | -64/+30 | ||
| | | | | | | | | | | msgblock_free() becomes just free() also add UNUSED() for some dns_message *msg args for later revisit and cleanup ok millert florian | |||||
| * | remove assigned but unused values | 2020-02-22 | 4 | -18/+3 | ||
| | | | | | ok millert florian | |||||
| * | remove unused code | 2020-02-22 | 20 | -843/+16 | ||
| | | | | | ok millert florian | |||||
| * | Read CLOCK_MONOTONIC when we need timestamps to compare and use | 2020-02-21 | 3 | -13/+13 | ||
| | | | | | | time(3) for the wall clock. prodding & OK jung | |||||
| * | We do not generate DNS records from text representations. | 2020-02-20 | 81 | -4397/+56 | ||
| | | | | | OK millert | |||||
| * | Remove support for reading tsig keys from dnssec key pair. | 2020-02-20 | 2 | -365/+2 | ||
| | | | | | | | | | | | | | | This was accidentally broken some time ago. Arguably this was the least useful way of providing tsig keys to dig. ISC also removed generating tsig keys from dnssec-keygen in 9.13. To read the key from disk using the -k option it has to be provided as as a session key: key "keyname" { algorithm hmac-sha256; secret "[...]"; }; OK millert | |||||
| * | simplify signal setup and remove block/unblock/is_running/reload | 2020-02-19 | 3 | -178/+6 | ||
| | | | | | | | with input from florian ok millert florian | |||||
| * | remove unreachable code | 2020-02-19 | 1 | -4/+0 | ||
| | | | | | ok millert florian | |||||
| * | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. | 2020-02-18 | 39 | -1716/+295 | ||
| | | | | | | | | While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert | |||||
| * | Remove unused task, taskmgr, app, socket and socketmgr methods. | 2020-02-18 | 6 | -188/+3 | ||
| | | | | | OK millert | |||||
| * | isc_stdio_open() wrapper function is only called in lex'er | 2020-02-17 | 5 | -87/+10 | ||
| | | | | | | | so call fopen() directly and drop it ok florian | |||||
| * | remove unused code | 2020-02-17 | 20 | -1128/+22 | ||
| | | | | | ok florian | |||||
| * | Get rid of isc_stdtime_t and use time_t directly. | 2020-02-16 | 12 | -170/+52 | ||
| | | | | | OK millert | |||||
| * | cleanup | 2020-02-16 | 2 | -24/+4 | ||
| | | | | | OK millert | |||||
| * | clock_gettime cannot fail if called correctly; unravel TIME_NOW | 2020-02-16 | 6 | -45/+13 | ||
| | | | | | | | | indirections. (I'm not convinced that we always want to read CLOCK_REALTIME, in fact we probably want to almost always read CLOCK_MONOTONIC.) OK millert | |||||
| * | Move isc_time_formathttptimestamp to the only place it is used. | 2020-02-16 | 3 | -40/+21 | ||
| | | | | | OK millert | |||||
| * | unravel isc_time_formattimestamp | 2020-02-16 | 3 | -46/+9 | ||
| | | | | | OK millert | |||||
| * | unravel isc_time_add and isc_time_subtract | 2020-02-16 | 5 | -88/+17 | ||
| | | | | | OK millert | |||||
| * | unravel isc_time_compare | 2020-02-16 | 4 | -58/+16 | ||
| | | | | | OK millert | |||||
| * | unravel isc_time_isepoch | 2020-02-16 | 3 | -26/+4 | ||
| | | | | | OK millert | |||||
| * | remove timespec setters | 2020-02-16 | 4 | -56/+11 | ||
| | | | | | OK millert | |||||
| * | Reduce interval indirection by setting struct members directly and | 2020-02-16 | 4 | -60/+11 | ||
| | | | | | | using macros from sys/time.h OK millert | |||||
| * | The timer type we are using requires interval to be set, remove | 2020-02-16 | 3 | -18/+5 | ||
| | | | | | | unused interval_zero. OK millert | |||||
| * | Replace isc_time_t and interval_t with struct timespec. | 2020-02-16 | 11 | -234/+99 | ||
| | | | | | Input & OK millert | |||||
| * | Now we are only using one timer type (once) and expires is always NULL | 2020-02-16 | 4 | -103/+34 | ||
| | | | | | | so remove those struct members. OK millert | |||||
| * | We only use isc_timertype_once, get rid of all other types. | 2020-02-16 | 2 | -84/+22 | ||
| | | | | | OK millert | |||||
| * | remove unused file | 2020-02-16 | 1 | -141/+0 | ||
| | | ||||||
| * | remove unused function | 2020-02-15 | 2 | -17/+2 | ||
| | | ||||||
| * | timer methods are unused | 2020-02-15 | 2 | -57/+2 | ||
| | | ||||||
| * | test pointers against NULL not 0 | 2020-02-15 | 1 | -1/+1 | ||
| | | ||||||
| * | remove unused lockid var and FDLOCK_ID macro | 2020-02-15 | 1 | -7/+0 | ||
| | | ||||||
| * | unifdef VALREGEX_REPORT_REASON, it doesn't provide much clarity. | 2020-02-15 | 1 | -40/+25 | ||
| | | ||||||
| * | Get rid of "discards (const) qualifiers" warning in a less convoluted way. | 2020-02-15 | 2 | -10/+3 | ||
| | | | | | | OK schwarze who points out that sufficiently excessive compiler warning settings will still warn for a straight forward (void *) cast. | |||||
| * | threads are gone, replace thread safe isc__strerror() wrapper | 2020-02-13 | 7 | -137/+26 | ||
| | | | | | | | with strerror() and drop it ok millert florian | |||||
