commit 1d081be3b41f4332190f81f921393a79a7c4b776 from: Omar Polo date: Sat Jun 11 17:31:54 2022 UTC tag 0.2 * fix twstat handling of mode bits * rejects incoming connections with a ridiculously small msize * allow "jumbo" (i.e. more than 16K) Twrite and Treads * allow Tread to read exactly msize bytes * kamiftp: fix reads wrt msize * kamiftp: do maximum reads and writes commit - ee8d745002fe582ffced6cbbfb994fd43dd9c942 commit + 1d081be3b41f4332190f81f921393a79a7c4b776 blob - b4ac79e0f2e9e524bec210c244d593a3ab4888ef blob + ee80ab68b333672c811ccb7e5c9c33368c7b1bde --- configure.ac +++ configure.ac @@ -1,4 +1,4 @@ -AC_INIT([kamid], [0.1], [kamid@omarpolo.com], [], +AC_INIT([kamid], [0.2], [kamid@omarpolo.com], [], [https://kamid.omarpolo.com]) AC_CONFIG_AUX_DIR(etc) AC_CONFIG_LIBOBJ_DIR(compat)