]> git.sur5r.net Git - openldap/shortlog
openldap
2000-09-15 Ben Collinscompiler warnings, possible use of unitialized data
2000-09-15 Kurt ZeilengaFix Id
2000-09-15 Kurt ZeilengaKeep ldap_first/next_attribute from running past end...
2000-09-15 Kurt ZeilengaFix handling of optional cred
2000-09-15 Kurt ZeilengaDon't send optional cred if empty
2000-09-15 Kurt ZeilengaFix typo
2000-09-14 Kurt ZeilengaRework ber dump to provide both hex and text output
2000-09-14 Kurt ZeilengaAdd shared lib versioning
2000-09-14 Kurt ZeilengaUse build/version.sh instead of build/version
2000-09-14 Kurt ZeilengaFix typo in Kbind code
2000-09-14 Kurt ZeilengaUse LDIF, not "alternative" format
2000-09-14 Kurt ZeilengaITS#741 fixes
2000-09-14 Kurt ZeilengaCleanup
2000-09-14 Kurt ZeilengaZap LDAP_LIBUI
2000-09-14 Kurt ZeilengaCleanup
2000-09-14 Kurt ZeilengaFix ;binary subtyping
2000-09-13 Ben Collinsmissed newline in printf
2000-09-13 Ben Collinsdereference 'char **text' when passing it as an arg...
2000-09-13 Ben Collinsdeclare return value of index_mask() to be slap_mask_t...
2000-09-13 Kurt ZeilengaUpdate handling of binary syntax to require ";binary...
2000-09-13 Ben Collinsspecifically check for NULL return from acl_get()
2000-09-13 Kurt ZeilengaFix ldap_init/initialize error checking
2000-09-13 Ben CollinsError in setting sa_flags (was never set)
2000-09-13 Ben Collinsspecifically check for NULL return from ldap_int_thread...
2000-09-13 Ben CollinsFix error in if() statement (==, not =)
2000-09-13 Ben Collinss/got_max_ssf/got_min_ssf/ thinko fix when checking...
2000-09-13 Ben Collinsinit output_string to NULL, and check in printbase...
2000-09-13 Kurt ZeilengaUse o=OpenLDAP Project, remove unneed options
2000-09-13 Kurt ZeilengaFix java schema
2000-09-13 Kurt ZeilengaUse root-dse to verify schema files
2000-09-13 Randy KunkeeInclude <ac/param.h> to pick up MAXPATHLEN.
2000-09-13 Kurt ZeilengaAdd Standard Track PKI schema (RFC2587)
2000-09-13 Kurt ZeilengaFix kerboros typo
2000-09-13 Kurt ZeilengaFix reversed assert logic
2000-09-13 Kurt ZeilengaJust catch error, don't explain it
2000-09-13 Kurt ZeilengaClean up
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-09-13 Kurt ZeilengaAdd EOL at EOF
2000-09-12 Kurt ZeilengaRemove extranous characters (^M) and other minor clean up
2000-09-12 Kurt ZeilengaDefault kbind to no as this functionality is deprecated.
2000-09-12 Kurt ZeilengaOnly set URANDOM_DEVICE if undef
2000-09-12 Kurt ZeilengaCatch nextid failures.
2000-09-12 Kurt ZeilengaOnly set URANDOM_DEVICE if undefined
2000-09-12 Kurt ZeilengaMore NT threading fixes
2000-09-12 Kurt ZeilengaFix typo in last commit
2000-09-12 Kurt ZeilengaClean up defaultSearchBase code
2000-09-12 Kurt ZeilengaITS#697: Fix cond_wait
2000-09-12 Kurt ZeilengaAdd entry_encode()
2000-09-12 Kurt Zeilengaremove lint
2000-09-12 Kurt ZeilengaFix bad merge
2000-09-12 Kurt ZeilengaUpdate projects for DB31 (Sleepcat changed library...
2000-09-12 Kurt ZeilengaAdd BitString syntax/matching rule handlers
2000-09-12 Kurt ZeilengaRework TLS code (only supports default connection)
2000-09-12 Kurt ZeilengaAdd initial entry_encode() routine for back-sleepy...
2000-09-12 Kurt ZeilengaRework integer syntax to support signed values.
2000-09-11 Kurt ZeilengaAdd 'defaultSearchBase' configuration directive to...
2000-09-11 Kurt ZeilengaAdd Java (RFC2713) and Corba (RFC2714) schema
2000-09-11 Kurt ZeilengaITS#722: disallow argument buffer overflow
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-11 Kurt ZeilengaImport latest SDF generated INSTALL. This version...
2000-09-11 Kurt ZeilengaFix typo
2000-09-11 Julio Sánchez... Integer (not numericString, that are different) matches.
2000-09-11 Kurt ZeilengaAdd more bind allow/disallow flags
2000-09-11 Kurt ZeilengaSet DB_PRIVATE
2000-09-10 Randy KunkeeGrep for PRNG message in $SEARCHOUT to make sure error...
2000-09-09 Kurt ZeilengaUpdate install docs
2000-09-08 Kurt ZeilengaAdd "allow tls_2_anon" to allow StartTLS to force sessi...
2000-09-08 Kurt ZeilengaMinor change to connection error handling
2000-09-08 Kurt Zeilengadisallow more root dse operations
2000-09-08 Kurt ZeilengaAdd a root dse test to flush out misc problems (like...
2000-09-08 Kurt ZeilengaDisallow inappropriate operations upon the root dse.
2000-09-07 Kurt Zeilengabackout ucdata change as being a little too experimental
2000-09-07 Kurt ZeilengaBandaid ucdata build problems
2000-09-07 Kurt ZeilengaAdd pvt ucdata header
2000-09-07 Kurt ZeilengaUse ucdata (very experimental)
2000-09-07 Kurt ZeilengaITS#717 slapd kbind patch
2000-09-07 Kurt ZeilengaImport typo fix
2000-09-07 Kurt ZeilengaAdd LDAP C++ API
2000-09-07 Kurt ZeilengaFix typo
2000-09-07 Kurt ZeilengaITS#719 remove (more) -b
2000-09-07 Kurt ZeilengaITS(719) remove -b
2000-09-07 Kurt ZeilengaAdd missing "disallow bind_anon" directive (ITS#721)
2000-09-07 Kurt ZeilengaFix -R processing
2000-09-06 Kurt ZeilengaBring man page in sync with current usage.
2000-09-06 Kurt ZeilengaITS#717 kbind fixes
2000-09-06 Kurt ZeilengaFix kbind typo (ITS#717)
2000-09-06 Kurt ZeilengaFix kpasswd/kbind detection (ITS#717)
2000-09-06 Kurt ZeilengaITS#713 check_time_syntax suggested by klasen@zdv.uni...
2000-09-06 Kurt ZeilengaMinor IPv6 changes (ITS#716) suggested by Stig Venass...
2000-09-06 Kurt ZeilengaUpdate based upon ldappasswd(1) usage change
2000-09-06 Kurt Zeilengauser argument should be optional
2000-09-06 Kurt Zeilengadocument optional user argument
2000-09-06 Kurt Zeilengasegfault by ldappasswd -A -S (ITS#714) fix
2000-09-06 Kurt ZeilengaMIT Kerberos and krb5_free_creds_contents (ITS#715)
2000-09-06 Kurt ZeilengaAuth on entry not required
2000-09-05 Kurt Zeilengareuse dnMatch as uniqueMemberMatch
2000-09-05 Kurt ZeilengaRemove entry +x, not needed.
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-09-05 Kurt ZeilengaAdd krb5-kdc to list
2000-09-05 Kurt ZeilengaAdd hdb.schema from Luke Howard <lukeh@padl.com>, file...
next