]> git.sur5r.net Git - openldap/history - include
fix typo in comment
[openldap] / include /
2001-03-15 Kurt ZeilengaAdd DUPENT macros
2001-02-08 Gary Williamsturn on new logging by default
2001-02-01 Kurt ZeilengaUpdate comments
2001-01-31 Stig VenaasAdding UTF8normcmp() for normalizing and comparing...
2001-01-26 Kurt Zeilengarm LBER_USE_INDEFINITE_LEN
2001-01-24 Stig VenaasDefines for case folding argument to UTF8normalize()
2001-01-19 Stig VenaasAdded UTF8normalize() that does Unicode canonical norma...
2001-01-18 Kurt ZeilengaAdd ldap_pvt_tls_get_peer_dn() routine. Returns peer...
2001-01-16 Kurt ZeilengaSLP extension derived from patch provided by Caldera...
2000-12-28 Kurt ZeilengaAdd UTF-8 wc/mb conversion routines contributed by...
2000-11-28 Kurt ZeilengaFix compilation problem when ldap.h is not included
2000-11-28 Kurt ZeilengaAdd ldap_url_parse_ext() prototype. Routine should...
2000-11-28 Kurt ZeilengaUpdate URL parsing and LDAP referral/reference chasing...
2000-10-30 Kurt ZeilengaMinor cleanup of last commit
2000-10-26 Kurt ZeilengaAdd LDAP URL critical extension counter support. lud_c...
2000-10-23 Kurt ZeilengaFix IS ASCII checks. Should be < 0x80 (0100), not...
2000-10-23 Julio Sánchez Fern... A little bit of Matching Rule Use.
2000-10-18 Kurt ZeilengaAdd ldap_pvt_gai_strerror().
2000-10-18 Kurt Zeilengarename macros per conventions
2000-10-18 Kurt Zeilengause ber_socket_t, not LBER_SOCKET_T
2000-10-17 Gary Williamsadd prototype for lutil_mnem2level
2000-10-16 Kurt ZeilengaAdd detection for gia_strerror
2000-10-14 Kurt Zeilengaentropy should be unsigned
2000-10-13 Kurt ZeilengaDoesn't require <stdio.h>
2000-10-13 Gary Williamsremove stdarg.h and prototypes that require it
2000-10-12 Gary Williamschange to LDAP_LOG macro
2000-10-12 Gary Williamsfirst try at logging improvements
2000-10-11 Kurt Zeilengamark lber_init_w_nullc as deprecated
2000-09-25 Kurt ZeilengaDefine INET{,6}_ADDRSTRLEN if needed
2000-09-22 Kurt ZeilengaReplace indexing hash with 32-bit FNV-1... should be...
2000-09-22 Kurt Zeilengaremove lint
2000-09-18 Kurt ZeilengaInitial autoconf support for back-bdb
2000-09-16 Kurt ZeilengaFix #undef LDAP_UFN
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-09-15 Kurt Zeilengaquick patch for NT. Need an integrated versioning...
2000-09-15 Kurt ZeilengaCentralize versioning in build/version.sh
2000-09-15 Kurt ZeilengaFix typo
2000-09-14 Kurt ZeilengaZap LDAP_LIBUI
2000-09-12 Kurt ZeilengaOnly set URANDOM_DEVICE if undef
2000-09-12 Kurt ZeilengaOnly set URANDOM_DEVICE if undefined
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-07 Kurt ZeilengaBandaid ucdata build problems
2000-09-07 Kurt ZeilengaAdd pvt ucdata header
2000-09-04 Kurt ZeilengaRemove redefine on MSC
2000-09-03 Kurt ZeilengaBring UCdata infrastructure.
2000-08-28 Kurt ZeilengaUse shutdown(2) prior to stream close(2).
2000-08-28 Kurt ZeilengaRaise ldapi:// SSF to 71. ldapi:// is likely more...
2000-08-18 Kurt ZeilengaRemove CLDAP cruft
2000-08-16 Howard ChuImplemented ldap_pvt_tls_get_peer() for use with SASL...
2000-08-15 Kurt ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-07-27 Kurt ZeilengaAdd AC_MEMCPY and AC_FAST_MEMCPY macros to eventually...
2000-07-27 Kurt ZeilengaAdd additional comment explaining #error
2000-07-24 Kurt ZeilengaFix typo
2000-07-22 Kurt ZeilengaConform schema routines to LDAP naming conventions
2000-07-22 Kurt ZeilengaExpose ldap_create_control
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-21 Kurt ZeilengaAssign "published" OID to Password Modify Extended...
2000-07-21 Kurt ZeilengaUse MODDN not RENAME as primary macro.
2000-07-17 Kurt ZeilengaExpose sasl flags to -lldap (so they can be quiet)
2000-07-17 Kurt ZeilengaRemove Lint
2000-07-17 Kurt ZeilengaFirst cut SASL "interactive" and "quiet" modes (default...
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
2000-07-13 Kurt ZeilengaAdd lutil_ldap.h: contains prototypes for -llutil LDAP...
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-07-08 Kurt ZeilengaITS#619: TLS PRNG initialization code
2000-07-06 Kurt ZeilengaRev the LDAP_VENDOR_VERSION
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-07-04 Kurt ZeilengaImproved but still broken client tools.
2000-07-04 Mark ValenceAdded "threads" config to slapd.conf.
2000-07-04 Kurt ZeilengaAdd Steve Sonntag's (Novell) memory debugging extensions
2000-06-30 Kurt ZeilengaRemove ldap_*_dn() prototypes of #if 0 routines
2000-06-30 Kurt ZeilengaClarify LDAP_ATTRCHAR
2000-06-30 Kurt ZeilengaInclude tab in LDAP_SPACE
2000-06-29 Kurt ZeilengaFix inclusion of <sasl.h>
2000-06-26 Kurt ZeilengaSet TMPDIR
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-25 Kurt ZeilengaAdd comment regarding use of LDAP_OPT_SUCCESS v. LDAP_O...
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-24 Kurt ZeilengaAdded -llber 'N' ber_printf format which inserts a...
2000-06-24 Kurt ZeilengaClarify LinuxThreads USR1/USR2 issue
2000-06-20 Kurt ZeilengaIntroduce LDAP_V() and friends
2000-06-19 Mark ValenceUpdate some prototype macros to build on NT.
2000-06-19 Kurt ZeilengaMake that LDAP_NEEDS_PROTOTYPES... might as well use...
2000-06-19 Kurt ZeilengaNEEDS_PROTOTYPE fix
2000-06-19 Kurt ZeilengaFix NEEDS_PROTOTYPES
2000-06-19 Kurt ZeilengaRemove SCHEMA_NOT_COMPAT #ifdef
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-17 Kurt ZeilengaKill LinuxThreads clones
2000-06-14 Kurt ZeilengaChange cn=schema to cn=subschema to reflect subentry...
2000-06-13 Kurt ZeilengaRename ldap_start_tls() to ldap_start_tls_s() for consi...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Kurt ZeilengaThought I fixed these errors previously... oh well.
2000-06-10 Kurt ZeilengaFix LDAP_END_DECL bug, add LDAP_P() to rebind proc...
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-09 Kurt ZeilengaDetect getaddrinfo
2000-06-09 Kurt Zeilengaremove IA64 lint
2000-06-08 Kurt ZeilengaReally disable pthread rw locks
2000-06-08 Kurt ZeilengaDisable pthread rwlock use til we sort out pool issues
2000-06-07 Kurt ZeilengaAdd VLV and SortList Control API and related (and other...
next