]> git.sur5r.net Git - openldap/history - servers
Do not attempt to obtain sizeof(sin_addr.s_addr) or &sin_addr.s_addr
[openldap] / servers /
1999-10-30 Kurt ZeilengaDo not attempt to obtain sizeof(sin_addr.s_addr) or...
1999-10-28 Howard ChuDelete obsolete symbols acl_access_allowed and acl_get_...
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-10-28 Howard ChuSpecifies the symbols that slapd must export, for Mingw...
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 Kurt ZeilengaRemove lint
1999-10-27 Howard ChuFor LDAPV2 results, make sure Referrals are appended...
1999-10-26 Kurt ZeilengaAdd more shortcircuits (for $$ cases)
1999-10-26 Kurt ZeilengaAdd support for Root DSE ACLs.
1999-10-25 Kurt ZeilengaAll text messages to be returned with LDAPv2 search...
1999-10-21 Kurt ZeilengaMake accessmask2str reentrant.
1999-10-21 Kurt ZeilengaAdditional changes to improve logic and logging. Still...
1999-10-21 Kurt ZeilengaMore acl parsing fixes... and print fixes.
1999-10-21 Kurt ZeilengaFix parsing of descrete attributes.
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
1999-10-20 Kurt ZeilengaSlight modification to last commit to cast %ld args...
1999-10-19 Howard ChuFix stupid "got <garbage> of 0 so far" debug message...
1999-10-15 Kurt ZeilengaChange the defaultaccess to 'auth'
1999-10-15 Kurt ZeilengaAdd bogus OID string to LDAPsubentry
1999-10-13 Kurt Zeilengas/^attribute/attributetype/
1999-10-13 Kurt ZeilengaChange 'attribute' directive to 'attributetype'
1999-10-06 Kurt ZeilengaUpdate comments
1999-10-06 Kurt ZeilengaAdd other schema references (nameref, alias, subentry...
1999-09-28 Howard ChuFix bug in reporting errors from ltdl library.
1999-09-24 Kurt ZeilengaITS#303: value_add_fast() empty value bug. Ignore...
1999-09-24 Kurt Zeilengabind should not return noSuchObject
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-23 Kurt ZeilengaMove ndn generate to end of str2entry (for clarity).
1999-09-23 Kurt ZeilengaDon't initialize pointers to NULL using calloc().
1999-09-23 Kurt ZeilengaReimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync).
1999-09-23 Ben Collins* configure.in: add tcl8.2 to list of tcl libs to searc...
1999-09-23 Howard ChuAnother typo. dn_normalize is supposed to be dn_normali...
1999-09-22 Ben Collins* backend.c: SLAPD_LDAP_TCL -> SLAPD_TCL_DYNAMIC
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-22 Julio Sánchez Fern... Much as we would like to, we have to live for the time...
1999-09-22 Julio Sánchez Fern... Add JPEG syntax to those known.
1999-09-22 Ben Collins* configure.in: Added better check for libwrap (the...
1999-09-22 Howard ChuFix typo in previous commit
1999-09-22 Howard ChuFix memory leak if duplicate attr name in at_insert
1999-09-22 Kurt ZeilengajpegPhoto: correct syntax and add reference to inetorgp...
1999-09-22 Kurt ZeilengaAdd inetOrgPerson from Smith's I-D 3. Update jpegPhoto...
1999-09-20 Kurt ZeilengaAdd experimental detection of BerkeleyDB2 DB_THREAD.
1999-09-19 Howard ChuFix previous dn checkin
1999-09-19 Howard ChuUndo previous commit
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-17 Julio Sánchez Fern... Let oc_check_allowed grok things like userCertificate...
1999-09-17 Julio Sánchez Fern... Let at_find find the AttributeType that matches a given...
1999-09-17 Julio Sánchez Fern... Add missing paren.
1999-09-16 Kurt Zeilengachanges based upon draft-lachman-laser-ldap-mail-routin...
1999-09-16 Kurt ZeilengaMisc. cleanup
1999-09-16 Kurt ZeilengaAdded lachman mail at/oc to misc.schema.
1999-09-15 Kurt ZeilengaUse ptrdiff_t for pointer offset.
1999-09-13 Kurt Zeilengaconfig should return error if backend or database initi...
1999-09-11 Hallvard FurusethAdd missing ')' when HAVE_TCPD
1999-09-10 Kurt ZeilengaAllow replace with no values
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-08 Kurt Zeilengadb2 flags should be u_int32_t, not int.
1999-09-06 Hallvard FurusethRemove lint
1999-09-05 Kurt ZeilengaFurther trim_refs_url fixes from Hallvard. Need additi...
1999-09-05 Kurt ZeilengaFix = vs == bug
1999-09-05 Hallvard FurusethKill //-style comments
1999-09-04 Hallvard FurusethHandle unknown syntaxes as binary
1999-09-04 Hallvard FurusethAccept unknown object classes
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-09-04 Hallvard FurusethChange -d option to not detach even with -d 0 or compil...
1999-09-04 Kurt ZeilengaRemove #if 0 used to hide dn subtree index problem...
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-09-03 Hallvard FurusethRemove incorrect use of <matched> entry
1999-09-03 Hallvard FurusethCopy back-ldbm patches 1.37 (idl_insert_key returncodes...
1999-09-03 Hallvard FurusethFix SAFEMEMCPY bug from revision 1.32 in idl_insert()
1999-09-03 Kurt ZeilengaBackout rev 1.37 change which was committed by mistake.
1999-09-03 Hallvard FurusethPlug memory leaks when modrdn failure. Fix Typo in...
1999-09-02 Howard ChuFix extraneous call to ldap_msgfree.
1999-09-02 Hallvard FurusethFix: obey be->be_readonly. Also add & obey global_read...
1999-09-02 Hallvard FurusethFix Debug printf format
1999-09-02 Hallvard FurusethCleanup:
1999-09-02 Hallvard FurusethFix str2lower() -> ldap_pvt_str2lower()
1999-09-02 Hallvard FurusethFix ber_pvt_sb_udp_set_dst() argument
1999-09-02 Hallvard FurusethRemove unused vars/function
1999-09-02 Hallvard FurusethAxe <varargs.h> support: Don't use LDAP_P() on varargs...
1999-09-02 Hallvard FurusethAxe <varargs.h> support. Assume STDC C translator...
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id
1999-09-01 Kurt ZeilengaFix idl_insert_key() return codes.
1999-09-01 Kurt Zeilengaif/else clause was reversed and attr->values used where...
1999-09-01 Hallvard FurusethFix uninitialized variable
1999-09-01 Kurt ZeilengaFix idle timeout code.
1999-09-01 Hallvard FurusethFix uninitialized variables
1999-09-01 Hallvard Furusethinclude ac/string.h
1999-08-31 Kurt ZeilengaClean up soctpair for NT. Add USE_PAIR to allow pair...
1999-08-31 Kurt Zeilengasockpair cleanup including:
1999-08-31 Howard ChuUse lutil_pair(), WAKE_LISTENER now uses this socket.
1999-08-31 Kurt ZeilengaShouldn't need to restall signal handler outside of...
1999-08-31 Kurt Zeilengado_admin should reinstall handler on called signal...
1999-08-31 Hallvard FurusethExport ldap_pvt_<find_wildcard,filter_value_unescape...
next