gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib


From: gsasl-commit
Subject: CVS gsasl/lib
Date: Sat, 01 Jan 2005 20:55:43 +0100

Update of /home/cvs/gsasl/lib
In directory dopio:/tmp/cvs-serv23117

Modified Files:
        ChangeLog 
Log Message:


--- /home/cvs/gsasl/lib/ChangeLog       2004/12/15 18:59:12     1.16
+++ /home/cvs/gsasl/lib/ChangeLog       2005/01/01 19:55:43     1.17
@@ -1,3 +1,552 @@
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * digest-md5/Makefile.am: Fix distcheck.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po,
+       po/sv.po: Generated.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * NEWS: Version 0.2.4.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * src/init.c: Prefer CRAM-MD5 over DIGEST-MD5.  Decision based on
+       available public analysis that MD5 is broken, but HMAC-MD5 still
+       likely secure, and the lack of public analysis of the consequences
+       of the MD5 break for DIGEST-MD5.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * po/ro.po: Sync with TP.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * NEWS: Fix.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * gl/lgetdelim.c: Update.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * gl/lgetdelim.c, gl/lgetdelim.h, gl/lgetline.c, gl/lgetline.h:
+       Update.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * gl/Makefile.am, gl/m4/lgetdelim.m4, gl/m4/lgetline.m4: Update.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * gl/base64.c, gl/base64.h, gl/Makefile.am, gl/lgetdelim.c,
+       gl/lgetdelim.h, gl/lgetline.c, gl/lgetline.h, gl/m4/gnulib.m4,
+       gl/m4/lgetdelim.m4, gl/m4/lgetline.m4, gl/m4/strdup.m4: Update.
+
+2005-01-01  Simon Josefsson <address@hidden>
+
+       * configure.ac: Need lgetline.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * digest-md5/server.c: Use correct constants.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * digest-md5/server.c: Disable qop auth-conf, and ciphers, for now.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/server.c, digest-md5/session.c,
+       digest-md5/tokens.h: Fix warnings.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * src/gsasl.h.in: Add gsasl_simple_getpass.  Remove
+       gsasl_md5pwd_get_password.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * anonymous/mechinfo.c, cram-md5/mechinfo.c, digest-md5/client.c,
+       digest-md5/digesthmac.c, digest-md5/digesthmac.h,
+       digest-md5/free.c, digest-md5/free.h, digest-md5/getsubopt.c,
+       digest-md5/mechinfo.c, digest-md5/parser.c, digest-md5/parser.h,
+       digest-md5/printer.c, digest-md5/printer.h, digest-md5/server.c,
+       digest-md5/session.c, digest-md5/test-parser.c,
+       digest-md5/tokens.h, digest-md5/validate.c, digest-md5/validate.h,
+       external/mechinfo.c, external/server.c, gssapi/client.c,
+       gssapi/mechinfo.c, gssapi/server.c, login/login.h,
+       login/mechinfo.c, ntlm/mechinfo.c, ntlm/x-ntlm.h, plain/mechinfo.c,
+       plain/server.c, securid/mechinfo.c, src/callback.c, src/gsasl.h.in,
+       src/md5pwd.c: Indent.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * digest-md5/parser.c: Fix comment.
+
+2004-12-27  Simon Josefsson <address@hidden>
+
+       * digest-md5/Makefile.am: Dist README.
+
+2004-12-26  Simon Josefsson <address@hidden>
+
+       * configure.ac: Bump versions.
+
+2004-12-26  Simon Josefsson <address@hidden>
+
+       * NEWS: Fix.
+
+2004-12-26  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2004-12-26  Simon Josefsson <address@hidden>
+
+       * src/gsasl.h.in, src/internal.h, src/property.c, src/xfinish.c:
+       Revert and remove qop, maxbuf until we need them.
+
+2004-12-26  Simon Josefsson <address@hidden>
+
+       * po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po,
+       po/sv.po: Sync with TP.
+
+2004-12-22  Simon Josefsson <address@hidden>
+
+       * digest-md5/server.c: Fix comment.
+
+2004-12-22  Simon Josefsson <address@hidden>
+
+       * digest-md5/server.c: Remove debug code.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * digest-md5/parser.c, digest-md5/validate.c: Doc fix.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * digest-md5/parser.c, digest-md5/validate.c: Doc fix.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * digest-md5/README: Fix.F
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Simplify.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Fix mem leak.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Typo.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Fix logic.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Typo.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Reject invalid input.  More SASLprep.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: SASLprep client string too.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * src/property.c: Handle malloc==NULL.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * NEWS, src/error.c, src/gsasl-compat.h, src/gsasl.h.in: Deprecate
+       GSASL_INVALID_HANDLE.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * src/xstep.c: Assume sctx.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * NEWS, src/error.c, src/gsasl-compat.h, src/gsasl.h.in,
+       src/md5pwd.c, src/obsolete.c: Replace gsasl_md5pwd_get_password
+       with gsasl_simple_getpass, and update callers.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * configure.ac, src/Makefile.am: Add --disable-obsolete.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Fix parse check.
+
+2004-12-20  Simon Josefsson <address@hidden>
+
+       * plain/server.c: Use new API.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/validate.c: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c: Add FIXME.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c: Use auth qop.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/session.c: Don't use uint32_t nor htonl.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/server.c: Fix warning.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/server.c, digest-md5/session.c:
+       Fix uint32_t uses.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/Makefile.am: Need libgl.la.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * NEWS: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * configure.ac: Re-enable DIGEST-MD5.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/parser.c, digest-md5/server.c:
+       Fix warnings.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/digesthmac.h: Add doc.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/README: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/free.c, digest-md5/parser.c, digest-md5/tokens.h: Use
+       static buffer for response->rspauth.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/Makefile.am, digest-md5/shared.c, digest-md5/shared.h:
+       Remove.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/server.c: Rewrite, unfinished, but still probably an
+       improvement.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/validate.c: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c: Simplify.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/digesthmac.c: Zero terminate.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/server.c, digest-md5/session.c,
+       digest-md5/session.h: Modularize session.*.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/digesthmac.h, digest-md5/tokens.h: Move.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/test-parser.c: Add.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/shared.h: Remove.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c, digest-md5/digesthmac.c,
+       digest-md5/digesthmac.h, digest-md5/server.c: Fix API.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/client.c: Rewrite, unfinished but probably still an
+       improvement.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/shared.c, digest-md5/shared.h: Remove.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/server.c: Use new API (temporarily).
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/Makefile.am, digest-md5/digesthmac.c,
+       digest-md5/digesthmac.h, digest-md5/test-parser.c: Modularize
+       digest computation into digesthmac.*.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/README: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * src/property.c: Clear buffer before calling obsolete callbacks,
+       for buggy callbacks.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * src/xfinish.c: Free more.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * gl/alloca_.h: Update.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * src/gsasl.h.in: Add.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/free.c: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/parser.c, digest-md5/parser.h,
+       digest-md5/test-parser.c: Use string length indicator in parser
+       API.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/printer.c: Typo.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * src/internal.h: Typo.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * src/gsasl.h.in, src/internal.h, src/property.c: Add qop property.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/printer.c: Fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/test-parser.c: fix.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/printer.c: Validate input.  Fix printf call.
+
+2004-12-19  Simon Josefsson <address@hidden>
+
+       * digest-md5/Makefile.am, digest-md5/free.c, digest-md5/free.h: Add

[155 lines skipped]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]