index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
arch
/
netware
/
mod_nw_ssl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
r1876779 follow-up.
Christophe Jaillet
2020-04-21
1
-2
/
+2
*
Fix the way we are looking for "TLS/1.0" tokens.
Christophe Jaillet
2020-04-21
1
-1
/
+1
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
hostname: Test and log useragent_host per-request across various modules,
William A. Rowe Jr
2016-02-12
1
-2
/
+1
*
Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'.
Christophe Jaillet
2015-12-22
1
-2
/
+2
*
Concat string at compile time when possible.
Christophe Jaillet
2014-09-18
1
-2
/
+2
*
Do not use deprecated define.
Christophe Jaillet
2014-07-19
1
-1
/
+1
*
Fixed a potential NULL pointer deference.
Guenter Knauf
2013-02-07
1
-9
/
+10
*
Style fixes - no code changes.
Guenter Knauf
2013-02-07
1
-60
/
+75
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-15
/
+15
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-1
/
+1
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-2
/
+2
*
Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as
Stefan Fritsch
2011-07-17
1
-1
/
+1
*
Avoid some memory allocations by using apr_table_setn where the string
Stefan Fritsch
2011-06-13
1
-2
/
+2
*
Axed C++ comments and tabs.
Guenter Knauf
2011-02-26
1
-8
/
+8
*
Fix a number of typos and misspellings. Reported by Ville Skytta.
Daniel Earl Poirier
2010-10-30
1
-1
/
+1
*
Added require prototypes conditionally to CFLAGS for NETWare;
Guenter Knauf
2010-09-01
1
-4
/
+6
*
- Remove a load of unused variables (or variables that are set but never read).
Stefan Fritsch
2010-08-03
1
-8
/
+0
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Replace ap_get_server_version with ap_get_server_banner() and
Jeff Trawick
2006-09-05
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Fix a problem with the HTTPS CGI variable not getting set for secure requests...
Bradley Nicholes
2005-11-22
1
-2
/
+2
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-6
/
+6
*
No functional change: more indenting/formatting changes due to
Jim Jagielski
2005-11-10
1
-8
/
+8
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-83
/
+83
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-24
/
+24
*
Make sure that the secure listen sockets that are created and injected into t...
Bradley Nicholes
2005-03-08
1
-31
/
+177
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-5
/
+5
*
* modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify the
Bradley Nicholes
2004-12-09
1
-46
/
+25
*
Fixing various compiler error when compiling against the latest version of Li...
Bradley Nicholes
2004-11-27
1
-1
/
+1
*
Add the check for an upgraded https connection when responding to the state o...
Bradley Nicholes
2004-10-27
1
-7
/
+9
*
Track the status of an upgradeable socket so that the http_method and default...
Bradley Nicholes
2004-10-14
1
-4
/
+26
*
Allow multiple IP addresses to be configured for the same secure port
Bradley Nicholes
2004-08-25
1
-9
/
+18
*
Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure co...
Bradley Nicholes
2004-07-13
1
-6
/
+319
*
Report the NetWare socket error since we are using native socket calls
Bradley Nicholes
2004-03-16
1
-4
/
+4
*
Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw...
Bradley Nicholes
2004-03-07
1
-3
/
+238
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
Hook the default_port so that mod_nw_ssl will return the correct port rather
Bradley Nicholes
2003-11-24
1
-0
/
+9
*
Allow for an unclean shutdown of SSL ports to avoid timeout conditions
Bradley Nicholes
2003-06-02
1
-4
/
+17
*
Allow blind accept when converting the proxy client socket to SSL if no client
Bradley Nicholes
2003-05-08
1
-27
/
+26
*
Added the optional ssl_enable functions to allow mod_proxy to hook into
Bradley Nicholes
2003-03-14
1
-2
/
+124
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Just 2c and fix my old borked comment.
William A. Rowe Jr
2002-11-23
1
-2
/
+2
*
On an errno rampage... ap_log_error takes an apr_status_t
William A. Rowe Jr
2002-10-29
1
-13
/
+13
[next]