]> git.sur5r.net Git - openldap/shortlog
openldap
1999-11-17 Kurt ZeilengaMake sure generated files are up to date....
1999-11-17 Kurt Zeilengas/==/=/ in sh equality tests
1999-11-17 Kurt ZeilengaUse lber types instead of uint32 for md5. sha1 still...
1999-11-17 Kurt Zeilengaadd comments here and there
1999-11-17 Kurt ZeilengaUse objectclass LDAProotDSE for root DSE instead of...
1999-11-11 John Quillanfixed problem in which we didn't statically link in...
1999-11-10 Howard ChuMove str2access and access2str outside #ifdef LDAP_DEBU...
1999-11-09 Mark ValenceAdded support for external extensions (based on modulel...
1999-11-09 Mark ValenceRewrite to better support external modules hooking...
1999-11-09 Mark ValenceAdded calls to new module_init() and module_kill()...
1999-11-09 Mark ValenceAdded new module_* routines, changed def. of load_exten...
1999-11-09 Mark ValenceRemoved previous changes for extensions -- extensions...
1999-11-09 Mark ValenceBug fixes to do_extended().
1999-11-09 Mark ValenceLoad extension library on "extension" keyword in config...
1999-11-09 Mark ValenceIn preparation for extensions improvements, added send_...
1999-11-09 Mark ValenceIn preparation for extensions improvements -- added...
1999-11-08 Kurt ZeilengaBackout premature commit.
1999-11-08 Mark ValenceAdded a "dnattr" case for ACIs (still need to check...
1999-11-08 Mark ValenceMinor bug fix in ldap_parse_extended_result.
1999-11-08 Kurt ZeilengaLast commit added framework for ber_errno.
1999-11-08 Kurt ZeilengaLast commit contained cleanups and optimizations allowe...
1999-11-08 Kurt ZeilengaAdd X format for compatibility with other SDK implement...
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-11-08 Kurt ZeilengaUse LDAP_F for libc routines
1999-11-08 Kurt ZeilengaNeeds <ldap.h> due to stubs.
1999-11-06 Kurt ZeilengaAdd empty struct ldapoptions declaration to avoid pulli...
1999-11-06 Mark ValenceUpdated ACI code to work with new ACL changes. All...
1999-11-06 Mark ValenceAdded ldap_pvt_tls_* prototypes.
1999-11-05 Howard ChuFix - v2ref returned a pointer that it did not allocate...
1999-11-05 Howard ChuDelete unnecessary exports
1999-11-05 Howard ChuRelocated the stubs function to avoid being dependent on
1999-11-05 Howard ChuFix to prevent freeing the same pointer twice on mod...
1999-11-05 Howard ChuFix to avoid freeing an uninitialized pointer
1999-11-04 Randy KunkeeRemove extra ber_free.
1999-11-04 Randy KunkeeCall ber_free instead of ldap_ber_free.
1999-11-03 Randy KunkeeClean up some memory problems.
1999-11-03 Kurt Zeilengano UD_BASE to use for my_ldap_dn2ufn(). Comment out...
1999-11-03 Kurt ZeilengaMake stat message consistent with other operations.
1999-11-02 Kurt ZeilengaDo not maintain a presence search on 'objectclass'...
1999-11-02 Howard ChuRemoved explicit include of <ac/param.h> because it...
1999-11-02 Kurt Zeilengawrite winsock with AC_CACHE_CHECK to allow mangling...
1999-11-02 Kurt ZeilengaRemove unnecessary dependency upon $ac_cv_mingw32.
1999-11-02 Kurt ZeilengaModify NT Threads check to use AC_CHECK_FUNC(_beginthread)
1999-11-01 Kurt ZeilengaMove NT Thread test into build/openldap.m4. Still...
1999-11-01 Howard ChuFix broken patch to v2ref
1999-11-01 Howard ChuObsolete file
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaDefine HAVE_NT_EVENT_LOG && HAVE_NT_SERVICE_MANAGER...
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-11-01 Kurt ZeilengaUse typedef instead of #define for ssize_t.
1999-11-01 Kurt ZeilengaAdd configure tests for ssize_t and caddr_t and remove...
1999-11-01 Kurt ZeilengaUse compile time, instead of run time, sizeof checks.
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-11-01 Kurt ZeilengaSet modifiersname/timestamp upon creation.
1999-11-01 Kurt ZeilengaFix typo in gethostbyaddr_r nargs test
1999-11-01 Kurt ZeilengaRemove more dependencies upon $ac_cv_mingw32
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-10-30 Kurt ZeilengaFix nargs tests for gethostby{name,addr}_r to handle...
1999-10-30 Kurt ZeilengaFix ctime_r nargs detection to return 0 if no prototype...
1999-10-30 Mark Valencebug fixes for ldap_msgtype and ldap_msgid
1999-10-30 Kurt ZeilengaDo not attempt to obtain sizeof(sin_addr.s_addr) or...
1999-10-30 Kurt ZeilengaUse uint32 not u_int as code requires 32 bit unsigned...
1999-10-30 Kurt ZeilengaAdd readability to comments
1999-10-30 Kurt ZeilengaAdd comment stating that uint32 must be exactly 32...
1999-10-30 Kurt ZeilengaAdd support for sizeof(short) == 4 when sizeof(int...
1999-10-28 Kurt ZeilengaAdd comment to top of sendmail.cf to discourage directo...
1999-10-28 Kurt ZeilengaReorganize a bit to behave more like other mailer m4...
1999-10-28 Kurt ZeilengaRefine comments.
1999-10-28 Kurt ZeilengaRemove some dependencies upon $ac_cv_mingw32. Most...
1999-10-28 Howard ChuAdded NT-specific definitions to acconfig.h preamble
1999-10-28 Howard ChuDelete obsolete symbols acl_access_allowed and acl_get_...
1999-10-28 Kurt ZeilengaAdd third argument AC_DEFINE() calls added by last...
1999-10-28 Howard ChuLog of Source Changes for Mingw32 Port of OpenLDAP
1999-10-28 Howard ChuFix log message from previous commit...
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-10-28 Howard ChuFixed use of LDAP_F macro
1999-10-28 Howard ChuFixed the LDAP_F macro.
1999-10-28 Howard ChuFor Mingw32, added declarations for snprintf and vsnprintf
1999-10-28 Howard ChuAdded LDAP_SIGUSR macros for NT
1999-10-28 Howard ChuAdded LDAP_DIRSEP macro for NT
1999-10-28 Howard ChuFixes for NT support:
1999-10-28 Howard ChuAdded macros for Mingw32 support.
1999-10-28 Howard ChuFor Mingw32, include stdlib.h to test for sys_errlist
1999-10-28 Howard ChuAdded support for Mingw32
1999-10-28 Howard ChuNew files added for Mingw32 support.
1999-10-28 Howard ChuSpecifies the symbols that slapd must export, for Mingw...
1999-10-28 Howard ChuFix misc syntax warnings and/or bugs.
1999-10-28 Howard ChuFix Winsock-related warning and/or bugs.
1999-10-28 Howard ChuAdded stubs function, for dummy references to exported...
1999-10-28 Howard ChuFix Winsock-related warnings and/or bugs.
1999-10-28 Howard ChuAdded line to #include "ldap_pvt.h". Part of Mingw32...
1999-10-28 Howard ChuAdded numsubordinates operational attribute
1999-10-28 Kurt ZeilengaAdd comment containing possible dn attributetype specif...
1999-10-27 Mark ValenceChanges to make TLS work on Windows
1999-10-27 Kurt ZeilengaFix up comments.
1999-10-27 Kurt ZeilengaReally fix gettimeofday usage.
1999-10-27 Kurt ZeilengaDon't use sig_atomic_t.
1999-10-27 Kurt ZeilengaIn fallback mode, use value of buffer to improve qualit...
1999-10-27 Kurt ZeilengaPort to NT.
next