web2ldap - Release History
Page last modified:
web2ldap 0.7.5
Release Date: 2000-04-07
Changes since 0.7.4:
-
Small fixes.
-
Display current RDN as input default when choosing modrdn.
web2ldap 0.7.4
Release Date: 2000-04-06
Changes since 0.7.3:
-
Fixed missing module import when running stand-alone.
web2ldap 0.7.3
Release Date: 2000-04-05
Changes since 0.7.2:
-
J. Stezenbach <yawyi@gmx.net> provided a patched
version of charset.py for faster character set conversion.
-
J. Stezenbach <yawyi@gmx.net> provided a solution
for the hanging socket when running as stand-alone
and catching ErrorExitClass exception in HandleHTTPRequest().
-
All functionality is put into modules
for reducing start-up latency especially when running as
CGI-BIN (thanks again to J. Stezenbach <yawyi@gmx.net>
for giving the right optimization hints).
-
Use string templates for displaying entry data
in search result table (new parameters!).
-
Make asynchronous searches to behave less memory-consuming
especially when downloading large amount of LDIF or DSML data.
-
New per-host parameter search_maxhits introduced to
limit the number of search results displayed in search
result table. This means: Behave nicer on large sites.
web2ldap 0.7.2
Release Date: 2000-02-27
Changes since 0.7.1:
-
Added button downloading DSML-formatted
directory data. (Very preliminary and primitive implementation of
a DSML level 1 producer. This needs testing!).
-
Fixed bug with LDIF data containing non-ASCII characters.
-
Cleaned up password setting and added support for
SMD5 and SSHA hash types. Also hash types can be restricted
in the per-host configuration.
web2ldap 0.7.1
Release Date: 2000-02-26
Changes since 0.7.0:
-
Stand-alone mode delivers documents from web2ldapcnf.document_root now.
-
Added attribute thumbnailphoto to web2ldapcnf.ldap_binaryattr.
-
Changed the behaviour of the Easy Search button:
If the base DN is empty the current DN is displayed
as default search base. This is more handy if
browsing in big X.500 trees.
-
Some bug-fixes.
web2ldap 0.7.0
Release Date: 2000-02-20
Changes since 0.6.10:
-
Stand-alone mode by deriving own HTTP handler class from
SimpleHTTPServer.SimpleHTTPRequestHandler. Running stand-alone
speeds up things dramatically (modules are not re-imported
every time).
And yes, it's multi-threaded (needs testing!!!).
And yes, it runs under Windows.
-
Runs under Windows now.
-
Abandoned all global variables.
-
Does not use sys.stdin or sys.stdout directly any more.
-
Function calls for the web2ldap commands through
wrapper-function HandleHTTPRequest().
-
Produces correct HTTP expiring header now.
-
Make use of useful changes in module cgiforms.py.
-
New parameter web2ldapcnf.input_maxattrs.
-
New button "Login As" when displaying an entry.
web2ldap 0.6.10
Release Date: 2000-02-08
Changes since 0.6.9:
-
Two small fixes to building of modify list.
-
Fixed wrong HTML escaping in displaying of multi-line entries.
web2ldap 0.6.9
Release Date: 2000-02-07
Changes since 0.6.8:
-
Do not print "Go up" buttons for DNs above basedn
-
Started writing documentation...
-
Fixed problems with URLs and hidden parameters based on
DNs containing " quotes.
-
Modify: Leave attribute objectClass alone if it does not have to be changed
and change objectClass and rest of entry in one call of modify_s().
-
Changed effect of web2ldapcnf.print_rawutf8: 0 Never, 1 Smart, 2 Always
-
Read single binary data from multi-valued attributes (not yet usable in UI).
-
New configuration parameter web2ldapcnf.ldif_maxbytes
for limiting the amount of data in the LDIF input field.
-
Even more bug hunting, code cleaning and small UI enhancements.
-
Escape special HTML/Javascript characters to address
security problems with scripting content described in
CERT advisory
CA-2000-02.
web2ldap 0.6.8
Release Date: 2000-01-29
Changes since 0.6.7:
-
Bug hunting and code cleaning.
-
Smarter main menu.
-
Graceful error handling.
-
Nice confirmation dialogue for delete.
-
Recursive delete of sub-trees.
web2ldap 0.6.7
Release Date: 2000-01-28
Changes since 0.6.6:
-
Fixed bug with download of binary attributes introduced
in 0.6.5 or 0.6.6
-
New handling of SSL-related environment variables:
Prefer mod_ssl style with fallback to old ApacheSSL style.
web2ldap 0.6.6
Release Date: 2000-01-25
Changes since 0.6.5:
-
You might have guessed it: Bug hunting and code cleaning!
-
Better support and example for CSS
web2ldap 0.6.5
Release Date: 2000-01-23
Changes since 0.6.4:
web2ldap 0.6.4
Release Date: 2000-01-06
Changes since 0.6.2:
-
Some minor enhancements of user interface
-
Fixed a basedn-related bug in smart login search
-
Added automatically start of CGIHTTPServer.py
if web2ldap.py is invoked from command-line
(only Unix up to now).
web2ldap 0.6.1, 0.6.2, 0.6.3
Release Date: 2000-01-04
web2ldap 0.6.0
Release Date: 2000-01-03
Changes since 0.5.8:
-
started enhanced user interface
web2ldap 0.5.8
Release Date: 1999-12-29
Changes since 0.5.6:
-
some code cleaning / bug fixing
-
enhanced direct handling of UTF-8 input/output more
conform to HTML4 standard
-
new feature: for each host a dictionary with DNs as keys
can be created to define the default objectclass
and attribute for forming DNs for subordinate entries
(see example in cgi-bin/web2ldapcnf.py under host
ldap.ms.inka.de). This is handy in situations where
unexperienced users have to add entries without knowing
how to form a new DN.
web2ldap 0.5.6
Release Date: 1999-12-21
Changes since 0.5.3:
-
some code cleaning / bug fixing in login procedure
-
some small performance enhancements
-
direct output of UTF-8 if browser sends UTF-8 in
HTTP_ACCEPTED_CHARSET (e.g. like Netscape Communicator 4.5x does)
-
fixed problems with being too case sensitive in modify
-
some small improvements in user interface
web2ldap 0.5.4
(1999-12-13)
web2ldap 0.5.3
Release Date: 1999-12-12
Changes since 0.5.2:
-
deal with DNs containing spaces between DN components
-
fixed behaviour of accidently case sensitive attribute
name handling in addform/modifyform
web2ldap 0.5.2
Release Date: 1999-11-17
Changes since 0.5.0:
-
renamed project to web2ldap
-
complete re-design of modifyform to make it possible to change
objectClass attributes.
-
minor enhancements of user interface
-
some small bug fixes
Dig DejaNews if you're interested in changes of these ancient releases...
ldap-client-cgi 0.5.1
Release Date: 1999-10-05
ldap-client-cgi 0.5.0
Release Date: 1999-09-27
ldap-client-cgi 0.4.4
Release Date: 1999-09-04
ldap-client-cgi 0.4.3
Release Date: 1999-08-19
ldap-client-cgi 0.4.2
Release Date: 1999-08-18
ldap-client-cgi 0.4.1
Release Date: 1999-08-08
ldap-client-cgi 0.4.0
Release Date: 1999-08-07
ldap-client-cgi 0.3.1
Release Date: 1999-07-21
ldap-client-cgi-0.3
Release Date: 1999-07-21