]> git.sur5r.net Git - openldap/history - servers
Matching rules and syntaxes, initial step.
[openldap] / servers /
1999-06-14 Julio Sánchez Fern... Matching rules and syntaxes, initial step.
1999-06-14 Juan GomezAdded index_delete_values() in preparation for changes...
1999-06-14 Juan Gomezofficial -> canonical
1999-06-14 Juan Gomezs/official/canonical/ & s/at_on/at_cn/
1999-06-14 Julio Sánchez Fern... Some changes to be more inline with the constification...
1999-06-14 Julio Sánchez Fern... Initial definitions for syntaxes and matching rules.
1999-06-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-12 Kurt ZeilengaChange referral comment to point to root.openldap.org...
1999-06-12 Kurt ZeilengaResched changes struct state without lock to avoid...
1999-06-12 Kurt Zeilengaconnection_get:
1999-06-11 Kurt ZeilengaAdd additional assert in connection get for race debugging.
1999-06-11 Juan GomezAdded at_official_name() to enable uniform naming of...
1999-06-11 Juan GomezAdded code for uniform naming of index files.
1999-06-11 Juan GomezAdded at_ooficial_type() for uniform naming of index...
1999-06-11 Kurt ZeilengaEXPERIMENTAL: move slapd_remove to connections_read...
1999-06-10 Kurt ZeilengaAdd Debug to help sort out race condition.
1999-06-10 Kurt ZeilengaClose inactive streams instead of asserting condition.
1999-06-10 Kurt ZeilengaAdd cheap EBADF loop protection.
1999-06-10 Kurt ZeilengaFix typo in last commit.
1999-06-10 Kurt ZeilengaDon't shutdown when select() returns EBADF.
1999-06-10 Kurt ZeilengaFix unprotected (and bad) FD_SET asserts.
1999-06-09 Kurt Zeilengadisable referral directive.
1999-06-09 Julio Sánchez Fern... Removed unnecessary definition that is already in core...
1999-06-08 Julio Sánchez Fern... Fixed some syntax errors.
1999-06-05 Kurt Zeilengas/LDAP_OPT_MATCH_STRING/LDAP_OPT_MATCHED_DN/
1999-06-04 Kurt ZeilengaInitialize connection pointer to NULL else won't be...
1999-06-04 Kurt ZeilengaFix typo in previous commit.
1999-06-04 Kurt ZeilengaAdd diagnostics.
1999-06-04 Kurt ZeilengaClose hit socket.
1999-06-04 Kurt ZeilengaMove WAKE_LISTENER call behind &connection_mutex to...
1999-06-03 Kurt ZeilengaAdd cn=monitor, cn=config, cn=schema to namingContexts.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/DEFAULT_DIRSEP/DIRSEP/
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaNo anonymous unions.
1999-06-02 Kurt ZeilengaMake first argument of *_get_option const (experimental).
1999-06-02 Kurt ZeilengaAdd prototype for at_add().
1999-06-02 Kurt Zeilengavalue_normalize can change the length of value. Fixed
1999-06-02 Kurt ZeilengaUpdate Release/SRelease include paths
1999-06-02 Kurt ZeilengaFix -ULDAP_DEBUG lint.
1999-06-02 Kurt ZeilengaUsed pre-normalized len of e_dn instead of just using...
1999-06-01 Kurt ZeilengaShouldn't need <sys/stat.h>.
1999-05-31 Julio Sánchez Fern... Fudge oc_kind on synthesized objectclasses so that...
1999-05-31 Kurt ZeilengaRemove lint.
1999-05-30 Julio Sánchez Fern... Some definition reordering to satisfy dependencies.
1999-05-30 Julio Sánchez Fern... Oops, fp_parse_line tokenizes in place, so we need...
1999-05-30 Julio Sánchez Fern... Lose previously commented out old code.
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-28 Julio Sánchez Fern... Provide (and use) #define shortcuts
1999-05-28 Julio Sánchez Fern... First step in new schema support.
1999-05-27 Kurt ZeilengaApply string literal strdup fix to BDB2.
1999-05-27 Kurt ZeilengaMake a copy of "dn" to avoid modification of string...
1999-05-27 Kurt Zeilengamove connection_close call from connection_input to...
1999-05-27 Kurt ZeilengaMake connection_first/next/done reentrant.
1999-05-27 Kurt Zeilengaremove redundant memset 0 of connection entry after...
1999-05-27 Kurt ZeilengaAdd comment concerning connections mutex. Need to...
1999-05-27 Kurt ZeilengaLock (connections_mutex) should be acquired by caller.
1999-05-27 Kurt ZeilengaAdd assert( s != NULL )
1999-05-26 Kurt ZeilengaUpdate main comment.
1999-05-26 Julio Sánchez Fern... Fix compilation errors, mod declared as LDAPMod, but...
1999-05-26 Juan GomezRelocated nis schema.
1999-05-26 Juan GomezMirror modrdn special case fix to db2.
1999-05-26 Juan GomezFix name typo
1999-05-26 Juan GomezMake bdb2i_modify_internal() public.
1999-05-26 Juan GomezMake bdb2i_back_modify_internal() public so it can...
1999-05-26 Juan GomezAdded fix to allow modrdn whose new rdn was already...
1999-05-26 Juan GomezAgain mirroring LDAMP_MOD_SOFTADD changes....
1999-05-26 Juan GomezMirroring changes related to indexing to db2 backend...
1999-05-26 Juan GomezAdded support for LDAP_MOD_SOFTADD.
1999-05-26 Juan GomezFixed index file naming bug and added support for LDAP_...
1999-05-26 Juan GomezAdd LDAP_MOD_SOFTADD const.
1999-05-26 Juan GomezAdded include <ac/time.h> needed for struct timeval...
1999-05-26 Howard ChuObsolete file. Oops.
1999-05-26 Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
1999-05-25 Howard ChuFor ITS#158: keep mixed-case backend suffix in addition...
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-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 Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-21 Kurt Zeilengadon't free connections[i]
1999-05-20 Kurt ZeilengaShould not have freed ber_buf when freeing temp copy
1999-05-19 Juan GomezDo code reuse through ldbm_modify_internal().
1999-05-19 Julio Sánchez Fern... Fixed segfault in a ldif2ldbm-bdb2 child
1999-05-19 Julio Sánchez Fern... Added missing semicolon.
1999-05-19 Julio Sánchez Fern... Added missing declaration
1999-05-19 Kurt Zeilengamethod tag should be unsigned long.
1999-05-19 Juan GomezFixed a memory leak and getting ready to reuse some...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
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
next