summaryrefslogtreecommitdiff
path: root/source3/lib/readline.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-29Coverity fix #CID: 607 - resource leak on error path.Jeremy Allison1-0/+1
2008-10-05OS/X does not have rl_done in readline.hVolker Lendecke1-0/+8
2008-10-03Correctly fix smbclient to terminate on eof from server.Jeremy Allison1-1/+12
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-11/+12
2007-11-16Fix an implicit cast warning.Michael Adam1-1/+1
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-3/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher1-1/+3
2007-10-10r16274: Fix the smbclient prompting behaviour for both systems that haveJames Peach1-27/+38
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+2
2003-08-11Apply some constVolker Lendecke1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-0/+24
2003-02-08merge from HEAD - x_fileno, not fileno on an XFILEAndrew Bartlett1-1/+1
2003-02-08Merge from HEAD - don't mix FILE and X_FILE - fixes debian bugAndrew Bartlett1-3/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+18
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