Issue 96 - readline support for contrib/saucer
Summary: readline support for contrib/saucer
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-07 20:27 UTC by oddbjorn@tricknology.org
Modified: 2014-08-01 21:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oddbjorn@tricknology.org 1999-03-07 20:27:59 UTC
Full_Name: Oddbj�rn Steffensen
Version: 1.2.0
OS: FreeBSD 3.1-STABLE
URL: ftp://ftp.openldap.org/incoming/oddbjorn-saucer-readline-990307.tar
Submission from: (NULL) (130.67.197.155)


Hello,

I've added readline support to the saucer program in contrib,
and added a preliminary Makefile for it. Tried to get in touch
with the original author, but the mail address mentioned in 
the source bounces.

Seems to work ok, but not extensively tested. As an additional
bonus, it displays the current dn in the prompt.

Tested on FreeBSD 3.1-STABLE.

regards,
-oddbj�rn
Comment 1 Hallvard Furuseth 1999-03-08 01:24:37 UTC
> Seems to work ok, but not extensively tested. As an additional
> bonus, it displays the current dn in the prompt.

Good idea, bad patch.  Please try
<URL:http://www.uio.no/~hbf/saucer-patch> instead.

- Removed 8-bit char from .c file,
- Removed <readline/history.h>, older readlines do not seem to include it,
- why not use your prompt in non-readline mode too?,
- don't use full dn as prompt if it is too long.
  (Otherwise my department would have an 89-line prompt...)

-- 
Hallvard

Comment 2 Kurt Zeilenga 1999-03-12 23:12:56 UTC
moved from Incoming to Software Enhancements
Comment 3 Kurt Zeilenga 1999-03-12 23:19:57 UTC
changed notes
Comment 4 Kurt Zeilenga 1999-04-20 23:24:43 UTC
changed state Open to Feedback
Comment 5 Kurt Zeilenga 1999-06-13 19:32:20 UTC
Hallvard,

did you integrate your changes into -devel?
do changes need to be committed to re12?
should saucer be moved from contrib to clients?

Kurt
Comment 6 Kurt Zeilenga 1999-12-12 00:51:09 UTC
changed state Feedback to Closed
Comment 7 OpenLDAP project 2014-08-01 21:07:00 UTC
Hallvard working on integration of this patch.