]> git.sur5r.net Git - openldap/history - servers
Added a "dnattr" case for ACIs (still need to check the ACI OID).
[openldap] / servers /
1999-11-08 Mark ValenceAdded a "dnattr" case for ACIs (still need to check...
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-11-08 Kurt ZeilengaNeeds <ldap.h> due to stubs.
1999-11-06 Mark ValenceUpdated ACI code to work with new ACL changes. All...
1999-11-05 Howard ChuFix - v2ref returned a pointer that it did not allocate...
1999-11-05 Howard ChuDelete unnecessary exports
1999-11-05 Howard ChuRelocated the stubs function to avoid being dependent on
1999-11-05 Howard ChuFix to prevent freeing the same pointer twice on mod...
1999-11-05 Howard ChuFix to avoid freeing an uninitialized pointer
1999-11-03 Kurt ZeilengaMake stat message consistent with other operations.
1999-11-02 Kurt ZeilengaDo not maintain a presence search on 'objectclass'...
1999-11-02 Howard ChuRemoved explicit include of <ac/param.h> because it...
1999-11-01 Howard ChuFix broken patch to v2ref
1999-11-01 Howard ChuObsolete file
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaAdditional mods to fix NT single threaded support.
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-11-01 Kurt ZeilengaAdd configure tests for ssize_t and caddr_t and remove...
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-11-01 Kurt ZeilengaSet modifiersname/timestamp upon creation.
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...
next