]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/dirsvc.c
Changelog.
[thirdparty/cups.git] / scheduler / dirsvc.c
2012-11-01  mikeSupport gzip/deflate on HTTP connections.
2012-10-17  mikeFix another Avahi-caused crash (STR #4213)
2012-10-03  mikeFix another spot where Avahi crashes cupsd because...
2012-10-01  mikeFix crash on shutdown caused by broken Avahi config...
2012-10-01  mikePrevent crash due to NULL host name or FQDN from Avahi...
2012-05-18  mikeFix compile issues with DNS-SD enabled on OS X.
2012-05-16  mikeCleanup builds without DNS-SD (STR #4087)
2012-04-17  mikeChangelog and remove debug logging.
2012-04-17  mikeAvahi DNS-SD is working! (STR #3066)
2012-04-16  mikeRestructure the DNS-SD code for Avahi; compiles and...
2012-04-14  mikeSave work (doesn't compile, sorry...)
2011-12-15  mikeFix Back To My Mac domain names.
2011-12-02  mikeFix builds on Linux.
2011-11-30  mikeThe scheduler now supports a DefaultAuthType of "auto...
2011-11-04  mikeDrop support for CUPS, LDAP, and SLP browsing (STR...
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-12  mikeFix compiler warnings and clean up the Xcode project...
2011-05-11  mikeThe scheduler now more carefully creates and removes...
2011-04-15  mikeAdd IPv6 support to the SNMP backend, and do some addit...
2011-03-21  mikeMerge some changes from bug fix branch.
2011-03-18  mikeAdd missing TLS key in the Bonjour TXT record.
2011-03-18  mikeAdd printer-uuid support.
2011-03-13  mikeFinish the rest of the transition to the PPD cache...
2011-01-21  mikeFix some clang-reported issues.
2011-01-19  mikeAlways advertise the "air" key in the TXT record.
2011-01-11  mikeFix adminurl in TXT record.
2010-11-12  mikeAdd rwlock to CUPS threading private API.
2010-11-05  mikeMake cupsdAddString/cupsdFreeStrings more general-purpo...
2010-11-04  mikeSome more cleanup, and use cupsArrayNew3 in a few more...
2010-11-04  mikeFirst pass at using new cupsArrayNew3 API and eliminati...
2010-08-10  mikeSync up IPP and HTTP conformance changes, IPP->PPD...
2010-04-23  mikeAdd Windows SSL support.
2010-02-27  mikeFix several LDAP browsing bugs (STR #3392)
2009-11-18  mikeDo some code formatting and documentation cleanup for...
2009-08-29  mikeThe scheduler leaked three file descriptors to each...
2009-08-28  mikeDNS-SD registrations for raw queues had an empty "ty...
2009-05-14  mikeUse computer name for advertised service name ("printer...
2009-05-12  mikeDon't set auth-info-required locally for HTTP/IPP authe...
2009-04-29  mikeDon't share scanners.
2009-04-29  mikeUse hostname instead of computer name for BTMM hostnames.
2009-04-19  mikeRework Kerberos support to not use delegated credential...
2009-04-19  mikeListen for Back to My Mac domain changes so we always...
2009-04-16  mikeSECURITY: Update DNS rebinding protection for all inter...
2009-04-03  mikeMake changes to support "wide-area Bonjour" printing.
2009-04-02  mikeAdd missing printer filters, and track the cups-insecur...
2009-03-27  mikeRemove unused variable.
2009-03-25  mikeDon't limit DNS-SD registrations to .local.
2009-02-23  mikeClean up debug2 logging so we don't get 2GB logs for...
2009-02-18  mikeThe scheduler could consume 100% CPU when jobs were...
2009-02-16  mikeUpdate contents.
2009-02-16  mikeIf mDNSResponder dies, stop sharing printers via Bonjour.
2009-02-13  mikeUpdate CGI, subscription, and polling status buffers...
2009-02-12  mikeDon't do implicit classes for long printer names.
2009-02-04  mikeThe "authenticated" policy incorrectly required authent...
2009-02-02  mikeTrack the "paused" reason in the cupsd_printer_t reason...
2009-01-23  mikeThe web interface and scheduler did not support URIs...
2009-01-21  mikeMake sure we use the actual auth-info-required value...
2008-10-08  mikeFirst half of PPD/attributes caching (STR #1293)
2008-09-19  mikeMinor improvements to the printcap support.
2008-09-19  mikeSave and restore printer-state-reasons.
2008-09-19  mikeDon't stop reading printer config files on syntax errors.
2008-09-19  mikeAdd plist PrintcapFormat support.
2008-09-11  mikeAdd a BrowseWebIF directive that controls whether the...
2008-09-10  mikeCorrectly set air key in DNS-SD TXT record...
2008-09-08  mikeAdd support for FatalErrors directive (STR #2536)
2008-09-03  mikeAdd table-of-contents.
2008-07-25  mikeAdded support for Mozilla LDAP, reconnection to LDAP...
2008-07-18  mikeFix some clang-detected issues.
2008-07-14  mikeThe scheduler did not handle expiring of implicit class...
2008-07-11  mikeRemoved unused variables and assignments found by the...
2008-06-18  mikeRemove unnecessary globals.
2008-06-18  mikeStart cleanup of logging.
2008-05-20  mikeClean DNSSDPort when we stop browsing.
2008-05-06  mikeUpdate comments.
2008-05-01  mikeMerge current DNS-SD work from dnssd2 branch - proper...
2008-04-18  mikeThe scheduler now delays writing config and state files...
2008-02-29  mikeAllow /etc/hostconfig to override LPD sharing.
2008-02-28  mikeSet default LPDConfigFile and SMBConfigFile.
2008-01-23  mikeAdd printer-dns-sd-name attribute, track changes to...
2008-01-21  mikeCUPS didn't compile on HP-UX 11i (STR #2679)
2008-01-16  mikeFortify, pass 2...
2008-01-08  mikeThe scheduler could crash if a polled remote printer...
2008-01-07  mikeBonjour printer registrations now advertise as local...
2007-12-19  mikeMerge Mac OS X seatbelt support onto trunk.
2007-12-06  mikeDon't try sending browse information before the browse...
2007-10-01  mikeThe scheduler did not update the printcap file after...
2007-09-18  mikeAlso write the printcap when we delete a remote printer.
2007-09-17  mikeOnly write printcap file when something changes (STR...
2007-09-08  mikeImplement server-is-sharing-printers attribute, LPD...
2007-07-19  mikeAdd Avahi support using dns_sd wrapper library (STR...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-07-11  mikeAdd SSL + LDAP support (STR #1967)
2007-06-21  mikeImplement CUPS_PRINTER_DISCOVERED printer-type bit...
2007-05-17  mikeMore Bonjour shared printer fixes for STR #2384.
2007-04-30  mikeFix format string bug (STR #2373)
2007-03-21  mikeLimit visibility of functions that don't need to be...
2007-03-19  mikeAdvertise auth-info-required via CUPS browsing and...
2007-03-15  mikeThe scheduler did not use the default job-sheets (banne...
2007-02-24  mikeCleanup DNS-SD support.
2007-02-19  mikeFix some DNS-SD issues (STR #2093)
next