]> git.sur5r.net Git - openldap/commit
Patch: Non-unique msgid for abandon in back-<shell,tcl> (ITS#1793)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 5 Jun 2002 16:40:16 +0000 (16:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 5 Jun 2002 16:40:16 +0000 (16:40 +0000)
commit951ca2bd683641460c97bfe0324fd87d0fb9256d
tree2cf3ca1fb70dbedcbaa79eddfcbfdc83acf563df
parent1064f52dae482cee0b2feeff3ca6eea5789033c7
Patch: Non-unique msgid for abandon in back-<shell,tcl>  (ITS#1793)

================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
================

It has just occurred to me - duh - that the process ID of a back-shell
command is a perfectly good unique ID for it, and more useful than
any connection id/message id thingy.  Doesn't need extra arguments
to the shell commands either, except a pid: line to abandon.
And msgid: can still be removed in a future version.
Here is a patch.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
doc/man/man5/slapd-shell.5
servers/slapd/back-shell/abandon.c
servers/slapd/back-shell/add.c
servers/slapd/back-shell/bind.c
servers/slapd/back-shell/compare.c
servers/slapd/back-shell/delete.c
servers/slapd/back-shell/modify.c
servers/slapd/back-shell/modrdn.c
servers/slapd/back-shell/search.c
servers/slapd/back-shell/unbind.c