aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* Put pointer to FAQ in parentheses.Matthias Andree2005-09-221-1/+1
| | | | svn path=/trunk/; revision=4317
* Add full support for --service option.Matthias Andree2005-09-211-1/+1
| | | | svn path=/trunk/; revision=4308
* Revise error messages, suggested by Thomas Wolff.Matthias Andree2005-09-211-1/+3
| | | | svn path=/trunk/; revision=4306
* Large protocol independence patch.Matthias Andree2005-08-281-136/+5
| | | | svn path=/trunk/; revision=4280
* Don't convert service to port and back, but pass service to plugin.Matthias Andree2005-08-031-3/+1
| | | | svn path=/trunk/; revision=4233
* Remove junk.Matthias Andree2005-08-031-4/+0
| | | | svn path=/trunk/; revision=4232
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-7/+11
| | | | svn path=/trunk/; revision=4219
* Cleanup: Drop inner_connect and ipv6-connect.c.Matthias Andree2005-08-011-8/+0
| | | | svn path=/trunk/; revision=4214
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵Matthias Andree2005-07-301-24/+2
| | | | | | library is no longer available. svn path=/trunk/; revision=4192
* Merge SuSE's fetchmail-6.2.5-implicit-declaration.patchMatthias Andree2005-04-251-0/+11
| | | | svn path=/trunk/; revision=4036
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-14/+1
| | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996
* SSL validation handling fixes by Brian Candler.Matthias Andree2004-11-101-13/+21
| | | | svn path=/trunk/; revision=3991
* Honor sslcertpath setting even if sslcertck is unset. Patch by Brian Candler.Matthias Andree2004-11-081-2/+2
| | | | svn path=/trunk/; revision=3987
* Fix miscellaneous warnings.Matthias Andree2004-10-201-1/+7
| | | | svn path=/trunk/; revision=3953
* Safe fixes for compiler warnings.Matthias Andree2004-08-091-6/+3
| | | | svn path=/trunk/; revision=3929
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-3/+3
| | | | svn path=/trunk/; revision=3903
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-6/+3
| | | | svn path=/trunk/; revision=3901
* Fix various compiler warnings.Matthias Andree2004-06-181-4/+4
| | | | svn path=/trunk/; revision=3899
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-6/+6
| | | | svn path=/trunk/; revision=3875
* SSL stuff actually builds.Eric S. Raymond2003-10-101-0/+1
| | | | svn path=/trunk/; revision=3839
* Merge in various small fixes, including two remote DOSEric S. Raymond2003-10-101-0/+21
| | | | svn path=/trunk/; revision=3838
* Ready to ship.Eric S. Raymond2003-08-061-2/+5
| | | | svn path=/trunk/; revision=3831
* Yet another round of fixes.Eric S. Raymond2003-07-171-0/+41
| | | | svn path=/trunk/; revision=3819
* IDLE implementation.Eric S. Raymond2003-02-281-0/+2
| | | | svn path=/trunk/; revision=3794
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-0/+2
| | | | svn path=/trunk/; revision=3772
* Sunil's code-duplication cleanup patch.Eric S. Raymond2002-06-221-10/+4
| | | | svn path=/trunk/; revision=3651
* Cygwin fixes.Eric S. Raymond2002-06-071-34/+44
| | | | svn path=/trunk/; revision=3635
* Cygwin port patch.Eric S. Raymond2002-05-241-2/+19
| | | | svn path=/trunk/; revision=3617
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-34/+44
| | | | svn path=/trunk/; revision=3603
* Minor fixes.Eric S. Raymond2002-03-091-2/+2
| | | | svn path=/trunk/; revision=3584
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-5/+15
| | | | svn path=/trunk/; revision=3578
* Make silent mode silent.Eric S. Raymond2001-12-251-2/+5
| | | | svn path=/trunk/; revision=3567
* Minor fixes from Henrique.Eric S. Raymond2001-12-191-1/+1
| | | | svn path=/trunk/; revision=3566
* Sicket leak avoidance.Eric S. Raymond2001-11-081-2/+35
| | | | svn path=/trunk/; revision=3545
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-2/+2
| | | | svn path=/trunk/; revision=3543
* _( -> GT_(Eric S. Raymond2001-09-241-32/+32
| | | | svn path=/trunk/; revision=3478
* Don't rely on snprintf.Eric S. Raymond2001-07-041-0/+4
| | | | svn path=/trunk/; revision=3393
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-1/+6
| | | | svn path=/trunk/; revision=3366
* Fix patches from HMH and others.Eric S. Raymond2001-05-211-65/+46
| | | | svn path=/trunk/; revision=3317
* SSL certification handling.Eric S. Raymond2001-05-141-43/+129
| | | | svn path=/trunk/; revision=3314
* SA_RESTART and portability fixes.Eric S. Raymond2001-05-121-0/+1
| | | | svn path=/trunk/; revision=3301
* Cleanup patch.Eric S. Raymond2001-04-101-3/+3
| | | | svn path=/trunk/; revision=3288
* Added sslproto.Eric S. Raymond2001-03-031-2/+16
| | | | svn path=/trunk/; revision=3183
* Fix a fatal error in Dave Zarzycki's plugin parser.Eric S. Raymond2001-02-191-2/+2
| | | | svn path=/trunk/; revision=3125
* Dave Zarzycki's fixes.Eric S. Raymond2001-02-101-19/+45
| | | | svn path=/trunk/; revision=3039
* Samuel Leo's LMTP enhancement.Eric S. Raymond2000-12-061-0/+26
| | | | svn path=/trunk/; revision=2995
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-8/+20
| | | | svn path=/trunk/; revision=2981
* Before showdots,Eric S. Raymond2000-10-081-9/+15
| | | | svn path=/trunk/; revision=2975
* Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-3/+3
| | | | svn path=/trunk/; revision=2967
* Try to get the typing right.Eric S. Raymond2000-08-121-2/+2
| | | | svn path=/trunk/; revision=2949