Changeset 597

Show
Ignore:
Timestamp:
01/10/07 16:28:59 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r596 r597  
     12007-01-10  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/handler_fcgi.c, cherokee/handler_fcgi.h, 
     4        cherokee/handler_file.c, cherokee/handler_file.h, 
     5        cherokee/handler_mirror.c, cherokee/handler_mirror.h, 
     6        cherokee/handler_nn.c, cherokee/handler_nn.h, 
     7        cherokee/handler_phpcgi.c, cherokee/handler_phpcgi.h, 
     8        cherokee/handler_proxy.c, cherokee/handler_proxy.h, 
     9        cherokee/handler_redir.c, cherokee/handler_redir.h, 
     10        cherokee/handler_remote_control.c, 
     11        cherokee/handler_remote_control.h, cherokee/handler_scgi.c, 
     12        cherokee/handler_scgi.h, cherokee/handler_server_info.c, 
     13        cherokee/handler_server_info.h, cherokee/handler_webcam.c, 
     14        cherokee/handler_webcam.h, cherokee/header-protected.h, 
     15        cherokee/header.c, cherokee/header.h, cherokee/http.c, 
     16        cherokee/http.h, cherokee/icons.c, cherokee/icons.h, 
     17        cherokee/iocache.c, cherokee/iocache.h, cherokee/list.c, 
     18        cherokee/list.h, cherokee/logger-protected.h, cherokee/logger.c, 
     19        cherokee/logger.h, cherokee/logger_combined., 
     20        cherokee/logger_combined.h, cherokee/logger_ncsa.c, 
     21        cherokee/logger_ncsa.h, cherokee/logger_w3c.c, cherokee/macros.h, 
     22        cherokee/main.c, cherokee/main_admin.c, cherokee/match.c, 
     23        cherokee/match.h, cherokee/matching_list.c, 
     24        cherokee/matching_list.h, cherokee/md5crypt.c, 
     25        cherokee/mime-protected.h, cherokee/mime.c, cherokee/mime.h, 
     26        cherokee/mime_entry.c, cherokee/mime_entry.h, cherokee/module.c, 
     27        cherokee/module.h, cherokee/ncpus.h, cherokee/nonce.c, 
     28        cherokee/nonce.h, cherokee/plugin.h, cherokee/plugin_loader.c, 
     29        cherokee/plugin_loader.h, cherokee/post.c, cherokee/post.h, 
     30        cherokee/read_config_embedded.c, cherokee/read_config_embedded.h, 
     31        cherokee/regex.c, cherokee/regex.h, cherokee/reqs_list.c, 
     32        cherokee/reqs_list.h, cherokee/reqs_list_entry.c, 
     33        cherokee/reqs_list_entry.h, cherokee/request.c, 
     34        cherokee/request.h, cherokee/resolv_cache.c, 
     35        cherokee/resolv_cache.h, cherokee/server-protected.h, 
     36        cherokee/server.c, cherokee/server.h, cherokee/socket.c, 
     37        cherokee/socket.h, cherokee/source.c, cherokee/source.h, 
     38        cherokee/source_interpreter.c, cherokee/source_interpreter.h, 
     39        cherokee/table.c, cherokee/table.h, cherokee/thread.c, 
     40        cherokee/thread.h, cherokee/unix4win32.c, cherokee/unix4win32.h, 
     41        cherokee/url.c, cherokee/url.h, cherokee/util.c, cherokee/util.h, 
     42        cherokee/validator.c, cherokee/validator.h, 
     43        cherokee/validator_htdigest.c, cherokee/validator_htdigest.h, 
     44        cherokee/validator_htpasswd.c, cherokee/validator_htpasswd.h, 
     45        cherokee/validator_ldap.c, cherokee/validator_ldap.h, 
     46        cherokee/validator_mysql.c, cherokee/validator_mysql.h, 
     47        cherokee/validator_pam.c, cherokee/validator_pam.h, 
     48        cherokee/validator_plain.c, cherokee/validator_plain.h, 
     49        cherokee/version.c, cherokee/version.h, 
     50        cherokee/virtual_entries.c, cherokee/virtual_entries.h, 
     51        cherokee/virtual_server.c, cherokee/virtual_server.h, 
     52        cherokee/virtual_server_names.c, cherokee/virtual_server_names.h, 
     53        cherokee/win32_misc.c, cherokee/win32_misc.h, configure.in, 
     54        http-cherokee.xml, cherokee/logger_w3c.h: Copyright updated. 
     55 
    1562007-01-09  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    257 
  • cherokee/trunk/cherokee.spec.in

    r438 r597  
    11# Cherokee 
    2 # Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     2# Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    33 
    44Name:           @PACKAGE@ 
  • cherokee/trunk/cherokee/access.c

    r543 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/access.h

    r384 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/admin_client.c

    r446 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/admin_client.h

    r384 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/admin_request.c

    r383 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/admin_request.h

    r122 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/admin_server.c

    r426 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/admin_server.h

    r122 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/balancer.c

    r529 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/balancer.h

    r476 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/balancer_round_robin.c

    r476 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/balancer_round_robin.h

    r545 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/buffer.c

    r587 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/buffer.h

    r578 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/buffer_escape.c

    r122 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/buffer_escape.h

    r122 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/cherokee.h

    r493 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/cherokee_logrotate.c

    r548 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/cherokee_show.c

    r384 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/common-internal.h

    r543 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/common.h

    r122 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/config_entry.c

    r476 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/config_entry.h

    r476 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/config_node.c

    r492 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/config_node.h

    r384 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/connection-protected.h

    r389 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/connection.c

    r591 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/connection.h

    r122 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/connection_info.c

    r385 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/connection_info.h

    r384 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/dirs_table.c

    r269 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/dirs_table.h

    r269 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/downloader-protected.h

    r259 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/downloader.c

    r446 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/downloader.h

    r259 r597  
    66 *      Alvaro Lopez Ortega <alvaro@alobbs.com> 
    77 * 
    8  * Copyright (C) 2001-2006 Alvaro Lopez Ortega 
     8 * Copyright (C) 2001-2007 Alvaro Lopez Ortega 
    99 * 
    1010 * This program is free software; you can redistribute it and/or 
  • cherokee/trunk/cherokee/dtm.c

    <
    r505 r597  
    77 *      A.D.F.              <adefacc@tin.it> 
    88 *