]> git.sur5r.net Git - openldap/history - servers
Modify password code such that backend end routine calls into
[openldap] / servers /
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-12-09 Mark ValenceBug fix: re-used Connection have TLS value for previou...
1999-12-09 Kurt ZeilengaAdd simple password test program.
1999-12-08 Howard ChuFix the 1.71 fix - only offset the length if the last...
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-12-07 Gary Williamsrelease build needs advapi32.lib added to link
1999-12-06 Kurt Zeilengareduce slap_passwd_check to simple form
1999-12-04 Kurt ZeilengaModify slapd.conf to match example provided in Quick...
1999-12-04 Kurt ZeilengaFix ldap_rename parameter order (ITS#387)
1999-12-03 Howard ChuFix memory losses, ITS#379
1999-12-02 Howard ChuFix off-by-one in v2ref
1999-12-02 Howard ChuFix WAKE_LISTENER hang in single-threaded server
1999-12-02 Howard ChuDon't call FD_SET for an fd if it is already set. This...
1999-12-01 Mark ValenceRemoved unnecessary #include "back-ldbm.h".
1999-11-29 Kurt ZeilengaAdd send_ldap_sasl() to facility implementation of...
1999-11-28 Howard ChuRead a full buffer from wake_sds whenever we wake up...
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-25 Kurt ZeilengaFix prototypes to use ber_int_t consistently.
1999-11-25 Howard Chuload_extension was referenced unconditionally, but...
1999-11-24 Kurt Zeilengaadjust to kerberos/passwd rearrangements.
1999-11-23 Kurt ZeilengaSwitch userpasswd from 'ces' to 'bin'.
1999-11-23 Kurt ZeilengaMove userPassord and krbName authentication routines...
1999-11-22 Mark ValenceAdd supportedACIMechanisms to root DSE (when compiling...
1999-11-22 Mark ValenceAdd get_supported_acimech() for use by root_dse, check...
1999-11-22 Mark ValenceAdded get_supported_acimech()
1999-11-22 Mark ValenceAdd supportedACIMechanisms to operation attributes...
1999-11-22 Mark ValenceAdd supportedACIMechanisms and aCIMechanism attributetypes.
1999-11-22 Kurt ZeilengaAdd OID for LDAPsubentry... this item likely to change
1999-11-22 Kurt ZeilengaAdd some simple DESC... every item should have a DESC
1999-11-22 Kurt ZeilengaShift a few more "core" items from pilot to core.
1999-11-21 Kurt ZeilengaMove dcObject uidObject to core.schema
1999-11-21 Kurt ZeilengaRemove Netscape (draft) TTL schema
1999-11-21 Kurt ZeilengaAdd RFC2589 Dynamic Directory schema
1999-11-21 Kurt ZeilengaAdd OpenLDAP RCSid
1999-11-21 Kurt ZeilengaPlug memory leak.
1999-11-21 Mark Valenceschema definitions from Active Directory.
1999-11-17 Kurt ZeilengaAdvertise LDAP_CONTROL_X_CHANGE_PASSWD.
1999-11-17 Mark ValenceUse get_supported_extension() accessor instead of suppo...
1999-11-17 Kurt ZeilengaITS#357 (cont): Don't crash on at_cn == NULL.
1999-11-17 Mark ValenceAdded "ntdom" backend info.
1999-11-17 Kurt ZeilengaITS#357: at_cn == NULL causes crash
1999-11-17 Kurt ZeilengaInstall schema.
1999-11-17 Mark ValenceAdded get_supported_extension(), removed extern support...
1999-11-17 Mark ValenceUse get_supported_extension() accessor instead of suppo...
1999-11-17 Mark ValenceAdded get_supported_extension(int) accessor (replaces...
1999-11-17 Kurt ZeilengaUse objectclass LDAProotDSE for root DSE instead of...
1999-11-11 John Quillanfixed problem in which we didn't statically link in...
1999-11-10 Howard ChuMove str2access and access2str outside #ifdef LDAP_DEBU...
1999-11-09 Mark ValenceAdded support for external extensions (based on modulel...
1999-11-09 Mark ValenceRewrite to better support external modules hooking...
1999-11-09 Mark ValenceAdded calls to new module_init() and module_kill()...
1999-11-09 Mark ValenceAdded new module_* routines, changed def. of load_exten...
1999-11-09 Mark ValenceRemoved previous changes for extensions -- extensions...
1999-11-09 Mark ValenceBug fixes to do_extended().
1999-11-09 Mark ValenceLoad extension library on "extension" keyword in config...
1999-11-09 Mark ValenceIn preparation for extensions improvements, added send_...
1999-11-09 Mark ValenceIn preparation for extensions improvements -- added...
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'
next