summaryrefslogtreecommitdiffstats
path: root/source/lib/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Readline has problems on non tty fd's. Use readline replacement to in casesJeremy Allison2002-01-191-31/+32
* Fix typo.Martin Pool2001-11-191-1/+1
* Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool2001-11-191-5/+10
* Added comment about why not to cast the assignment ofTim Potter2001-11-191-3/+6
* Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool2001-11-191-7/+5
* Quieten compiler warnings about a callback function prototype that hasMartin Pool2001-11-191-1/+7
* initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2001-10-091-1/+3
* merge from 2.2Gerald Carter2001-09-301-17/+0
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-3/+3
* ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrapTim Potter2001-07-201-13/+34
* Some versions of readline don't have rl_completion_func_t. )-:Tim Potter2001-05-071-2/+1
* Fixed compiler warning.Tim Potter2001-05-071-1/+2
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-1/+1
* added basic command completion supportAndrew Tridgell2001-03-191-1/+6
* much simpler readline codeAndrew Tridgell2001-03-181-73/+44
* much better readline support from Simo Sorce, with some mods from meAndrew Tridgell2001-03-181-0/+126