Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Debian Bug#400950, certificate CN overrides --user option. Now it's only a | Matthias Andree | 2006-12-18 | 3 | -4/+8 |
| | | | | | | default and --user takes precedence. svn path=/branches/BRANCH_6-3/; revision=4994 | ||||
* | Revise a bit for clarity. | Matthias Andree | 2006-12-16 | 1 | -4/+6 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4993 | ||||
* | Document that exit codes 24, 25, 26, 28, 29 are internal-use. | Matthias Andree | 2006-12-16 | 1 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4992 | ||||
* | Drop PS_TRUNCATED (27), which is never returned. | Matthias Andree | 2006-12-16 | 4 | -5/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4991 | ||||
* | Patch by Sunil Shetye: | Matthias Andree | 2006-12-16 | 2 | -3/+18 |
| | | | | | | | Track IDLE start time for IMAP, some servers do not reset their internal counters when sending information asynchronously. svn path=/branches/BRANCH_6-3/; revision=4990 | ||||
* | Remove excess no-op strcpy() after strdup() found by Andreas Krennmair. | Matthias Andree | 2006-12-12 | 2 | -1/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4989 | ||||
* | Fix crash on systems that do not provide strdup() in out-of-memory conditions. | Matthias Andree | 2006-12-12 | 3 | -1/+7 |
| | | | | | | Patch by Andreas Krennmair. svn path=/branches/BRANCH_6-3/; revision=4988 | ||||
* | Shuffle 0*.html files from ML archive into contrib/ directory. | Matthias Andree | 2006-12-11 | 7 | -7/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4987 | ||||
* | Call res_init() at the beginning of the poll, if the computer has res_search(). | Matthias Andree | 2006-12-08 | 3 | -3/+27 |
| | | | | | | | | This is supposed to re-read /etc/resolv.conf in order to pick up changes made by dhcpcd, dhclient, pppd, openvpn or similar. To fix Debian Bug #389270 (DNS errors in daemon mode) and others. svn path=/branches/BRANCH_6-3/; revision=4986 | ||||
* | Note that some systems include gettext in libc. | Matthias Andree | 2006-12-08 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4985 | ||||
* | Update. | Matthias Andree | 2006-12-05 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4984 | ||||
* | Update. | Matthias Andree | 2006-12-05 | 1 | -0/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4983 | ||||
* | Update to -rc4. | Matthias Andree | 2006-12-03 | 3 | -812/+376 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4982 | ||||
* | Remove reference of exit code 15 to IMAP IDLE. | Matthias Andree | 2006-11-29 | 2 | -2/+5 |
| | | | | | | Reported by Isaac Wilcox. svn path=/branches/BRANCH_6-3/; revision=4981 | ||||
* | Add. | Matthias Andree | 2006-11-29 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4980 | ||||
* | Detail on missed CAPA probes. | Matthias Andree | 2006-11-29 | 2 | -3/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4979 | ||||
* | Detail on missing CAPA probes. | Matthias Andree | 2006-11-29 | 2 | -3/+6 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4978 | ||||
* | Add Ian D. Allen's 'lack of detail' issue for 6.3.7. | Matthias Andree | 2006-11-29 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4977 | ||||
* | Fix bogus authentication failure with --auth password when CAPA fails. | Matthias Andree | 2006-11-29 | 1 | -9/+13 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4976 | ||||
* | Update to -rc3. | Matthias Andree | 2006-11-27 | 1 | -38/+38 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4975 | ||||
* | Fix +GSS feature reporting. | Matthias Andree | 2006-11-27 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4974 | ||||
* | Update. | Matthias Andree | 2006-11-27 | 1 | -2/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4972 | ||||
* | Bump version. | Matthias Andree | 2006-11-27 | 14 | -251/+263 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4971 | ||||
* | - mark CAPA as done even if it fails | Matthias Andree | 2006-11-27 | 1 | -24/+46 |
| | | | | | | | | | | | - do not override strong authenticators to PASSWORD if CAPA fails - let TLS code cater for failing CAPA (and break the connection if TLS is mandatory, but CAPA fails) - prevent USER/PASS authentication if other authenticators are configured - trash shroud store after use svn path=/branches/BRANCH_6-3/; revision=4970 | ||||
* | Plug a tiny memory leak when recovering from TLS-related socket errors. | Matthias Andree | 2006-11-27 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4969 | ||||
* | Fix typo. | Matthias Andree | 2006-11-27 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4968 | ||||
* | Enshroud RPOP password in local logs. | Matthias Andree | 2006-11-27 | 1 | -1/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4967 | ||||
* | Complain if strong authentication is requested. | Matthias Andree | 2006-11-27 | 1 | -0/+8 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4966 | ||||
* | Trash shroud store. | Matthias Andree | 2006-11-27 | 2 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4965 | ||||
* | Update. | Matthias Andree | 2006-11-26 | 1 | -18/+44 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4964 | ||||
* | Be sure that CAPA is probed before TLS. | Matthias Andree | 2006-11-26 | 1 | -1/+15 |
| | | | | | | | Needed to avoid bogus login failures if the upstream offers STLS. Patch by Isaac Wilcox. svn path=/branches/BRANCH_6-3/; revision=4963 | ||||
* | First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete. | Matthias Andree | 2006-11-26 | 5 | -106/+145 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4962 | ||||
* | Update to 6.3.6-rc3. | Matthias Andree | 2006-11-23 | 2 | -18/+17 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4961 | ||||
* | Add list messages, top-level for the nonce. | Matthias Andree | 2006-11-22 | 6 | -1/+390 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4960 | ||||
* | Block this script. | Matthias Andree | 2006-11-22 | 1 | -1/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4959 | ||||
* | Block this script. | Matthias Andree | 2006-11-22 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4958 | ||||
* | Fix %files section for systems with dual 32-/64-bit libs (x86_64). | Matthias Andree | 2006-11-22 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4957 | ||||
* | ccil.org -> example.org | Matthias Andree | 2006-11-22 | 1 | -4/+4 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4956 | ||||
* | Add CVE Id. | Matthias Andree | 2006-11-21 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4955 | ||||
* | Fix typo in Neil Hoggarth's name. | Matthias Andree | 2006-11-20 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4954 | ||||
* | snapshot 6.3.6-rc3 | Matthias Andree | 2006-11-19 | 11 | -44/+89 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4952 | ||||
* | Drop this, it's documented. | Matthias Andree | 2006-11-19 | 1 | -4/+0 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4951 | ||||
* | Bump version. | Matthias Andree | 2006-11-19 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4950 | ||||
* | Mention translation updates. | Matthias Andree | 2006-11-19 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4949 | ||||
* | Bump version. | Matthias Andree | 2006-11-19 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4948 | ||||
* | Promote regression fix to a security fix. | Matthias Andree | 2006-11-19 | 1 | -9/+9 |
| | | | | | | Reword TLS security fix. svn path=/branches/BRANCH_6-3/; revision=4947 | ||||
* | Support lockfiles in non-writable directories. | Matthias Andree | 2006-11-19 | 3 | -2/+20 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4946 | ||||
* | Add new DoS advisory. | Matthias Andree | 2006-11-19 | 2 | -0/+83 |
| | | | | | | Ship 2006-02 and 2006-03 advisories. svn path=/branches/BRANCH_6-3/; revision=4945 | ||||
* | Update to 6.3.6-rc2. | Matthias Andree | 2006-11-19 | 2 | -21/+24 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4944 | ||||
* | Update to 6.3.6-rc2 | Matthias Andree | 2006-11-16 | 1 | -13/+10 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4943 |