summaryrefslogtreecommitdiff
path: root/mail/popper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-3/+3
| | | | Notes: svn path=/head/; revision=21124
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* 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
* Remove more manpages, as part of the great manpage removal project.Tim Vanderhoek1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12567
* add optional youbin supportAndrey A. Chernov1998-08-044-5/+246
| | | | Notes: svn path=/head/; revision=12283
* Make full pop debugging optionalAndrey A. Chernov1998-08-021-2/+5
| | | | Notes: svn path=/head/; revision=12255
* Upgrade to 2.53Andrey A. Chernov1998-07-185-47/+47
| | | | Notes: svn path=/head/; revision=11954
* Upgrade to 2.52Andrey A. Chernov1998-07-025-56/+68
| | | | Notes: svn path=/head/; revision=11655
* path changed backAndrey A. Chernov1998-07-011-2/+2
| | | | Notes: svn path=/head/; revision=11635
* eudora goes oldAndrey A. Chernov1998-06-301-2/+2
| | | | Notes: svn path=/head/; revision=11634
* 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-304-192/+42
| | | | Notes: svn path=/head/; revision=11630
* Enable debugging codeAndrey A. Chernov1998-06-301-2/+2
| | | | Notes: svn path=/head/; revision=11621
* 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
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-3/+3
| | | | Notes: svn path=/head/; revision=9161
* Upgrade to 2.41beta1Andrey A. Chernov1997-11-205-70/+60
| | | | Notes: svn path=/head/; revision=8729
* Add 'exit 0'Andrey A. Chernov1997-10-101-0/+1
| | | | Notes: svn path=/head/; revision=8196
* Change maintainer to match reality -- Sorry AndreyPaul Traina1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8185
* Remove NO_PACKAGE and add pkg/REQ insteadAndrey A. Chernov1997-10-083-5/+15
| | | | Notes: svn path=/head/; revision=8179
* 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
* Fix permissions of installed popperAndrey A. Chernov1997-10-071-2/+2
| | | | Notes: svn path=/head/; revision=8162
* Upgrade to 2.4b2Andrey A. Chernov1997-10-077-293/+303
| | | | | | | | | 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-236-84/+95
| | | | 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-023-76/+85
| | | | 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
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-2/+2
| | | | | | | And clean up variable ordering (as shown in the handbook) as little. Notes: svn path=/head/; revision=4382
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Fix random memory overwrite bugPaul Traina1996-09-301-1/+1
| | | | Notes: svn path=/head/; revision=3900