]> git.sur5r.net Git - openldap/history - servers
Add <ac/string.h>
[openldap] / servers /
1999-08-17 Hallvard FurusethAdd <ac/string.h>
1999-08-17 Kurt ZeilengaRemove lint.
1999-08-17 Kurt ZeilengaUpdate MSVC project and remove lint
1999-08-17 Hallvard FurusethAdd missing progname argument to fprintf
1999-08-17 Kurt ZeilengaMake -d levels additive
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-17 Howard ChuFix typo: "extenisbleObject" -> "extensibleObject"
1999-08-17 Howard ChuAdd "modulepath" config statement for setting the searc...
1999-08-17 Howard ChuMake init_module return a success/fail value.
1999-08-16 Hallvard Furusethback-ldbm: Kill ldbm_ignore_nextid_file, replace with...
1999-08-16 Hallvard Furuseths/text/text ? text : ""/ in Statslog
1999-08-16 Hallvard FurusethAdd ldap_*2name() in <include,libldap>/schema, use...
1999-08-16 Hallvard FurusethITS#251: Remove 1st "u" (old UDP option) from getopt()
1999-08-14 Kurt ZeilengaAllow "" DNs
1999-08-14 Kurt ZeilengaAssert on malloc failure
1999-08-14 Kurt ZeilengaFix add to topless root.
1999-08-14 Kurt ZeilengaAdded labeledURI (standard track schema) from RFC2047
1999-08-13 Kurt ZeilengaFix empty dn.
1999-08-13 Kurt ZeilengaForce to LDAPv3 until BIND
1999-08-13 Kurt ZeilengaAdd DN_INDICES search filter and has_children support...
1999-08-12 Kurt ZeilengaAdd LDAPsubentry to allow some structure to be added...
1999-08-12 Kurt ZeilengaAdd "objectclass: LDAPsubentry" to provide structure...
1999-08-12 Kurt ZeilengaAdd dn_subtree() (used for subtree index generation)
1999-08-12 Kurt ZeilengaLeft DN_INDICES defines by mistake... it's not ready...
1999-08-11 Kurt ZeilengaImplement DN_PARENT_PREFIX and framework for DN_SUBTREE...
1999-08-11 Kurt ZeilengaModify replace_values not to merge in new values when...
1999-08-11 Kurt ZeilengaAdd LDAPsubentry (without OID).
1999-08-11 Kurt ZeilengaRemoved redundant dn_normalization(strdup(ndn)) from...
1999-08-09 Howard ChuFix build dependencies. Last try was not parallel-safe.
1999-08-09 Kurt Zeilengalimit maxindirect to 9
1999-08-09 Kurt ZeilengaRemove lint.
1999-08-09 Howard ChuFix explicit backend dependencies. Wildcard was unreliable.
1999-08-08 Hallvard Furusethldap_op.c: Get LDAP->ld_lberoptions from libldap/ldap...
1999-08-08 Hallvard FurusethSeparate put_nextid() out from next_id_write() in back...
1999-08-08 Kurt ZeilengaRemove bogus free.
1999-08-08 Kurt ZeilengaFix typo in previous commit as well as integrate bubble...
1999-08-08 Kurt ZeilengaReplace bubble move with SAFEMEMCPY
1999-08-07 Kurt ZeilengaEliminate a bubble move.
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-07 Howard ChuFinal round of module changes
1999-08-07 Howard ChuModified to use libtool's ltdl instead of gmodule
1999-08-07 Howard ChuModified for use with libtool's ltdl instead of gmodule
1999-08-07 Hallvard FurusethMinor cleanup:
1999-08-07 Hallvard FurusethPlug memory leaks (parallell to back-ldbm/idl.c version...
1999-08-07 Hallvard FurusethFix typo in error message: idl_fetch -> bdb2i_idl_fetch
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-06 Howard ChuPreliminary Make rules to allow building backends as...
1999-08-06 Howard ChuFor dynamic modules, must explicitly zero BackendInfo...
1999-08-06 Hallvard FurusethFactor out ldif entry parsing so all ldif2* tools will...
1999-08-06 Hallvard FurusethTypo: s/elineno, elineno/elineno, lineno/ in error...
1999-08-05 Kurt ZeilengaAdd missing "\n" in usage statement
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-08-05 Kurt ZeilengaAdd basic configure support of --enable-quipu
1999-08-05 Kurt ZeilengaUpdate projects to use ldif2common.*
1999-08-04 Kurt ZeilengaAdd copyright notice.
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-04 Gary Williamsdon't force debug to 65535
1999-08-04 Hallvard Furuseths/return 0/return EXIT_SUCCESS/ in main(), #include...
1999-08-04 Hallvard FurusethAlign somewhat with ldif2ldbm: Obey HAVE_SYS_PARAM_H...
1999-08-04 Hallvard FurusethFactor out ldif2* intialization to ldif2common.c
1999-08-04 Kurt ZeilengaAdd sasl.c
1999-08-04 Kurt ZeilengaDon't have time to finish SASL right now... this is...
1999-08-03 Kurt ZeilengaList supportedSASLmechanisms based upon what sasl_listm...
1999-08-03 Kurt ZeilengaAdd multimaster replication support (ITS#170) based...
1999-08-03 Kurt ZeilengaUpdate default access usage comment.
1999-08-03 Kurt Zeilengachange order of tag and err in logging (only). Does...
1999-08-03 Kurt ZeilengaInitial inet_aton() detection.
1999-08-03 Kurt ZeilengaNeeds <ac/stdlib.h> for EXIT_*
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 Kurt ZeilengaAdd a little SASL framework and remove old X-DIGEST...
1999-08-03 Hallvard FurusethReplace NULLBER with NULL
1999-08-03 Hallvard FurusethRemove obsolete 7th arg (opatts) from send_search_entry...
1999-08-02 Kurt ZeilengaDisable connectionless support until someone implements
1999-08-02 Hallvard FurusethChange 'unsigned long len' to ber_len_t in get_filter()
1999-08-02 Hallvard FurusethFinish s/lber_bprint/ber_bprint/ renaming
1999-08-01 Hallvard FurusethDelete spurious 7th arg (of 8) to send_search_entry()
1999-08-01 Hallvard FurusethMissed an instance of s/struct attrinfo/AttrInfo/
1999-08-01 Hallvard FurusethKill lber_debug
1999-08-01 Hallvard FurusethAlign with ldif2id2children.c: s/int vlen;/ber_len_t...
1999-08-01 Hallvard Furuseths/getopt() != -1/getopt() != EOF/
1999-07-31 Kurt ZeilengaExperimental fix to ITS#179 fix.
1999-07-31 Kurt ZeilengaAdd support for "foo:< http://localhost/path.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-30 Julio Sánchez Fern... When recreating a database from an ldif file created...
1999-07-30 Julio Sánchez Fern... IDs in the LDIF input were not being used in id2childre...
1999-07-29 Kurt ZeilengaVery crude LDIF changes:
1999-07-29 Kurt ZeilengaFix modlist bug in last commit
1999-07-29 Kurt ZeilengaSave attributes until we've completed schema check and
1999-07-29 Kurt ZeilengaAdd suffixalias.c
1999-07-28 Kurt ZeilengaSlightly better ITS#238 fix than last commit... has...
1999-07-28 Kurt ZeilengaFix index_change_vals NULL vals bug (ITS#238)
1999-07-27 Kurt ZeilengaDefault lastmod to ON.
1999-07-27 Kurt ZeilengaReturn LDAP_CONSTRAINT_VIOLATION if user attempts to...
1999-07-27 Kurt ZeilengaFix -USLAPD_RLOOKUPS
1999-07-27 Kurt ZeilengaResurrect suffix aliasing...
1999-07-27 Kurt ZeilengaFix "dn" index. Only "sub" was being generated instead...
1999-07-27 Kurt Zeilengamove wsa error to -llutil
1999-07-27 Kurt ZeilengaRelocate to -llutil
1999-07-25 Howard ChuMoved unbind processing into connection_destroy. unbind...
1999-07-25 Howard ChuFix unportable code. Thanks, Hallvard.
next