]> git.sur5r.net Git - openldap/commit
StartTLS now grabs conn->c_mutex before mucking with connection.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 2 Mar 2000 20:36:53 +0000 (20:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 2 Mar 2000 20:36:53 +0000 (20:36 +0000)
commit5681a79d964ff0ef1a40ccf14994da50cb7a6058
tree479c3339f34c3a3917a95906ae67f15812357744
parent10588da3c57aadc8ab787be7f0f349881db3e281
StartTLS now grabs conn->c_mutex before mucking with connection.
Add comment concerning sequencing issues which need to be resolved
by reworking of connection state machine.  Add note that a race
condition exists until this rework is complete.
Rework extended operations to return pointer to static error text.
servers/slapd/back-ldbm/passwd.c
servers/slapd/extended.c
servers/slapd/libslapd.dsp
servers/slapd/passwd.c
servers/slapd/starttls.c