summaryrefslogtreecommitdiff
path: root/source3/lib/readline.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-19Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison1-31/+32
2001-11-19Fix typo.Martin Pool1-1/+1
2001-11-19Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool1-5/+10
2001-11-19Added comment about why not to cast the assignment ofTim Potter1-3/+6
2001-11-19Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool1-7/+5
2001-11-19Quieten compiler warnings about a callback function prototype that hasMartin Pool1-1/+7
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce1-1/+3
2001-09-30merge from 2.2Gerald Carter1-17/+0
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-3/+3
2001-07-20^$&%&*$&)% readline uses \n characters instead of letting the terminal wrapTim Potter1-13/+34
2001-05-07Some versions of readline don't have rl_completion_func_t. )-:Tim Potter1-2/+1
2001-05-07Fixed compiler warning.Tim Potter1-1/+2
2001-03-19fixed rpcclient readline codeAndrew Tridgell1-1/+1
2001-03-19added basic command completion supportAndrew Tridgell1-1/+6
2001-03-18much simpler readline codeAndrew Tridgell1-73/+44
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-0/+126