]> git.sur5r.net Git - openldap/shortlog
openldap
1999-05-26 Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
1999-05-26 Kurt ZeilengaRemove mkversion project.
1999-05-25 Howard ChuFor ITS#158: keep mixed-case backend suffix in addition...
1999-05-25 Kurt ZeilengaBeOS comment was incorrect.
1999-05-24 Kurt ZeilengaEliminate DECL_STRDUP check in favor of simple fix...
1999-05-24 Kurt ZeilengaUse memcmp not strncmp for non-string comparisons.
1999-05-24 Kurt Zeilengasetsockopt( SO_KEEPALIVE ) on the listen() socket....
1999-05-24 Kurt ZeilengaImplement keep alives. Probably should be a configurat...
1999-05-24 Kurt ZeilengaDo not set db_cachesize under BerkeleyDB 2.4.
1999-05-24 Kurt ZeilengaMinor header cleanup.
1999-05-24 Kurt ZeilengaProtect externs from inappropriate macro expansion.
1999-05-24 Kurt ZeilengaITS#159 fix. ldaphost may be NULL when used as printf...
1999-05-24 Julio Sánchez... Untested support for parsing attribute type definitions
1999-05-24 Julio Sánchez... Initial incomplete and broken version.
1999-05-23 Ben CollinsSynced to show changes in openldap.m4
1999-05-23 Kurt ZeilengaRemove empty else and other minor cleanup.
1999-05-22 Kurt Zeilengaldap.h:
1999-05-22 Kurt ZeilengaRemoved too much LINT.
1999-05-21 Kurt ZeilengaRemove LINT.
1999-05-21 Kurt Zeilengafix url vs url_in typo.
1999-05-21 Kurt ZeilengaAdd prototypes for ldap_parse_result() and friends.
1999-05-21 Kurt ZeilengaInitial checkin of ldap_search_ext() and friends.
1999-05-21 Kurt ZeilengaFilter timestamps, etc., from all test inputs before...
1999-05-21 Kurt ZeilengaFix typo in ldap_delete_ext() which caused msgid to...
1999-05-21 Kurt Zeilengas/PACKAGE/OPENLDAP_PACKAGE/
1999-05-21 Kurt ZeilengaAssert pointer args
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-21 Kurt Zeilengadon't free connections[i]
1999-05-21 Ben CollinsFixed missing comma in -ldb check
1999-05-21 Kurt ZeilengaProtect strcasecmp from macro w/ args expansion.
1999-05-21 Kurt ZeilengaAdd CLIENTDIR to alllow easy selection of alternative...
1999-05-20 Kurt ZeilengaDisable LBER_END_SEQORSET for now.
1999-05-20 Kurt Zeilengaetest/dtest now work correctly. Commented out bogus...
1999-05-20 Kurt ZeilengaShould not have freed ber_buf when freeing temp copy
1999-05-20 Kurt Zeilengafound my lber bug... ber_buf should have been freed...
1999-05-20 Kurt Zeilenga$LIBVERSION -> $(LIBVERSION)
1999-05-20 Kurt ZeilengaFix initialization bug in ber_init_w_nullc()
1999-05-20 Kurt ZeilengaVersion.c deprecated in favor of mkversion.
1999-05-20 Kurt ZeilengaDeprecated in favor of mkversion.
1999-05-20 Kurt ZeilengaFixed bug in dtest code.
1999-05-19 Kurt ZeilengaImproving e/d test (until I find the my damn bug)
1999-05-19 Kurt ZeilengaEnhance encode/decode test programs to encode sets...
1999-05-19 Juan GomezDo code reuse through ldbm_modify_internal().
1999-05-19 Julio Sánchez... Fixed segfault in a ldif2ldbm-bdb2 child
1999-05-19 Julio Sánchez... Added missing semicolon.
1999-05-19 Julio Sánchez... Added missing declaration
1999-05-19 Kurt ZeilengaRemoved lint.
1999-05-19 Kurt Zeilengamethod tag should be unsigned long.
1999-05-19 Kurt Zeilengas/NULLMSG/NULL/
1999-05-19 Kurt ZeilengaAdd EXEEXT and MKVERSION support
1999-05-19 Kurt ZeilengaAdd EXEEXT and MKVERSION support.
1999-05-19 Kurt ZeilengaAdd UL to more BER tags.
1999-05-19 Kurt ZeilengaAdd UL to LBER tags.
1999-05-19 Juan GomezFixed a memory leak and getting ready to reuse some...
1999-05-19 Kurt Zeilengas/HAVE_SYSLOG/LDAP_SYSLOG/g
1999-05-19 Kurt ZeilengaReplace #ifndef WIN32 with #ifdef HAVE_SYSLOG
1999-05-19 Kurt ZeilengaAdd LDAP_CONST to kerberos bind routines
1999-05-19 Kurt ZeilengaAdd LDAP_CONST to ldap_set_option() invalue
1999-05-19 Kurt ZeilengaMissing LDAP_CONST from ldap_set_option() declaration.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-18 Kurt ZeilengaWrap externs with parens to protect against inproper...
1999-05-18 Kurt ZeilengaAdd check for <sys/select.h> for AIX.
1999-05-12 Juan GomezAdded the targets test-nis-schema, test-nis-schema...
1999-05-12 Juan GomezScript that starts a server with NIS schema and sample...
1999-05-12 Juan GomezConfig files that use the NIS related schema.
1999-05-11 Gary Williamsuse mutex to protect connection in connection_destroy...
1999-05-07 Gary WilliamsMove maxkids = cmdkids after fork of ldif2id2children...
1999-05-07 Ben CollinsMoved db1/db.h check to the db1 marco in openldap.m4...
1999-05-07 Ben CollinsMissing # in front of else in the sockinit #if's
1999-05-06 Gary Williamsldap_pvt_thread_kill doesn't work on NT, so use hit_soc...
1999-05-06 Gary Williamsmove bind_addr to make it externally available. NT...
1999-05-06 Gary Williamsadd wsa_err.c to project
1999-05-06 Gary Williamsroutine to get string for last WSA error on NT
1999-05-06 Gary Williamsdefine Versionstr, I'm sure there's a better way, but...
1999-05-06 Gary Williamsadd root_dse.c
1999-05-06 Gary Williamsdetect debug level and output to stdout
1999-05-06 Gary Williamsmove socket.h before errno.h so EWOULDBLOCK is defined...
1999-05-06 Ben CollinsGlibc 2.1 has Berkley db as -ldb1. Set up the autoconf...
1999-05-06 Julio Sánchez... Initial version
1999-05-04 Ben CollinsMoved -lnet,socket check for BeOS to the rest of the...
1999-05-04 Ben CollinsInclude sys/time.h if we have it defined, needed for...
1999-05-04 Ben CollinsInstall man page from 26797srcdir in case building...
1999-05-04 Ben CollinsAdded -lnet for BeOS libs. Also need to add some sort...
1999-05-04 Kurt ZeilengaFix "configurations".
1999-05-04 Kurt ZeilengaRelevant drafts...
1999-05-03 Hallvard FurusethITS#118: Remove "delete" and add [self] in access level...
1999-05-03 Hallvard FurusethFix typo "-c" to "-H"
1999-05-03 Kurt ZeilengaAdd LDAP_CONST macro for use within EXTERNAL headers...
1999-05-03 Kurt ZeilengaProvide a little information about SDF, how to use...
1999-05-03 Kurt ZeilengaCleanup formatting. Reorganization preamble informatio...
1999-05-02 Kurt ZeilengaAdd logo image.
1999-05-01 Kurt ZeilengaMinor adjustments to paths due to reorganization
1999-05-01 Kurt ZeilengaReorganize tree to better support multiple documents.
1999-05-01 Kurt ZeilengaMake copyright/license look good in -2html as well.
1999-05-01 Kurt ZeilengaCleanup copyright.sdf and license.sdf.
1999-05-01 Kurt ZeilengaUse SDF features to generate numberred sections.
1999-05-01 Kurt ZeilengaInclude software copyright/license as appendix.
1999-05-01 Kurt ZeilengaUpdate copyright to be in SDF format.
1999-04-30 Kurt ZeilengaFix typos.
1999-04-30 Kurt ZeilengaAdd LDIF2 draft.
next