]> git.ipfire.org Git - thirdparty/cups.git/history - cups/auth.c
Changelog.
[thirdparty/cups.git] / cups / auth.c
2013-03-13  mikeLocal certificate authentication did not guard against...
2013-02-25  mikeUpdate libcups to not use any deprecated APIs (other...
2012-09-07  mikeStop using strcpy.
2012-08-30  mikeAdd support for higher-level PIN printing, external...
2012-04-23  mikeUpdate copyrights on all documentation.
2012-02-15  mikeFix authentication with certain printers.
2011-10-12  mikeFix build problems on Mac OS X 10.7.
2011-09-01  mikeFix some clang-reported warnings.
2011-05-20  mikeFix GSS authentication bug.
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-12  mikeFix compiler warnings and clean up the Xcode project...
2011-05-04  mikeAdd XPC support for IPP backend, allowing it to get...
2011-05-02  mikeAdd _cupsGSSServiceName private API.
2011-05-01  mikeUse GSS framework, when available, and support acquisit...
2011-04-20  mikeFix some clang-reported warnings and add ippserver...
2011-03-28  mikeClean up some of the Kerberos changes, and add support...
2011-03-25  mikeDon't use root certificates when we have authrefs.
2011-03-12  mikeUpdate authref code to disallow PeerCred when the corre...
2011-03-04  mikeRefactor the changes for STR #3768 in CUPS 1.5 so that...
2010-09-14  mikeAllow empty passwords, just not with the default passwo...
2010-08-10  mikeUnfortunately, the ctype macros follow the current...
2010-03-24  mikeChange all private headers to foo-private.h, and option...
2010-03-03  mikeFix a crash in debug mode (STR #3517)
2010-03-03  mikeMake sure we quit after too many authentication failure...
2009-05-18  mikeMultiple Kerberos fixes to get the new "copy credential...
2009-04-30  mikeFix canceling of authentication requests.
2009-04-30  mikeSend peer credentials before certificates, if we can.
2009-04-29  mikeRevised the password callback support (STR #2953)
2009-04-20  mikeMore debug printf overhaul to cover all of libcups.
2009-04-19  mikeRework Kerberos support to not use delegated credential...
2009-04-19  mikeDon't use root certificate when the server doesn't...
2008-12-10  mikeAdd marker-* and printer-commands attributes to cupsGet...
2008-10-22  mikeFix some authentication issues...
2008-07-11  mikeRemoved unused variables and assignments found by the...
2008-04-16  mikeAdd cupsGetDevices API (still issues with streaming).
2008-02-22  mikeUpdate CUPS API documentation.
2008-01-30  mikeThe Kerberos credentials provided by some Windows KDCs...
2008-01-29  mikeSwitch to a dynamic buffer for Kerberos credentials...
2008-01-29  mikeUpdate CUPS API help.
2008-01-16  mikeAdd NULL checks and fix some resource leaks reported...
2007-10-31  mikeCUPS did not work with a Windows 2003 R2 KDC (STR ...
2007-08-08  mikeAdd more debug stuff.
2007-07-25  mikeAdd httpSetAuthString() API to set the current authoriz...
2007-07-24  mikeFix Kerberos authentication - comment out the client...
2007-07-24  mikeUse the authorization data we get back from the server...
2007-07-14  mikeFix comment in cups_local_auth(), and log the WWW-Autho...
2007-07-13  mikeDon't use the root certificate when Kerberos is needed...
2007-07-13  mikeSome Kerberos cleanup...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-07-11  mikeImplement SO_PEERCRED and LOCAL_PEERCRED support (STR...
2007-07-09  mikeReturn 1 (not available) in cups_local_auth() for the...
2007-07-09  mikeFix some Kerberos bugs that prevented krb5_cc_name...
2007-04-30  mikeFix Mac OS X AuthRef authorization (STR #2375)
2007-03-25  mikeUse weak binding for Kerberos framework on Mac OS X.
2007-02-10  mikeAdd support for Mac OS X authorization services (STR...
2007-01-10  mikeMore VC++.NET fun...
2006-12-06  mikeTranslate the password prompt (STR #2121)
2006-10-23  mikeKerberos fixes for Mac OS X (STR #2045).
2006-09-16  mikeFix file upload problems cause by HTTP header caching...
2006-08-31  mikeMerge Kerberos branch to trunk...
2006-05-21  mikeThe password prompt showed the domain socket address...
2006-03-30  mikeWeb interface authorization could get stuck (STR #1512)
2006-01-12  mikeUpdate API documentation.
2006-01-10  mikeMark old APIs as "deprecated", and remove use of those...
2006-01-10  mikeUpdate copyrights on changed files.
2006-01-07  mikeCommit new message catalog stuff and make sure the...
2005-10-14  mikeSome more IPv6 fixes (STR #1313)
2005-10-13  mikeUpdate API help.
2005-10-08  mikeNew IPv6-capable address list stuff for STR #1313....
2005-10-07  mikeApparently, the Microsoft IPP support provided through...
2005-06-27  mikeLocal authentication certificates are now stored in
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeMiscellaneous build fixes for NetBSD (STR #788)
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeAdded new CUPS API convenience functions which accept...
2004-02-26  mikeMirror 1.1.x changes.
2004-02-26  mikeThe HTTP authentication cache was broken (STR #517)
2004-02-25  mikeCopyright updates...
2004-02-24  mikeMirror 1.1.x changes.
2004-02-24  mikeThe rastertoepson filter would crash under certain...
2004-02-05  mikeMirror 1.1.x changes.
2004-02-05  mikeFix some niggling SSL/TLS shutdown issues with OpenSSL...
2004-02-02  mikeMirror 1.1.x changes.
2004-02-02  mikeUpdated pdftops to Xpdf 2.03 code to fix printing bugs...
2003-11-19  mikeThe HTTP code did not use a case-insensitive comparison...
2003-10-16  mikeMirror 1.1.x changes.
2003-10-16  mikeThe scheduler did not move the incoming job attributes...
2003-08-31  mikeFix CUPS 1.2 compiles...
2003-08-31  (no author)This commit was manufactured by cvs2svn to create branc...
2003-08-29  mikeAdd new CUPS API calls (STR #112)