]> git.sur5r.net Git - openldap/history - libraries/libldap/search.c
Sync with HEAD
[openldap] / libraries / libldap / search.c
2005-01-20 Kurt ZeilengaSync with HEAD
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-03-05 Howard ChuITS#2992 Windows fixes from Alexey Melnikov
2004-01-01 Kurt ZeilengaHappy new year
2003-12-17 Kurt ZeilengaSync with HEAD
2003-11-26 Kurt ZeilengaUpdated notices and acknowledgements
2003-06-23 Jong Hyuk Choifix a comment
2003-05-31 Kurt ZeilengaMerge partial and intermediate responses
2003-02-13 Howard ChuMore for re-entrant LDAP* handles. Works much better.
2003-02-09 Kurt Zeilengaunifdef -DLDAP_NOCACHE
2003-01-03 Kurt ZeilengaHappy new year
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-01 Julius EnarusaiAdded LDAP_LOG messages
2002-03-30 Kurt Zeilengamove ldap_int_put_filter to ldap_pvt_put_filter
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-04 Kurt ZeilengaSome misc cleanup
2002-01-02 Kurt ZeilengaRework filter code
2001-12-28 Kurt ZeilengaAdd ftest (filter test) to the mix, needs work.
2001-12-12 Kurt ZeilengaTreat (!) and (!(x=a)(y=b)) as filter errors...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-07-06 Kurt ZeilengaCheck for critical client controls.
2000-10-18 Kurt ZeilengaValidate session handle
2000-10-15 Julio Sánchez Fern... Better processing of extensible filters. Needs testing...
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-06-29 Kurt ZeilengaAvoid locale specific ctype routines.
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-05-31 Kurt ZeilengaLDAPv3 referrals changes by Steve Sonntag @ Novell
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaFix NULL filter bug
2000-02-21 Kurt ZeilengaIgnore space in filter: ( !(foo=bar))
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
1999-12-16 Kurt ZeilengaITS#399: timelimit/timeout handling
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethRemove lint
1999-08-31 Hallvard FurusethExport ldap_pvt_<find_wildcard,filter_value_unescape...
1999-08-28 Hallvard FurusethCatch \ at end of filter
1999-08-28 Hallvard FurusethRemove 'cast away const'
1999-08-28 Hallvard FurusethFix typo in filter_value_unescape()
1999-08-24 Gary WilliamsLDAP_P is only for prototypes, remove from function def
1999-08-07 Kurt ZeilengaAdd extensible filter support to -lldap. Need to imple...
1999-08-07 Kurt ZeilengaFix filter escapes. ITS#247
1999-07-23 Randy KunkeeRemove extra code (non-functional change, just produces...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-05 Kurt Zeilengas/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/
1999-06-03 Kurt ZeilengaUpdate comments to reflect RFC2251 specs.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-21 Kurt ZeilengaInitial checkin of ldap_search_ext() and friends.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-15 Bart HartgersUpdates regarding threads and names.
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-01 Kurt ZeilengaCommit preliminary fix for ldap.conf base usage.
1998-11-19 Hallvard Furusethadd ldap_strdup and eliminate strdup in libldap
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-26 Kurt Zeilengaupdate ldap/lber headers towards ldapext-ldap-c-api-01
1998-10-25 Kurt ZeilengaMore files that didn't get merged properly.
1998-10-22 Kurt Zeilengaclean up includes
1998-10-22 Kurt ZeilengaThe world compiles and links....
1998-10-22 Kurt ZeilengaSLAPD and tools compile and link!
1998-10-20 Kurt ZeilengaModified NT changes to work under UNIX.
1998-10-20 Kurt ZeilengaVC++ Port: round 1
1998-08-20 Kurt Zeilengaremoved lint
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworldP15: Internal LDAP function rename
1998-08-09 Kurt ZeilengaInitial revision