1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
|
0.58
2005-12-08 Mr. Sam <mrsam@courier-mta.com>
* authpam.c (dopam): Re-enable pam_acct_mgmt hook.
2005-11-16 Mr. Sam <mrsam@courier-mta.com>
* preauthshadow.c: Add support for shadow password expiration --
based on Krzysztof Oledzki <ole@ans.pl>'s patch.
2005-10-04 Brian Candler <B.Candler@pobox.com>
* authdaemonrc.in (LOGGEROPTS): Add a section for LDAP environment
variable options.
2005-09-30 Mr. Sam <mrsam@courier-mta.com>
* authdaemonlib.c (opensock): Configurable daemon socket timeout,
based on a patch by Rodrigo Salinas <rodrigo@facea.uchile.cl>.
2005-09-30: Michael Richard <michael.richard@cesart.com>
* authldaplib: Replace LDAP_SERVER and LDAP_PORT settings with
LDAP_URI, which obsoletes LDAP_TLS.
2005-09-18 Mr. Sam <mrsam@courier-mta.com>
* authldaplib.c (auth_ldap_do2): Fix LDAP error checking.
2005-09-03 Mr. Sam <mrsam@courier-mta.com>
* authinfo.c (getmgid): Fix misleading error message.
2005-08-10 "Johnny C. Lam" <jlam@NetBSD.org>
* authpipelib.c: Include sys/time.h
0.57
2005-07-16 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Update to automake 1.9, autoconf 2.59, libtool 1.5.6.
2005-07-12 Mr. Sam <mrsam@courier-mta.com>
* authlib: create the authtest and authpasswd manual pages.
2005-07-09 Mr. Sam <mrsam@courier-mta.com>
* authldaplib.c (auth_ldap_do3): Fix call of authcryptpasswd().
* authpgsqllib.c (auth_pgsql_setpass): Ditto.
* authmysqllib.c (auth_mysql_setpass): Ditto.
* cryptpassword.c (authcryptpasswd): Fix handling of encryption hints.
* checkpassword.c (do_authcheckpassword): Ignore {CRYPT} prefix on
crypted passwords.
* checkpasswordsha1.c (authcheckpasswordsha1): Fix {SHA256} passwords.
* authmysqllib.c (auth_mysql_setpass): Fix a memory leak.
2005-07-06 Willi Mann <willi@wm1.at>
* authdaemond.c: Strip full name/gecos field after the first comma.
2005-07-04 Brian Candler <B.Candler@pobox.com>
* liblog/logger.c: Fix wrong args to setuidgid().
* README_authlib.sgml: Document updated authpipe protocol.
* authdaemond: Pass LOGGEROPTS option to authdaemond.
2005-07-02 Mr. Sam <mrsam@courier-mta.com>
* liblog/logger.c: Added -droproot option to courierlogger.
* liblock/lockdaemon.c: Try to recover if upgraded daemon process runs
under a different uid.
2005-07-01 Brian Candler <B.Candler@pobox.com>
* Changed -uid and -gid options to -user and -group for consistency
with couriertcpd. Change them to affect courierlogger itself,
after it has spawned any child.
* Optional default domain for authentication requests.
2005-07-02 Mr. Sam <mrsam@courier-mta.com>
* Makefile.am: Refactor the linking process to make it more portable.
2005-06-30 Brian Candler <B.Candler@pobox.com>
* authdaemon.c (auth_generic): Silly bug in auth_generic().
* authpipe: more fixes to the authpipe module.
2005-05-14 Christian Loitsch <christian@fgecko.com>
* authpipe: various fixes to the authpipe module.
0.56
2005-05-08 Mr. Sam <mrsam@courier-mta.com>
* courier-authlib.sysvinit: Remove lockfile after stop.
2005-04-07 Mr. Sam <mrsam@courier-mta.com>
* authpipe.c (auth_pipe_pre): Fix zombies created by the authpipe
module.
2005-03-20 Christian Loitsch <courier-imap@abc.fgecko.com>
* New authpipe authentication module.
2005-03-20 Brian Candler <B.Candler@pobox.com>
* Fix the error code when an empty password is provided.
* authldap.schema: Add mailhost to the recommended LDAP schema.
0.55
2005-03-02 Mr. Sam <mrsam@courier-mta.com>
* authsystem.passwd.in: Explicitly set LC_ALL to en_US
2005-02-20 Mr. Sam <mrsam@courier-mta.com>
* SASL: Added CRAM-SHA256 authentication method (experimental).
2005-02-19 Mr. Sam <mrsam@courier-mta.com>
* courierauthdebug.h: Macro dprintf conflicts with new glibc.
0.54
2005-01-31 Mr. Sam <mrsam@courier-mta.com>
* authmigrate.in (rc): Fix - userdb file does not have to have a
leading ##VERSION
2005-01-19 Brian Candler <B.Candler@pobox.com>
* userdb/makeuserdb.in: Report dangling symlinks.
0.53
2005-01-11 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Typo fix.
2005-01-05 Mr. Sam <mrsam@courier-mta.com>
* Makefile.am (uninstall-hook): pw2userdb was not being installed.
0.52
2005-01-01 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Fix gdbm/bdb check. Try to autoprobe for Solaris
linker.
2004-12-05 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Fix courierauthconfig --cppflags, new option to the
configure script: --without-stdheaderdir
2004-12-03 Mr. Sam <mrsam@courier-mta.com>
* courierauthconfig: --version prints package version.
--version=V print "yes" if package version is at least V.
2004-12-01 Mr. Sam <mrsam@courier-mta.com>
* liblog/logger.c: Added -uid and -gid options to courierlogger.
2004-11-29 Brian Candler <B.Candler@pobox.com>
* authldaplib.c: Use persistent connections for authenticated binds
when using LDAPv3. Use the LDAP_OPT_NETWORK_TIMEOUT setting,
initialized from the configuration file, if provided (OpenLDAP).
If using authenticated binds, a password change is done under the
user's credentials, instead of the admin's.
2004-11-24 Brian Candler <B.Candler@pobox.com>
* README.authdebug.html: document temporary failure messages.
2004-11-24 Mr. Sam <mrsam@courier-mta.com>
* courier-authlib.spec.in: Move the userdb scripts in sbindir from
main package to the userdb subpackage.
2004-11-24 Brian Candler <B.Candler@pobox.com>
* authuserdb.c: Fix error handling in userdb CRAM.
* userdb-test-cram-md5: Helper script for verifying C/R authentication.
2004-11-20 Brian Candler <B.Candler@pobox.com>
* Additional debug messages.
2004-11-13 Brian Candler <B.Candler@pobox.com>
* mysql/pgsql fixes; other misc fixes
2004-11-16 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Fix mysql/pgslq autodetection
2004-11-13 Brian Candler <B.Candler@pobox.com>
* authdaemond: Fix bug in account enumeration function.
* authdaemond: Return individual account options when enumerating
accounts. Affects mysql, ldap, pgsql modules. mysql and pgsql
enumeration filter must now return one more column. Added an ldap
enumeration filter. New option to authenumerate, -o, includes
account options in the output. New option, -s, suppressed accounts
that have the disableshared option set.
* authmysql, authpgsql: Additional debugging.
* authmysql, authpgsql, authldap: Replaced enumeration function,
more efficient memory usage with large accounts.
* authldap: Suggested account schema has uid and gid optional, because
global uid and gids may be set in authldaprc instead.
* authvchkpw: Fix vpopmail compilation.
2004-11-10 Mr. Sam <mrsam@courier-mta.com>
* configure.in: Do not disable mysql + pgsql if vchkpw lib was found.
2004-11-09 Brian Candler <B.Candler@pobox.com>
* authdaemond.c: New DEFAULTOPTIONS setting.
2004-11-04 Mr. Sam <mrsam@courier-mta.com>
* authdaemonlib.c (s_connect): Wait for connection to authdaemond
only if async connect() failed with EINPROGRESS.
2004-11-03 Mr. Sam <mrsam@courier-mta.com>
* Makefile.am (SUBDIRS): Ok, only build in bdbobj/gdbmobj according
to what autoconf finds.
* authldaplib.c (auth_ldap_do3): Fix LDAP driver.
2004-11-03 Brian Candler <B.Candler@pobox.com>
* Makefile.am: Fixes.
2004-10-30 Mr. Sam <mrsam@courier-mta.com>
* authinfo.c: Added mailuid= and mailgid=
2004-10-21 Mr. Sam <mrsam@courier-mta.com>
* Makefile.am (libcourierauthsaslclient_la_SOURCES): Factored out
SASL client support into libcourierauthsaslclient.la
2004-10-21 Brian Candler <B.Candler@pobox.com>
* Makefile.am: Fixes.
2004-10-16 Mr. Sam <mrsam@courier-mta.com>
* authldap.schema: Added disableimap, disablepop3, disablewebmail,
and sharedgroup.
2004-10-07 Mr. Sam <mrsam@courier-mta.com>
* authsyschangepwd.c (dochangepwd): Do not reset the environment
before exec-ing expect.
2004-10-04 Mr. Sam <mrsam@courier-mta.com>
* Merged authuserdb with authcram. Fixed CRAM password changes.
Do not reset the environment before exec-ing userdb and makeuserdb.
|