History log of /dokuwiki/ (Results 5176 – 5200 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c189f40b09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

another gitignore path

311f460309-Nov-2012 Andreas Gohr <andi@splitbrain.org>

fixed authplain

* code/PHP5 cleanup

4476793e09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

authpgsql fixes

* fixes merge messup (code was made up from parts of authad)
* code and PHP5 cleanup

2657e46809-Nov-2012 Andreas Gohr <andi@splitbrain.org>

authmysql fixes

* use proper plugin config
* code/PHP5 cleanup

70e4a08509-Nov-2012 Andreas Gohr <andi@splitbrain.org>

fixes for authldap

* makes proper use of plugin config
* adds a few first defaults, but the whole config metadata is still
missing
* proper PHP5 use and comments

32fd494a09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

authad fixes

* fixes incorrect $this->adldap calls
* makes use of correct plugin config

5d8f568609-Nov-2012 Andreas Gohr <andi@splitbrain.org>

adjusted gitignore for auth plugins

46b991a309-Nov-2012 Andreas Gohr <andi@splitbrain.org>

merge old auth style configs with plugin config

76ce116909-Nov-2012 Andreas Gohr <andi@splitbrain.org>

moved adLDAP to authad plugin and fixed includes

5a65cc7f09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

some comment cleanup in authad

454d868b09-Nov-2012 Andreas Gohr <andi@splitbrain.org>

make all sub auth classes call the parent constructor

This does nothing currently but allows us adding certain things
to the base class later.

4d390d4209-Nov-2012 Andreas Gohr <andi@splitbrain.org>

don't merge any global confs into auth plugin configs

a20ce70408-Nov-2012 Andreas Gohr <andi@splitbrain.org>

changed proxy in test case

a731ed1d08-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added PCRE UTF-8 checks to do=check FS#2636

63d9b82006-Nov-2012 Andreas Gohr <andi@splitbrain.org>

avoid multiple paralell update checks

we now touch the messages before the actual update happens. this should
lower the chance of more than one update check running at a time.

bfd975d206-Nov-2012 Andreas Gohr <andi@splitbrain.org>

fix regression bug in HTTPClient FS#2621

In the recent refactoring of the HTTPClient, a problem with certain
systems was reintroduced. On these systems a select() call always
waits for a timeout on

fix regression bug in HTTPClient FS#2621

In the recent refactoring of the HTTPClient, a problem with certain
systems was reintroduced. On these systems a select() call always
waits for a timeout on the first call before working properly on the
second call.

This patch reintroduces the shorter timeouts with usleep rate limiting
again.

Since this bug is not reproducible on other systems it can't be unit
tested unfortunately.

show more ...

35349ab006-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added simple compatibility wrapper for old TarLib

fb55b51e05-Nov-2012 Dominik Eckelmann <eckelmann@cosmocode.de>

changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER

2949ece604-Nov-2012 Andreas Gohr <andi@splitbrain.org>

unit test for tar bombs

90a1db7004-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Tar: support for creating archives with long filenames

The library now creates either a POSIX ustar prefix or a GNU longlink
entry for files which have a name longer than 100 bytes

421a270404-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Tar: Added extraction support for long file names

Supports POSIX ustar prefixes and GNU longlink entries

fba11f6403-Nov-2012 Andreas Gohr <andi@splitbrain.org>

removed old TarLib and changed plugin manager to use new one

7252880f03-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added test cases for Tar::extract parameters

bee9f37703-Nov-2012 Andreas Gohr <andi@splitbrain.org>

Completely rewritten Tar library

This new class is only losely based on our previous library. The
whole API was changed to make it more flexible and memory saving.

Some fisrt unit tests are included

2005b6b603-Nov-2012 Andreas Gohr <andi@splitbrain.org>

TarLib code cleanup

1...<<201202203204205206207208209210>>...420