Next | Query returned 241 messages, browsing 181 to 190 | Previous

History of commit frequency

CVS Commit History:


   2006-04-14 21:01:53 by Geert Hendrickx | Files touched by this commit (2)
Log message:
Update dovecot to 1.0beta7:

+ Added shutdown_clients setting to control if existing imap/pop3 processes
  should be killed when master is.
- Master login fixes, PLAIN authentication was still broken..
   2006-04-12 20:19:16 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Update to 1.0beta6:

v1.0.beta6 2006-04-12

        * The login and master usernames were reversed when using
          master_user_separator (now the order is UW-IMAP compatible).
        * Killing dovecot master process now kills all IMAP and POP3
          processes also.

        + -a parameter to dovecot prints now all settings that Dovecot uses.
          -n prints all settings that are different from defaults.
        + Added pop3_lock_session setting
        + %M modifier returns string's MD5 sum. Patch by Ben Winslow
        - PLAIN SASL authentication wasn't working properly, causing failed
          logins with some clients (broken in beta4)
        - Fixes to Maildir++ quota, should actually work now
        - Don't crash if passwd-file has entries without passwords
          (eg. deny=yes databases)
        - Fixed prefetch userdb to work nicely with other userdbs
        - If master process runs out of file descriptors, don't go to
          infinite loop (unlikely to have happened unless the OS's default
          fd limit was too low)
        - Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman
        - %U modifier was actually lowercasing the string. Patch by
	  Ben Winslow
   2006-04-04 11:38:46 by Geert Hendrickx | Files touched by this commit (8)
Log message:
Update Dovecot from 1.0beta3 to 1.0beta5.  The beta4 release had SSL issues
which were fixed again in beta5.

patch-ac and patch-ad were taken from CVS and are not needed anymore.

Changes in Dovecot 1.0beta4:
	* Changed the default lock_method back to fcntl. Apparently flock
	  gives problems with some systems.
	* mbox: mailboxes beginning with '.' are now also listed
	* Replaced mail_use_modules and mail_modules settings with mail_plugins
	  and mail_plugin_dir. Now instead of loading all plugins from the
	  directory, you'll have to give a list of plugins to load. If the
	  plugin couldn't be loaded, the process exits instead of just
	  ignoring the problem (this is important with ACL plugin).

	+ Added support for "master users" who can log in as other people.
	  The master username can be given either in authorization ID
	  string with SASL PLAIN mechanism or by setting
	  auth_master_user_separator and giving it within the normal username
	  string.
	+ Added ACL plugin with ACL file backend. This however doesn't mean
	  that there yet exists a proper shared folder support. If master user
	  logged in as someone else, the ACLs are checked as the master user.
	+ Added some Dovecot extensions to checkpassword passdb, see ChangeLog
	+ Updated passwd-file format to allow specifying any key=value fields
	+ Maildir++ quota support and several quota fixes
	+ passdb supporting extra fields: Added "allow_nets" option which takes
	  a comma separated list of IPs/networks where to allow user to log in.
	+ NFS: Handle ESTALE errors the best way we can
	+ IMAP now writes to log when client disconnects
	+ In shared mailboxes (if dovecot-shared file exists) \Seen flags are
	  now kept only in index files, so as long as each user has a separate
	  index file they have separate \Seen flags.
	- Fixes to DIGEST-MD5 realm handling so it works with more clients
	- BODYSTRUCTURE -> BODY conversion from cache file was broken with
	  mails containing message/rfc822 parts.
	- Fixed several memory leaks
	- We could have sent client FETCH notifications about messages before
	  telling about them with EXISTS
	- Compiling fixes for Solaris and some other OSes
	- Fixed problem with internal timeout handling code, which caused eg.
	  outlook-idle workaround to break.
	- If /dev/urandom didn't exist, we didn't seed OpenSSL's random number
	  generator properly. Patch by Vilmos Nebehaj.
	- Maildir: Recent flags weren't always immediately removed from mails
	  when mailbox was opened.
	- Several changes to SSL proxying code, hopefully making it work
	  better.

Changes in Dovecot 1.0beta5:
	- Beta4's SSL proxying rewrite worked worse than I thought.
	  Reverted it back to original code.
	- Filesystem quota plugin now looks up the mount path correctly.
   2006-03-13 10:35:27 by Geert Hendrickx | Files touched by this commit (2)
Log message:
Revert tv's last commit: the paths in the config file ARE the real defaults
(we've patched them).  Wanted to wait with this for dovecot1.0beta4 but this
takes longer than I thought.  Not worth bumping PKGREVISION, IMO.

Ok with tv.
   2006-03-11 04:58:57 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Rewrite DESCR. In particular, do not say "in the
early stages of development".
(Sorry I can't recall where I got this. It has been in my pkgsrc since
at least Dec. 20.)
   2006-02-12 20:13:49 by Mark Davies | Files touched by this commit (3)
Log message:
Add option to enable GSSAPI support and patch a bug in the GSSAPI code.
   2006-02-12 03:47:32 by grant beattie | Files touched by this commit (4)
Log message:
- add kqueue option (off by default - perhaps it should be on by
  default at the next version bump?)
- set SSL_{CFLAGS,LIBS} when calling configure script so they are
  found correctly on Solaris, and make the configure script do what it
  claims and ignore pkg-config when these are set.
- add lib-sql Makefile patch from Dovecot CVS so this builds correctly
  when no SQL auth support is built.
   2006-02-10 13:20:56 by Todd Vierling | Files touched by this commit (3)
Log message:
Remove the clause in dovecot-example.conf comments about configured paths,
as was done in wip/dovecot-nightly.  That comment is misleading with
pkgsrc, since those paths are not what pkgsrc encodes into the conf file.

Bump PKGREVISION (unfortunate, but there will be another beta pretty
soon anyway).
   2006-02-09 10:09:28 by Geert Hendrickx | Files touched by this commit (1)
Log message:
Remove ssl from PKG_SUPPORTED_OPTIONS because it's in a PKG_OPTIONS_GROUP now.
   2006-02-08 14:43:49 by Geert Hendrickx | Files touched by this commit (3)
Log message:
Update Dovecot to 1.0beta3.  Changes include:

  * Dotlock code changed to timeout faster in some situations when
    the lock file is old.
  + Added support for loading SQL drivers dynamically (see INSTALL file for how
    to build them)
  + Keywords are stored to dboxes, and other dbox improvements.
  + dict-sql could actually work now, making quota-in-sql-database possibly
    working now (not fully tested)
  + Added mail storage conversion plugin to convert automatically from one
    mailbox format to another while user logs in. Doesn't preserve UIDVALIDITY/
    UIDs though.
  + Added plugin { .. } section to dovecot.conf for passing parameters to
    plugins (see dovecot-example.conf).
  + Added ssl-build-param binary which is used to generate ssl-parameters.dat.
    Main dovecot binary doesn't anymore link to SSL libraries, and this also
    makes the process title be clearer about why the process is eating all the
    CPU.
  - Fix building without OpenSSL
  - Fixed memory leak in MySQL driver
  - Fixes to checkpassword
  - Broken Content-Length header could have broken mbox opening
  - Fixed potential hangs after APPEND command
  - Fixed potential crashes in dovecot-auth and imap/pop3-login
  - zlib plugin now links with -lz so it could actually work
  - kqueue fixes by Vaclav Haisman

Also, change the package's name to 1.0beta3 (from 1.0b2), since "beta" \ 
is what
pkgsrc recognizes according to pkg_info(1).  (sorry tv, I thought it was \ 
"b".)

Next | Query returned 241 messages, browsing 181 to 190 | Previous