1. 231719d Indicate in the readme how to install the missing dependencies by Willy Tarreau · 7 years ago master
  2. 0ff2c2a Make sure we use sanitized KUP_SUBCMD by Konstantin Ryabitsev · 7 years ago kup-0.3.6
  3. 48fc44f Add support for the "info" subcommand by Konstantin Ryabitsev · 7 years ago
  4. 3e11ed0 Fix disparity between config/docs and kup-server by Konstantin Ryabitsev · 7 years ago
  5. 6dbcf54 Support separate compress/decompress commands by Konstantin Ryabitsev · 7 years ago
  6. 41b632d Deprecate the use of the mailing list by Konstantin Ryabitsev · 7 years ago
  7. 2161542 Typo fix and record changes in ChangeLog by Konstantin Ryabitsev · 7 years ago kup-0.3.5
  8. f91f3ef Add support for subcmd config option by Konstantin Ryabitsev · 7 years ago
  9. dc52974 Use --armor as well in the examples by Konstantin Ryabitsev · 11 years ago
  10. a01ccc5 It's not --clearsign, but --detach-sign by Konstantin Ryabitsev · 11 years ago
  11. add9eae Add --prefix and provide some examples. by Konstantin Ryabitsev · 11 years ago
  12. d7e3802 Move checksum calculation outside of tree lock. by Konstantin Ryabitsev · 12 years ago
  13. 2769ce2 Calculate and log sha256sum of all files. by Konstantin Ryabitsev · 12 years ago kup-0.3.4
  14. 500ded5 Don't use magic to guess the format. by Konstantin Ryabitsev · 12 years ago
  15. 9f075e7 Don't use untaint, hardcode the PATH by Konstantin Ryabitsev · 12 years ago
  16. 598853f Add a support note. by Konstantin Ryabitsev · 12 years ago
  17. 9b46548 Prepare for 0.3.3 by Konstantin Ryabitsev · 12 years ago kup-0.3.3
  18. fd25e9d Allow specifying compressors in kup-server.cfg by Konstantin Ryabitsev · 12 years ago
  19. 7148710 Elaborate on -b behaviour. by Konstantin Ryabitsev · 12 years ago
  20. 0af73b6 Language fixes for kup.1 manual page by Michael Kerrisk · 12 years ago
  21. ee5f5e0 Make mkdir recursive. by Konstantin Ryabitsev · 13 years ago
  22. 86b7856 Show 1 decimal when showing progress feedback. by Konstantin Ryabitsev · 13 years ago
  23. 589f27a Remove kup.kernel.org as the default host. by Konstantin Ryabitsev · 13 years ago
  24. 92de1f9 gpg-sign-all: add the ability to specify a key by H. Peter Anvin · 13 years ago
  25. d78524c Remove obsolete code branch and edit ChangeLog. by Konstantin Ryabitsev · 13 years ago kup-0.3.2
  26. 042009a Another swing at the compression feedback. by Konstantin Ryabitsev · 13 years ago
  27. ff54b4e Apply HPA's compression feedback patch (with tweaks). by Konstantin Ryabitsev · 13 years ago
  28. bfe5e7f Fix typos. by Konstantin Ryabitsev · 13 years ago
  29. 51218f7 Remember to set noet by Konstantin Ryabitsev · 13 years ago
  30. 1b30206 Add some feedback about compressing large files. by Konstantin Ryabitsev · 13 years ago
  31. 71b6c01 Allow / in KUP_RSH, add manpages and adjust tabs. by Konstantin Ryabitsev · 13 years ago
  32. 75371df Add config-file support for kup and kup-server. by Konstantin Ryabitsev · 13 years ago kup-0.3.1
  33. de8a626 kup-server: use IO::Handle to explicitly set autoflushing by H. Peter Anvin · 13 years ago kup-0.3
  34. 15a1988 kup: change the default from upload.kernel.org to kup.kernel.org by H. Peter Anvin · 13 years ago
  35. fb09ce8 Use updated GPLv2 text. by Konstantin Ryabitsev · 13 years ago
  36. f5845fb kup-server: fix undefined value error after invalid git tag by H. Peter Anvin · 13 years ago
  37. 2d834a7 kup-server: fix variable name typos by H. Peter Anvin · 13 years ago kup-0.2
  38. e8104ed kup-server: when doing large bulk transfers, show status on stderr by H. Peter Anvin · 13 years ago
  39. 580bd93 kup: better error messages from canonicalize_path() by H. Peter Anvin · 13 years ago
  40. 42be33b Merge remote-tracking branch 'zytor/master' by H. Peter Anvin · 13 years ago
  41. 5ee8cb9 kup-server: add workaround for Perl bug, more output messages by H. Peter Anvin · 13 years ago
  42. 60415f4 gpg-sign-all: handle files with names starting with - by H. Peter Anvin · 13 years ago
  43. 4c5ba3b gpg-sign-all: correct the non-compressed case by H. Peter Anvin · 13 years ago
  44. c5b2735 gpg-sign-all: use basenames when setting filenames by H. Peter Anvin · 13 years ago
  45. 164e8b0 kup-server: fix put of a noncompressed file by H. Peter Anvin · 13 years ago
  46. 8fc3b55 Merge branch 'master' into dir by H. Peter Anvin · 13 years ago
  47. 185d3f3 kup: use File::Spec->splitpath() to get the basename by H. Peter Anvin · 13 years ago
  48. 7257bea kup.1: document the handling of pathnames by H. Peter Anvin · 13 years ago
  49. 83fd9e2 kup: allow the user to provide a directory-only path for put by H. Peter Anvin · 13 years ago
  50. b837ec6 kup-server: change the formatting of DIR start and end markers by H. Peter Anvin · 13 years ago
  51. 1ff7e85 kup-server: protect against downright idiotic user/group names by H. Peter Anvin · 13 years ago
  52. 6fc9335 kup-server: sort the directory entries for the DIR command by H. Peter Anvin · 13 years ago
  53. 11b4d88 kup: handle the @args array properly in the dir command by H. Peter Anvin · 13 years ago
  54. c0b6dbc kup-server: subroutine is get_grp() not get_gid() by H. Peter Anvin · 13 years ago
  55. 059ce06 kup-server: fix symbol scope by H. Peter Anvin · 13 years ago
  56. c2fea99 kup-server: the Fcntl submodule is :mode not :stat by H. Peter Anvin · 13 years ago
  57. da671bd kup: add missing semicolon by H. Peter Anvin · 13 years ago
  58. e28f425 kup.1: add documentation for the ls command to the man page by H. Peter Anvin · 13 years ago
  59. 8b16291 kup, kup-server: new command to list back a directory by H. Peter Anvin · 13 years ago
  60. 366019e kup: make command() handle spaces and newlines by H. Peter Anvin · 13 years ago
  61. 255a5e7 kup-server: more sane default pathnames by H. Peter Anvin · 13 years ago
  62. e81b8b3 kup-server: a *sane* way to support non-user tmp directories by H. Peter Anvin · 13 years ago
  63. 559768e Revert "kup-server: allow deployment with a 1777 tmp directory" by H. Peter Anvin · 13 years ago
  64. 871cc5f kup-server: use fatal() not die() by H. Peter Anvin · 13 years ago
  65. fc4e616 kup-server: allow deployment with a 1777 tmp directory by H. Peter Anvin · 13 years ago
  66. 74865c7 genrings: require key IDs to be a hexadecimal form by H. Peter Anvin · 13 years ago
  67. 91de8fb genrings: filter out expired and revoked keys by H. Peter Anvin · 13 years ago
  68. 0cccbf2 genrings: simple script to generate per-user key rings by H. Peter Anvin · 13 years ago
  69. 8f49b7b kup: centralize command sending, and allow a --verbose option by H. Peter Anvin · 13 years ago
  70. 90b1493 gpg-sign-all: utility script to sign a bunch of files with gpg by H. Peter Anvin · 13 years ago
  71. 2ffb335 Move the test keyrings into the test/ directory by H. Peter Anvin · 13 years ago
  72. 954ea45 README: make it clear that the existing paths are dummies by H. Peter Anvin · 13 years ago
  73. bde60a9 Rename korgupload to kup-server by H. Peter Anvin · 13 years ago
  74. f51087b korgupload: make dummy paths a bit more obviously dummy by H. Peter Anvin · 13 years ago
  75. ec4f405 kup.1: clean up whitespace by H. Peter Anvin · 13 years ago
  76. 95bb9cd korgupload: whitespace cleanup by H. Peter Anvin · 13 years ago
  77. ddf22f3 kup: be more user-friendly with the paths by H. Peter Anvin · 13 years ago
  78. 15be4e2 kup.1: fix formatting around the --host option by H. Peter Anvin · 13 years ago
  79. 2d65991 Make it explicit that this program is GPL v2+ by H. Peter Anvin · 13 years ago
  80. 1c34145 kup.1: Add man page by H. Peter Anvin · 13 years ago
  81. 2ef091d kup: document the alias "del" for "rm/delete" by H. Peter Anvin · 13 years ago
  82. 41a003c kup: need to escape literal @ in regexps, correct matching operator by H. Peter Anvin · 13 years ago
  83. fdb0d5f kup: disallow attaching arguments directly to -p by H. Peter Anvin · 13 years ago
  84. cba7e73 kup: separate the rsh/ssh command from the destination by H. Peter Anvin · 13 years ago
  85. 9326e88 kup: do some very minimal verification on KUP_RSH by H. Peter Anvin · 13 years ago
  86. 007eedc kup: typo fixes and regular expression simplifications by Jean Delvare · 13 years ago
  87. acbd1a0 README: document the constraints on the configurable paths better by H. Peter Anvin · 13 years ago
  88. 13bc294 kup: cat_file should output the size, not the filename by H. Peter Anvin · 13 years ago
  89. f4a0e5e korgupload: add a missing "my" in a loop by H. Peter Anvin · 13 years ago
  90. 377f408 test: add test with an xz payload by H. Peter Anvin · 13 years ago
  91. 0a5322a kup: get_data_format() takes the data, not $fmt by H. Peter Anvin · 13 years ago
  92. 29f5659 Drop server-side format detection; add timeouts by H. Peter Anvin · 13 years ago
  93. 961e42b Remove : from the forbidden set by H. Peter Anvin · 13 years ago
  94. 6c64ec1 kup: add binmode in cat_file() by H. Peter Anvin · 13 years ago
  95. dd6c139 is_valid_filename: block characters that can cause trouble by H. Peter Anvin · 13 years ago
  96. 2e3711d kup: add % to the list of ASCII characters that cannot be self-encoded by H. Peter Anvin · 13 years ago
  97. e1286cc korgupload: use gpgv, not gpg by H. Peter Anvin · 13 years ago
  98. d512a4a korgupload: remove redundant | in regex by H. Peter Anvin · 13 years ago
  99. 90613a7 korgupload: fail on any %-sequence that isn't valid by H. Peter Anvin · 13 years ago
  100. ffe7824 test: make sure pathname length is measured in bytes by H. Peter Anvin · 13 years ago