]> git.sur5r.net Git - openldap/shortlog
openldap
1999-12-08 Howard ChuFix the 1.71 fix - only offset the length if the last...
1999-12-08 Howard ChuFix ldap_chase_referrals to treat "ldap://host/" referr...
1999-12-08 Kurt ZeilengaFound and fixed stupid bug in seeded hash generation.
1999-12-08 Kurt ZeilengaAdd StartTLS draft
1999-12-08 Mark ValenceReplaced LDAP_EXOP_X_START_TLS with LDAP_EXOP_START_TLS
1999-12-08 Mark ValenceAdded LDAP_EXOP_X_START_TLS
1999-12-08 Kurt ZeilengaNeed to adjust len by saltlen
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-07 Gary Williamsbuild project doesnt need to create an exe, just a...
1999-12-07 Gary Williamsbuild -Win32 Release wants a make file
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-06 Kurt Zeilengareduce slap_passwd_check to simple form
1999-12-06 Gary Williamsadd -r switch to man page
1999-12-06 Kurt ZeilengaSet ber_errno here and there.
1999-12-06 Mark ValenceChanged ldap_pvt_tls_init_def_ctx() to not fail if...
1999-12-06 Mark ValenceRemoved some unused vars.
1999-12-05 Mark ValenceBug fix. == NULL changed to != NULL before freeing...
1999-12-05 Mark ValenceRemoved unused local var.
1999-12-05 Kurt ZeilengaRemove istty test otherwise we may not detach.
1999-12-04 Kurt ZeilengaAdd warning about portability between environments
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 Gary WilliamsNo one complained, so here's the change to ldapdelete...
1999-12-03 Kurt ZeilengaRemove lint.
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-02 Kurt ZeilengaAdd key words usage BCP.
1999-12-01 Mark ValenceRemoved unnecessary #include "back-ldbm.h".
1999-11-30 Howard Chuldap_result was losing messages when multiple msgids...
1999-11-29 Kurt ZeilengaAdd send_ldap_sasl() to facility implementation of...
1999-11-29 Howard ChuMust not use "DB_THREAD" flag without HAVE_BERKELEY_DB2...
1999-11-28 Howard ChuAdded missing ldap_pvt_thread_mutex_trylock function.
1999-11-28 Howard ChuRead a full buffer from wake_sds whenever we wake up...
1999-11-28 Kurt ZeilengaRemove nested comment.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-11-25 Kurt ZeilengaFix prototypes to use ber_int_t consistently.
1999-11-25 Kurt ZeilengaUse 'long' for LBER_INT_T.
1999-11-25 Kurt ZeilengaDon't use 'int' for LBER_*_T types as we only have...
1999-11-25 Howard Chuload_extension was referenced unconditionally, but...
1999-11-24 Howard ChuRemoved RCS keywords from header comment.
1999-11-24 Kurt Zeilengaadjust to kerberos/passwd rearrangements.
1999-11-23 Kurt ZeilengaCleanup BEGIN/END DECL
1999-11-23 Kurt ZeilengaSuck in lber types from lber.h (which were moved to...
1999-11-23 Kurt ZeilengaFix typo
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 recently added LDAP-related RFCs
1999-11-22 Kurt ZeilengaUndelete.
1999-11-22 Kurt ZeilengaObsoleted by RFC 1778
1999-11-22 Kurt ZeilengaAdd SASL RFC
1999-11-22 Kurt ZeilengaAdd OID for LDAPsubentry... this item likely to change
1999-11-22 Kurt Zeilengarev 1
1999-11-22 Kurt Zeilengarev 5
1999-11-22 Kurt Zeilengadraft rev 1.
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-19 Kurt ZeilengaLess crypto error message...
1999-11-19 Kurt ZeilengaFix typo in ldap_compare_ext. Found by dspeck@novell...
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 ZeilengaITS#349: if user hits RETURN at "Change base to?",...
1999-11-17 Kurt ZeilengaITS#352: don't pring NULL group names.
1999-11-17 Kurt ZeilengaITS#356: don't print entry if name is NULL.
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 ZeilengaBooker says Krb5 requires "-lkrb4 -lkrb5 -ldes425 ...
1999-11-17 Kurt ZeilengaMake sure generated files are up to date....
1999-11-17 Kurt Zeilengas/==/=/ in sh equality tests
1999-11-17 Kurt ZeilengaUse lber types instead of uint32 for md5. sha1 still...
1999-11-17 Kurt Zeilengaadd comments here and there
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...
next