index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ab: Fix potential buffer overflows when processing the T and X
Jeff Trawick
2013-08-05
1
-8
/
+6
*
Fix command line parsing. This was introduced in r1395253 when refactoring th...
Christophe Jaillet
2013-07-16
1
-1
/
+1
*
Make MSVC compilers happy.
Guenter Knauf
2013-06-18
1
-0
/
+4
*
don't truncate the very first file opened (unless the truncate flag is there ...
Eric Covener
2013-06-07
1
-1
/
+1
*
Fix commit 1465115.
Christophe Jaillet
2013-06-07
1
-1
/
+0
*
rotatelogs: add -n number-of-files option to roate through a number
Eric Covener
2013-06-07
1
-5
/
+34
*
Add a new -l parameter in order not to check the length of the responses. Thi...
Christophe Jaillet
2013-06-02
1
-7
/
+20
*
Added header protection.
Guenter Knauf
2013-06-01
1
-0
/
+6
*
Check if malloc succeeded
Christophe Jaillet
2013-06-01
1
-0
/
+4
*
3rd patch from PR45355
Christophe Jaillet
2013-06-01
1
-4
/
+4
*
Fixed include for Windows.
Guenter Knauf
2013-05-13
1
-5
/
+5
*
htdigest: Fix buffer overflow when reading digest
Rainer Jung
2013-04-25
1
-1
/
+4
*
htpasswd: Add -v option to verify a password
Stefan Fritsch
2013-04-05
3
-48
/
+106
*
fix htpasswd/htdbm brown paper bag bugs
Stefan Fritsch
2013-04-05
2
-19
/
+15
*
remove unused variables
Stefan Fritsch
2013-04-05
2
-2
/
+0
*
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet
2013-04-04
1
-15
/
+14
*
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet
2013-04-04
2
-56
/
+35
*
Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet
2013-04-02
1
-7
/
+4
*
Use apr_snprintf(... "%pm"...) instead of explicit call to apr_strerror
Christophe Jaillet
2013-04-02
1
-4
/
+2
*
Remove useless tests.
Christophe Jaillet
2013-03-03
1
-1
/
+1
*
The 2 first patches from PR45355 have been ported
Christophe Jaillet
2013-03-02
1
-8
/
+8
*
* support/htcacheclean.c (main): Ensure -p was used before attempting
Joe Orton
2013-01-21
1
-4
/
+4
*
Fix htcacheclean list options "-a" and "-A".
Rainer Jung
2013-01-14
1
-1
/
+1
*
htdbm, htpasswd: print error message if out of memory
Stefan Fritsch
2012-12-25
4
-0
/
+28
*
Exit with error message if out of mem
Stefan Fritsch
2012-12-25
1
-2
/
+13
*
ab: add the possibility to define a socket timeout (-s timeout)
Christophe Jaillet
2012-12-17
1
-4
/
+11
*
httxt2dbm: Correct length computation for the 'value' stored in the DBM file ...
Christophe Jaillet
2012-12-14
1
-1
/
+1
*
htdbm:
Rainer Jung
2012-12-12
2
-22
/
+21
*
fix unresolved external symbol __imp__UuidCreate error
Gregg Lewis Smith
2012-12-09
1
-4
/
+4
*
error[120] is already defined in this function. Just use it instead of shadow...
Christophe Jaillet
2012-12-02
1
-1
/
+0
*
* support/rotatelogs.c: Cleanups, no functional change. Drop revision
Joe Orton
2012-11-15
1
-31
/
+2
*
* support/rotatelogs.c (post_rotate): Really omit the second arg when
Joe Orton
2012-11-15
1
-1
/
+1
*
cppCheck: unreadVariable - 'serviceFlag' is not used in the function, so remo...
Christophe Jaillet
2012-10-15
1
-1
/
+0
*
Removed __func__ usage which is c99.
Guenter Knauf
2012-10-09
1
-3
/
+5
*
Optionally read passwords from stdin
Stefan Fritsch
2012-10-07
4
-16
/
+45
*
add support for bcrypt
Stefan Fritsch
2012-10-07
4
-14
/
+84
*
Add passwd_common.c build support for Windows and Netware
Stefan Fritsch
2012-10-07
4
-0
/
+10
*
Start refactoring of htpasswd and htdbm
Stefan Fritsch
2012-10-07
5
-559
/
+551
*
Allow forced setting of TLS1.1 and TLS1.2 protocols with
Kaspar Brand
2012-10-07
1
-4
/
+25
*
Spin off module-specific build options into separate build vars.
Kaspar Brand
2012-09-16
1
-2
/
+6
*
revert r1385214, as I inadvertently left out acinclude.m4.
Kaspar Brand
2012-09-16
1
-6
/
+2
*
Spin off module-specific build options into separate build vars.
Kaspar Brand
2012-09-16
1
-2
/
+6
*
* support/rotatelogs.c (truncate_and_write_error): Factor out from
Joe Orton
2012-08-17
1
-16
/
+21
*
ab: Fix read failure when targeting SSL server.
Jeff Trawick
2012-08-10
1
-1
/
+11
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
4
-4
/
+4
*
htpasswd: Use correct file mode for checking if file is writable.
Stefan Fritsch
2012-08-05
1
-2
/
+2
*
When -B is specified, search for a host address in the
Jeff Trawick
2012-07-21
1
-1
/
+3
*
Fix compile break when SIGPIPE is not defined
Jeff Trawick
2012-07-18
1
-0
/
+2
*
note more prominently that SHA and crypt are insecure
Stefan Fritsch
2012-06-22
1
-2
/
+3
*
* support/ab.c (test, start_connect): Only bind the local end of the
Joe Orton
2012-06-19
1
-9
/
+13
[next]