summaryrefslogtreecommitdiff
path: root/source3/lib/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity fix #CID: 607 - resource leak on error path.Jeremy Allison2008-10-291-0/+1
* OS/X does not have rl_done in readline.hVolker Lendecke2008-10-051-0/+8
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-031-1/+12
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-11/+12
* Fix an implicit cast warning.Michael Adam2007-11-161-1/+1
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-3/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r19246: merge from samba4 rev 18207 and 18208:Stefan Metzmacher2007-10-101-1/+3
* r16274: Fix the smbclient prompting behaviour for both systems that haveJames Peach2007-10-101-27/+38
* r13316: Let the carnage begin....Gerald Carter2007-10-101-2/+2
* Apply some constVolker Lendecke2003-08-111-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-0/+24
* merge from HEAD - x_fileno, not fileno on an XFILEAndrew Bartlett2003-02-081-1/+1
* Merge from HEAD - don't mix FILE and X_FILE - fixes debian bugAndrew Bartlett2003-02-081-3/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+18
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* 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