aboutsummaryrefslogtreecommitdiff
path: root/mail/popper/files
Commit message (Collapse)AuthorAgeFilesLines
* Don't free the APOP auth string before checking it.Brian Somers2004-09-211-0/+26
| | | | | | | | | Bump PORTREVISION. Approved by: portmgr (marcus@), ache@ Notes: svn path=/head/; revision=118321
* Fix build with gcc 3.3.1.Max Khon2003-08-121-0/+11
| | | | | | | Approved by: ache (MAINTAINER) Notes: svn path=/head/; revision=86820
* Fix auth for non-OPIE usersAndrey A. Chernov2001-10-021-12/+11
| | | | Notes: svn path=/head/; revision=48351
* Switch to OPIEAndrey A. Chernov2001-07-304-132/+182
| | | | Notes: svn path=/head/; revision=45625
* Remove wrong uidl_found incrementAndrey A. Chernov2001-02-181-135/+94
| | | | | | | | PR: 19038 Submitted by: "Aaron D.Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=38455
* unFORBID this port by closing the overflowKris Kennaway2000-05-251-2/+20
| | | | Notes: svn path=/head/; revision=28742
* 1) Popper always assume that fgets got whole line, so it is easy to makeAndrey A. Chernov2000-04-172-19/+47
| | | | | | | | | | | | fake headers by special long lines aligned to buffer boundary - popper treat them as separate lines. Whole code needs rewriting. As workaround increase MAXLINE to the value sendmail use, hoping sendmail itself not makes longer lines. 2) Fix EUIDL responses not properly \n terminated. Notes: svn path=/head/; revision=27701
* Better error message when the connecting client's IP address isSteve Price1999-12-291-0/+34
| | | | | | | | | | unresolvable. PR: 12618 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=24243
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-3/+3
| | | | Notes: svn path=/head/; revision=21124
* Add a notation about user restriction.SADA Kenji1999-02-261-4/+5
| | | | | | | | PR: ports/10114 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> Notes: svn path=/head/; revision=16904
* add optional youbin supportAndrey A. Chernov1998-08-043-3/+235
| | | | Notes: svn path=/head/; revision=12283
* Upgrade to 2.53Andrey A. Chernov1998-07-183-42/+42
| | | | Notes: svn path=/head/; revision=11954
* Upgrade to 2.52Andrey A. Chernov1998-07-023-51/+63
| | | | Notes: svn path=/head/; revision=11655
* Fix longstanding bug with Content-Length counted in messages sizeAndrey A. Chernov1998-06-301-5/+54
| | | | Notes: svn path=/head/; revision=11632
* Upgrade to 2.5Andrey A. Chernov1998-06-302-188/+38
| | | | Notes: svn path=/head/; revision=11630
* Fix another place with UIDL check tooAndrey A. Chernov1998-06-301-7/+117
| | | | | | | Calculate UIDL size and lines number properly now Notes: svn path=/head/; revision=11620
* Fix two longstanding bugs with Return-Path patchAndrey A. Chernov1998-06-301-42/+87
| | | | | | | | 1) wrong mbox size calculation 2) Return-Path was _never_ sent out Notes: svn path=/head/; revision=11619
* Check password length tooAndrey A. Chernov1998-06-292-53/+82
| | | | | | | Submitted by: idea from "Aaron D. Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=11607
* Add check for max parameter lengthAndrey A. Chernov1998-06-281-0/+72
| | | | | | | Submitted by: "Aaron D. Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=11594
* Use snprintf nowAndrey A. Chernov1998-06-281-5/+80
| | | | Notes: svn path=/head/; revision=11593
* oops, forget to add 1 for newline for max UIDL checkAndrey A. Chernov1998-06-281-1/+1
| | | | Notes: svn path=/head/; revision=11591
* Increase allowed UIDL length to 70 chars per rfc1939Andrey A. Chernov1998-06-281-1/+1
| | | | Notes: svn path=/head/; revision=11590
* Prevent overflow on too long From:Andrey A. Chernov1998-06-281-0/+20
| | | | | | | | Do not return stack buffer Submitted by: "Aaron D. Gifford" <agifford@infowest.com> Notes: svn path=/head/; revision=11589
* Reject too long X-UIDLAndrey A. Chernov1998-06-281-0/+31
| | | | Notes: svn path=/head/; revision=11588
* Fix broken code that people tries to commit again and again despite theAndrey A. Chernov1998-06-282-51/+61
| | | | | | | fact that I am this port maintainer and still alive. Notes: svn path=/head/; revision=11586
* DOH! Correct stupid brain-o with strcat() in my last commit. NowJordan K. Hubbard1998-06-281-20/+20
| | | | | | | popper should get a bit further without dumping core now. :-) Notes: svn path=/head/; revision=11576
* Well, it's always a bad idea to introduce new bugs when trying to fixJoerg Wunsch1998-06-281-1/+1
| | | | | | | | | | one... strncat(3) takes a string as its second arg, and a len as its third one, not the other way round. =:-) The ``consistency'' of the C library sucks, of course. Notes: svn path=/head/; revision=11573
* Close a missing overflow with strcat() in my original changeJordan K. Hubbard1998-06-271-4/+32
| | | | | | | | and add an extra overflow fix to pop_log.c. This is just a place-holder until Peter comes along with a more comprehensive set of patches. Notes: svn path=/head/; revision=11566
* Add -3 to len as room for \n\r\0Andrey A. Chernov1998-06-271-3/+3
| | | | Notes: svn path=/head/; revision=11565
* Deal with a potential buffer overflow problem.Jordan K. Hubbard1998-06-271-0/+41
| | | | | | | | [also, there is a problem in the repo - patch-af is marked as removed but it's not in the Attic!] Notes: svn path=/head/; revision=11557
* Upgrade to 2.41beta1Andrey A. Chernov1997-11-203-59/+49
| | | | Notes: svn path=/head/; revision=8729
* Return-path patch improvement: skip Return-path comes from headersAndrey A. Chernov1997-10-081-7/+29
| | | | | | | | if we already generate our own. Previous variant produce two and more Return-Path'es Notes: svn path=/head/; revision=8175
* Upgrade to 2.4b2Andrey A. Chernov1997-10-075-288/+266
| | | | | | | | | Fix two longstanding bugs in Return-Path patch: 1) possible uninitialized "rpath" variable usage 2) wrong message size, return_path not counted Notes: svn path=/head/; revision=8161
* Upgrade to 2.3Andrey A. Chernov1997-04-234-77/+89
| | | | Notes: svn path=/head/; revision=6272
* Add Net/OpenBSD compatible MAN= macros to makefiles.Paul Traina1997-04-171-4/+6
| | | | | | | Make file copy for new popauth stuff happen at right time. Notes: svn path=/head/; revision=6224
* Fix a compilation error if S/Key support is disabled.Paul Traina1997-04-021-1/+1
| | | | | | | Submitted by: Hoss Firooznia Notes: svn path=/head/; revision=6105
* Optionally allow APOP only authentification modeAndrey A. Chernov1997-04-022-75/+79
| | | | Notes: svn path=/head/; revision=6103
* If this is a UNIX standard mailbox with "From " lines, don't lose thePaul Traina1997-03-081-0/+130
| | | | | | | | | | | envelope-from information in that "From " line. Instead, convert it into a "Return-Path:" line, just as MMDF would do. This is the least obnoxious (standards-wise) way to transmit the envelope-from information in POP. Notes: svn path=/head/; revision=5913
* Move s/key info at the beginning of incorrect password message,Andrey A. Chernov1996-12-101-2/+2
| | | | | | | some client (f.e. Eudora) don't display whole line Notes: svn path=/head/; revision=4918
* New patch for man pages to make them correctly list the file locations.Masafumi Max NAKANE1996-12-061-0/+49
| | | | Notes: svn path=/head/; revision=4821
* Added PREFIX?=/usr/local to the Makefile so that nasty result can beMasafumi Max NAKANE1996-12-061-3/+4
| | | | | | | avoided even if the user typed ``make install'' in the WRKSRC directory. Notes: svn path=/head/; revision=4820
* Additionly report "s/key xx xxxxx (required)" in popper errorAndrey A. Chernov1996-12-042-122/+136
| | | | | | | | | | | | message about incorrect password. It is only chance to bring it to user attention since 99% pop clients don't know about s/key existance and do not prompt for s/key BEFORE sending password. As result of this patch netscape allows reenter with valid s/key now, i.e. it shows needed s/key info in password reentering box after trying first time with incorrect one. Notes: svn path=/head/; revision=4800
* Fix random memory overwrite bugPaul Traina1996-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3900
* Don't turn on debugging by default.Satoshi Asami1996-07-101-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=3332
* Add scripts/pre-install to request POP userid creation.Paul Traina1996-06-221-1/+1
| | | | | | | | | | | | | | Move pop.auth database to ${PREFIX}/etc/popper/pop.auth so that it (a) does not conflict with MH's pop3 database of same name, and (b) so that ${PREFIX}/etc/popper directory can be owned by pop uid so that popauth -init always works. This should cover the last nits regarding this port. Requested by: asami Notes: svn path=/head/; revision=3269
* Fix up a couple of popauth problems in 2.2Paul Traina1996-06-091-1/+30
| | | | Notes: svn path=/head/; revision=3184
* Port of Qualcomm POPPER v2.2.Paul Traina1996-06-081-0/+250
Notes: svn path=/head/; revision=3181