Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
O código-fonte foi modificado para uso sysconf (_SC_CLK_TCK) em vez de CLK_TCK quando _SC_CLK_TCK é conhecida por estar disponível ou não é CLK_TCK (necessários para 2.3.90 glibc +), e usar socklen_t se for caso disso.
Tags:
Code cleanup
The source code has been modified to use sysconf(_SC_CLK_TCK) instead
of CLK_TCK when _SC_CLK_TCK is known to be available or CLK_TCK is not
(needed for glibc 2.3.90+), and to use socklen_t where appropriate.
O código-fonte foi corrigido para não quebrar as regras rígidas aliasing C (este só afetou auth_pam.c) e insistir em apenas uma mensagem de PAM por chamar a função de conversação com a Sun PAM (Solaris e HP-UX) por causa de diferenças na layout parâmetro. Os limites padrão ter sido colidido com valores que são demasiado elevados para a maioria dos sistemas, e os comentários, sugerindo que esses padrões ser diminuída instala em particular, têm sido adicionados.
Tags:
Code cleanup
The source code has been corrected to not break C strict aliasing rules (this only affected auth_pam.c) and to insist on only one PAM message per call to the conversation function with Sun PAM (Solaris and HP-UX) because of differences in the parameter layout. The default limits have been bumped to values that are way too high for most systems, and comments suggesting that these defaults be decreased on particular installs have been added.
MD5_Final () foi corrigida para zero na verdade, a estrutura de contexto. Isso não faz diferença para popa3d si, mas pode ser importante para possíveis outras aplicações que possam usar as rotinas MD5 popa3d.
Tags:
Code cleanup
MD5_Final() has been corrected to actually zero the context
structure. This makes no difference for popa3d itself, but
may be important for possible other applications which might
use the popa3d MD5 routines.