Download List

프로젝트 설명

popa3d is a POP3 daemon which attempts to be
extremely secure, reliable, RFC compliant, and
fast (in that order).

System Requirements

System requirement is not defined
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.

2006-05-23 10:49
1.0.2

최적화 x86 특정의 커플 - 64 포함의 MD5 루틴에 적용되었습니다.
Tags: Minor feature enhancements
A couple of optimizations specific to x86-64 have been applied to the included MD5 routines.

2006-03-11 15:12
1.0.1

소스 코드 sysconf (_SC_CLK_TCK)를 사용하는 대신 CLK_TCK 때 _SC_CLK_TCK 또는 사용할 수 CLK_TCK (glibc는 2.3.90에 필요하지 않은 것으로 알려져있다가 수정되었습니다 +), 그리고 적절한 socklen_t 어디에 사용할 수있습니다.
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.

2005-05-26 23:03
1.0

소스 코드 (이에만 영향) auth_pam.c와 C 앨리어싱 엄격한 규칙을 어기지는 Sun에 PAM을 (Solaris 및 HP - UX는)에 차이가 있기 때문에 함께 대화를 함수 호출 당 하나의 PAM이 메시지에 강제로 수정되었습니다 매개 변수 레이아웃입니다. 기본적으로 한계가 너무 쉬워 대부분의 시스템에 대한 높은 가치를 만났왔다 의견이 기본적으로 특정 설치에 추가되었습니다 감소 될 것으로 추측된다.
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.

2004-07-23 05:57
0.6.4.1

MD5_Final () 실제로 컨텍스트 구조를 0으로 수정되었습니다. 이것은 차이가있습니다,하지만 어떤 popa3d의 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.

2003-11-17 04:10
0.6.4

sprintf (3) 사용 concat () 함수, 로컬 구현으로 대체되었습니다.
Tags: Code cleanup
The uses of sprintf(3) have been replaced by the concat() function, implemented locally.

Project Resources