plan9fox/sys
cinap_lenrek 8c11b62af9 smtp, smtpd: fix use of enc64(), fix memory leaks in doauth()
the approximation of n*2 to calculate the number of output bytes
for enc64() fails for inputs of size < 3. this is fixed by using
encodefmt() which gets the calculation right and also simplifies
the code avoiding the allocation and freeing of intermediate string
buffers.
2015-03-11 17:14:56 +01:00
..
doc
games/lib fortunes: My recent incompetence is humbling. I should quit the industry. 2015-02-25 19:22:47 -05:00
include libthread: get rid of chaninit() (thanks qrstuv) 2015-03-04 10:20:31 +01:00
lib set /mail/tmp permissions world writable in cdproto 2015-03-05 10:16:17 +01:00
man wpa(8): the -p flag will also prompt for user/password on wpa enterprise 2015-03-10 00:44:17 +01:00
src smtp, smtpd: fix use of enc64(), fix memory leaks in doauth() 2015-03-11 17:14:56 +01:00