]> git.sur5r.net Git - openldap/shortlog
openldap
1999-08-07 Kurt ZeilengaUse a cursor to step through ID_BLOCKS.
1999-08-07 Kurt ZeilengaAdd 'quick start guide' reference.
1999-08-07 Kurt ZeilengaRely on FAQ for up to date hints.
1999-08-07 Kurt ZeilengaUpdate TODO... should be moved to the developer's FAQ.
1999-08-07 Kurt ZeilengaAdd extensible filter support to -lldap. Need to imple...
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 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 Kurt ZeilengaFix filter escapes. ITS#247
1999-08-07 Kurt ZeilengaRemove gmon files
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 Zeilengalastmod is on by default.
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 Zeilengabase64 encode userPassword
1999-08-05 Kurt Zeilengabase64 encode userPassword
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 Kurt ZeilengaAdd copyright notices
1999-08-04 Kurt ZeilengaAdd KEEPALIVE support.
1999-08-04 Kurt ZeilengaAdd setup.dsp to workspace
1999-08-04 Kurt ZeilengaAdd copyright notices.
1999-08-04 Kurt ZeilengaForced commit: last log entry not applicable, instead:
1999-08-04 Kurt ZeilengaForced commit: last log not applicable, instead:
1999-08-04 Kurt ZeilengaUse -llber set_nonblock implementation.
1999-08-04 Kurt ZeilengaProvide set_nonblock code which acts upon ber_socket_t...
1999-08-04 Kurt ZeilengaUse LDAP_P in prototype for ldap_pvt_inet_aton
1999-08-04 Gary Williamsif urls is NULL, default to ldap:///
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 Hallvard FurusethSilence libtool if `make -s' is running
1999-08-04 Kurt ZeilengaAdd sasl.c
1999-08-04 Kurt Zeilenganon-blocking connect needs special handling under Winsock.
1999-08-04 Kurt ZeilengaDon't have time to finish SASL right now... this is...
1999-08-03 Kurt ZeilengaForced commit: last log message incorrect.
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 the sleep to 10 seconds (last commit only change...
1999-08-03 Kurt Zeilenga5 seconds just isn't long enough
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 ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-08-03 Julio Sánchez... Needs ldap_config.h to get LDAP_DIRSEP
1999-08-03 Kurt ZeilengaNeeds <ac/stdlib.h> for EXIT_*
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 Hallvard FurusethAddition to previous log: Also killed 2-digit year...
1999-08-03 Hallvard Furuseths/OpenLDAP-bugs/OpenLDAP-its/
1999-08-03 Hallvard FurusethReplace @umich bugreport/support addresses with @openldap
1999-08-03 Randy KunkeeLdaptcl package version 1.2:
1999-08-03 Hallvard Furuseths/*vlenp = NULL;/*vlenp = 0;/
1999-08-03 Hallvard FurusethGrow buffer[] declaration to make space for " $ " separ...
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-03 Kurt ZeilengaAdd HAVE_CYRUS_SASL define
1999-08-02 Kurt ZeilengaAdd detection for Cyrus SASL library.
1999-08-02 Kurt Zeilengaldap_perror: don't print matched DN or error text if...
1999-08-02 Kurt ZeilengaAdd -dn as a synonym for -dnt.
1999-08-02 Kurt Zeilengamultiline separator: s/"$"/" $ "/
1999-08-02 Kurt ZeilengaFix --enable-dns compilation problems.
1999-08-02 Kurt ZeilengaDisable connectionless support until someone implements
1999-08-02 Hallvard FurusethChange unsigned long cast of offset to size_t in ldap_b...
1999-08-02 Hallvard FurusethChange 'unsigned long len' to ber_len_t in get_filter()
1999-08-02 Hallvard FurusethFix format %x -> %lx in des_string_to_key
1999-08-02 Hallvard FurusethFix bitmasks '0xhh << n' to '(masked type)0xhh << n'
1999-08-02 Hallvard FurusethRemove unsigned long: Change to ber_len_t or ber_tag_t.
1999-08-02 Hallvard FurusethFix ber_put_int_or_enum to do its bit fiddling with...
1999-08-02 Hallvard FurusethFinish s/lber_bprint/ber_bprint/ renaming
1999-08-02 Hallvard FurusethPrint ldap_err2string(error number) instead of just...
1999-08-01 Hallvard FurusethInclude <ac/stdlib.h> instead of <stdlib.h>
1999-08-01 Hallvard Furuseths/LDAP_CONST/const/ in ldap_pvt_asser() prototype
1999-08-01 Hallvard FurusethUse $SLURPD_DEBUG
1999-08-01 Hallvard FurusethDefine EXIT_SUCCESS and EXIT_FAILURE if necessary
1999-08-01 Hallvard FurusethAdd missing LDAP_CONST in ber_pvt_assert() prototype
1999-08-01 Hallvard FurusethDelete spurious 7th arg (of 8) to send_search_entry()
1999-08-01 Hallvard Furuseths/unsigned long/ber_len_t/ in typedef BERTranslateProc
1999-08-01 Hallvard FurusethCast ber_read() arg to char*
1999-08-01 Hallvard FurusethMissed an instance of s/struct attrinfo/AttrInfo/
1999-08-01 Hallvard FurusethKill lber_debug
1999-08-01 Hallvard FurusethUse ber_set_option() instead of setting lber_debug
1999-08-01 Hallvard FurusethAlways include <stdlib.h>, to avoid massive breakage...
1999-08-01 Kurt ZeilengaClarify that some files may come with additional restri...
1999-08-01 Hallvard FurusethAlign with ldif2id2children.c: s/int vlen;/ber_len_t...
1999-08-01 Hallvard Furuseths/getopt() != -1/getopt() != EOF/
1999-08-01 Hallvard FurusethSimplify and speed up a bit by removing CHAR64LONG16.
1999-08-01 Kurt ZeilengaAdd openldap-VERSION.tgz comment
1999-07-31 Kurt ZeilengaExperimental fix to ITS#179 fix.
next