]> git.sur5r.net Git - openldap/shortlog
openldap
1999-12-11 Kurt ZeilengaWrap request/response bervals in a sequence.
1999-12-11 Mark ValenceFix mem leak in ldap_start_tls(), treat empty host...
1999-12-11 Mark ValenceUnescape host:port when parsing a host list.
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-10 Mark Valenceclient/server controls added to ldap_start_tls().
1999-12-10 Kurt ZeilengaITS#394: index presence bug fix
1999-12-10 Mark ValenceCondition ldap_start_tls on HAVE_TLS.
1999-12-10 Kurt ZeilengaUpdate usage and man page.
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-10 Howard ChuAdd some mutex symbols, delete unused *_values symbols
1999-12-09 Kurt ZeilengaReturn protocol error if reqdata was provided.
1999-12-09 Kurt ZeilengaPlace passwd extended op into builtin list.
1999-12-09 Mark ValenceStart TLS extended op routine.
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-09 Mark ValenceChanged URL to URI for conf/env setting.
1999-12-09 Mark ValenceOn Windows, WSAENOTSOCK is treated the same as EBADF...
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 table of command line arguments used by clients
1999-12-09 Kurt ZeilengaAdd TAG defines for X_CHANGE_PASSWD ID, OLD, NEW.
1999-12-09 Kurt ZeilengaFix {CRYPT} and {UNIX} passwords
1999-12-09 Kurt ZeilengaAdd simple password test program.
1999-12-08 Kurt ZeilengaFix reader/writer bug that allowed 2 writers! Yiks.
1999-12-08 Howard ChuBackout fix in r1.38
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...
next