Re: [patch] netcat: support --crlf

2023-08-25 Thread Andrea Biscuola
Hi op. On Fri, 25 Aug 2023 20:14:37 +0200 Omar Polo wrote: > On 2023/08/25 09:07:35 -0600, "Theo de Raadt" wrote: > > Pietro Cerutti wrote: > > > > > The motivation is that several network protocols are line oriented > > > with CRLF as line terminators. SMTP and HTTP are among the most > > >

Small cat(1) style(9) diff

2015-11-08 Thread Andrea Biscuola
Hi tech Here a small diff for cat(1). 1 - Added the argc decrement (as normal in the majority of the tree). 2 - Removed args name from function prototypes as stated in style(9). 3 - Enclosed a while in braces (this will be a bit more readeable). Regards Index: cat.c =

chmod(1) -f flag is still used?

2015-11-12 Thread Andrea Biscuola
Hi tech. Digging around the tree (Yes, i want try to contribute if possible), i found this small piece of code: >case 'f': /* no longer documented. */ > fflag = 1; > break; And the usage of this flag in two conditional statement in a logic OR: >if (ischmod) { > i