summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-14maint: ` → 'HEADmasterPaul Eggert10-45/+43
2025-08-14Sync from gnulibPaul Eggert2-71/+115
2025-06-20Prevent file name escape on MS-WindowsPaul Eggert1-27/+22
2025-05-07Remove hostname validationSergey Poznyakoff2-11/+1
2025-05-07Fix bu introduced by cd720d0fSergey Poznyakoff1-1/+1
2025-03-14Trivial fixes in doc/rmt.8Sergey Poznyakoff1-2/+2
2025-01-01Update copyright yearPaul Eggert35-38/+38
2024-11-04Fix unclosed commentsSergey Poznyakoff3-3/+3
2024-11-04Fix missing O_TRUNC flag in rmtcreat()Matteo Croce1-1/+1
2024-09-04Reword the "if not" clause in copyleft headers.Sergey Poznyakoff23-51/+25
2024-08-17Simplify paxusage APIPaul Eggert2-7/+9
2024-08-14argcv include fixesPaul Eggert1-1/+4
2024-08-14Bring back WARN etc. as a conversion aidPaul Eggert1-0/+7
2024-08-14Add attributes to paxwarn etcPaul Eggert1-4/+8
2024-08-14Simplify errno handling in error.cPaul Eggert1-24/+12
2024-08-14Make PAXEXIT_SUCCESS etc. constantsPaul Eggert1-3/+1
2024-08-14Replace WARN etc. macros with paxwarn etc. fnsPaul Eggert4-72/+106
2024-08-14Minor fputs tweakPaul Eggert1-2/+2
2024-08-14Prefer inline functions for rmtopen etcPaul Eggert5-73/+88
2024-08-14Minor size fixes for tests/argcv.cPaul Eggert1-18/+14
2024-08-14Don’t limit sparse regions to 2**32.Paul Eggert1-1/+1
2024-08-14Use idx_t for paxtest sizesPaul Eggert1-2/+2
2024-08-14Use idx_t for paxbuf sizesPaul Eggert5-9/+11
2024-08-14Fix rmt_read, rmt_write declsPaul Eggert1-2/+2
2024-08-14Used signed int in tar_stat_infoPaul Eggert1-2/+2
2024-08-14Use signed int in safer_name_suffixPaul Eggert1-1/+1
2024-08-14Remove unused tardef.hPaul Eggert1-54/+0
2024-08-14Prefer signed types for diagnostic fnsPaul Eggert2-16/+18
2024-08-14Minor remote_close tuneupPaul Eggert1-2/+2
2024-08-14Avoid undefined behavior on I/O errorPaul Eggert3-55/+36
2024-08-12Use more signed types in rmtPaul Eggert1-4/+4
2024-08-12Avoid do_command strlenPaul Eggert1-19/+18
2024-08-12Fix rmt_ioctl S command sendingPaul Eggert1-1/+1
2024-08-12Avoid a strlen in rmt_readPaul Eggert1-14/+2
2024-08-12Avoid rmt quadratic reallocPaul Eggert1-5/+3
2024-08-12Simplify memory copyingPaul Eggert5-39/+35
2024-08-12Minor buffer size adjustmentPaul Eggert1-1/+1
2024-08-12Avoid sprintf -1 returnPaul Eggert1-3/+5
2024-08-12Just test sign bit if that’s all that’s neededPaul Eggert1-21/+21
2024-08-12Don’t abort on invalid flagsPaul Eggert1-5/+12
2024-08-12rexec fixes in rtapelibPaul Eggert1-16/+26
2024-08-12Detect integer overflow in rmt responsesPaul Eggert1-38/+52
2024-08-12Minor get_status_string fixupsPaul Eggert1-19/+20
2024-08-12Replace some macros with constants and functionsPaul Eggert2-64/+68
2024-08-12Adjust to Gnulib safe_read etc. changesPaul Eggert4-57/+54
2024-08-12Fix unlikely MTIOCGET byteswap bugPaul Eggert2-1/+3
2024-08-12Fix MTIOCGET size overflow checkPaul Eggert1-3/+3
2024-08-12Merge lib/rtapelib.c and paxlib/rtape.cPaul Eggert2-740/+32
2024-08-08Fix typo in recent patchesPaul Eggert1-2/+2
2024-08-07maint: fix build from scratchPaul Eggert2-1/+2