1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
1.5 1999-04-10 - lib/Protocols.pmod/LDAP.pmod/protocol.pike [v1.11]
* added "borrowed" Mirar' code for async op
- lib/Protocols.pmod/LDAP.pmod/client.pike [v1.11]
* search filter:
- corrected processing multiple '*' wildchars
- doc/*.html updated HTML docs
- QREF corrected parameter order in 'search' op.
- lib/Protocols.pmod/LDAP.pmod/ldap_privates.pmod
* moved mapping outside of function ldap_der_decode
1.4 1999-03-27 -------------------------------------------
!!! Now uses Pike 0.6 ASN.1 API !!!
!!! Compatible with Pike 0.6 and higher !!!
-------------------------------------------
- INSTALL updated
- roxen/scripts/lsd3.pike [v1.8]
- roxen/modules/ldaptag.pike [v1.5]
* LDAPOUTPUT: added checking for number of returned
entries
* LDAPOUTPUT: added flag 'norem'
* read_attrs: added support for 'replace' op
- roxen/modules/ldapuserauth.pike [v1.4]
* incorporated Wim Bonis' modifications
* added more configurable options
- added pike/scripts/csvimport.pike [v?.?]
* batch-mode tool for importing data from CSV files
- lib/Standards.pmod/ASN1.pmod/decode.pike
* removed file
- lib/Protocols.pmod/LDAP.pmod
* removed ordinary flat file
- lib/Protocols.pmod/LDAP.pmod/
* added new subdirectory
- lib/Protocols.pmod/LDAP.pmod/ldap_globals.h [1.9]
* added file
- lib/Protocols.pmod/LDAP.pmod/ldap_privates.pmod [1.9]
* added file
- lib/Protocols.pmod/LDAP.pmod/ldap_errors.h [1.9]
* added file
- lib/Protocols.pmod/LDAP.pmod/protocol.pike [1.9.1.1]
* added file
- lib/Protocols.pmod/LDAP.pmod/client.pike [1.9.1.1]
* added file
* changed default of 'ldap_scope' to 0
* ldap search filter:
- added support for '\(' & '\)' chars
- added processing of multiple '*' wild chars
1.3 1998-09-18 - resolved "null attribute list" bug in ldap_search
Now is compatible with MS Exchange 5.5 ;-)
- roxen/scripts/lsd3.pike [v1.6]
* added support for authorized search
1.2 1998-08-17 - starting controling under CVS
1.2d 1998-08 - added roxen/scripts/lsd3.pike [v1.5]
1.2c 1998-07-23 - some minor changes in docs
- roxen/modules/ldaptag.pike
* labeledURIAnchor:for empty label use URI as label
1.2b 1998-07-16 - operation 'modify' is partially worked
1.2a 1998-07-14 - added several private ASN.1 methods:
asn1_boolean, asn1_enumerated, asn1_nulllist
and asn1_application_null
- search op: corrected ASN.1 objects
- unbind op: corrected ASN.1 object
(Both ops problems catched by NS D3.0!)
- roxen/modules/ldaptag.pike
* LDAPFOR: fixed 'labeleduri*' processing
* LDAPFOR: modified to case insensitive checking
1.1u3 1998-07-07 - added NOT filter ('!') support
1.1u 1998-07-03 - unfinished version for testing ONLY!
- totally rewritten to Pike (and from scratch ;)
- roxen/modules/ldaptag.pike
* updated to support new LDAP API
* subtag LDAPFOR is now one-level ready
- roxen/modules/ldaptag.pike
* updated to support new LDAP API
----------------------------------------------------------------------------
!!! LDAP module has been rewritten to Pike. !!!
----------------------------------------------------------------------------
1.0a4 1998-03-14 - some modifications to Ldap object method names
(set_base => set_basedn, set_maxnum => set_sizelimit,
set_maxtime => set_timelimit)
BY DEFAULT both method names (old and new) are allowed
- ldapmod.c:
added settings of connection parameters for v3 API
(sizelimit, timelimit)
- lib/ldapuserauth.pike and lib/ldaptag.pike:
* renamed method set_base to set_basedn
* added support for crypted password {crypt}value
- lib/ldaptag.pike
* renamed method set_base to set_basedn
* added special processing of attribute "labeledURI"
by specifying pseudoattribute name
"labeledURIuri", "labeledURIlabel" and
"labeledURIanchor"
* added subcontainer <LDAPFOR>
1.0a3 1998-03-01 - entry.c:
* lower casing attribute names
- /lib/ldaptag.pike:
* status() info updated
* lower casing attribute names (for attribute fetch)
1.0a2 1998-02-26 - /lib/ldaptag.pike:
* improved self-documentation
* change variable "search" to "filter"
* better connection checking
- /lib/ldapuserauth.pike:
* moving of seting parameters
for search operation after error checking
- updated INSTALL
1.0a1 1998-02-24 - initial public release
|