Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 1 | -1/+1 |
| | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Readline has problems on non tty fd's. Use readline replacement to in cases | Jeremy Allison | 2002-01-19 | 1 | -31/+32 |
| | | | | | where stdin is !isatty to allow stripts to work. Jeremy. | ||||
* | Fix typo. | Martin Pool | 2001-11-19 | 1 | -1/+1 |
| | |||||
* | Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the moment | Martin Pool | 2001-11-19 | 1 | -5/+10 |
| | | | | | this is only to get the cast right, but it might help with other parts of the API that changed later. | ||||
* | Added comment about why not to cast the assignment of | Tim Potter | 2001-11-19 | 1 | -3/+6 |
| | | | | rl_attempted_completion_function to rl_completion_function_t. | ||||
* | Oops, Tim says rl_completion_func_t doesn't exist in all versions of | Martin Pool | 2001-11-19 | 1 | -7/+5 |
| | | | | readline. | ||||
* | Quieten compiler warnings about a callback function prototype that has | Martin Pool | 2001-11-19 | 1 | -1/+7 |
| | | | | changed in recent versions of Readline. | ||||
* | initial support to error report in smbclient, useful when using smbclient -c ↵ | Simo Sorce | 2001-10-09 | 1 | -1/+3 |
| | | | | | | in scripts. Thanks to Claudio Cicali aka FleXer for the initial patch | ||||
* | merge from 2.2 | Gerald Carter | 2001-09-30 | 1 | -17/+0 |
| | |||||
* | declare dbf in one spot | Andrew Tridgell | 2001-09-10 | 1 | -1/+0 |
| | |||||
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -3/+3 |
| | | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default. | ||||
* | ^$&%&*$&)% readline uses \n characters instead of letting the terminal wrap | Tim Potter | 2001-07-20 | 1 | -13/+34 |
| | | | | | | the screen. This mucks up expect something severe. )-: Don't use readline if the CLI_NO_READLINE environment variable is set. | ||||
* | Some versions of readline don't have rl_completion_func_t. )-: | Tim Potter | 2001-05-07 | 1 | -2/+1 |
| | | | | Spotted by http://build.samba.org/ | ||||
* | Fixed compiler warning. | Tim Potter | 2001-05-07 | 1 | -1/+2 |
| | |||||
* | fixed rpcclient readline code | Andrew Tridgell | 2001-03-19 | 1 | -1/+1 |
| | |||||
* | added basic command completion support | Andrew Tridgell | 2001-03-19 | 1 | -1/+6 |
| | |||||
* | much simpler readline code | Andrew Tridgell | 2001-03-18 | 1 | -73/+44 |
| | | | | should work with readline 2.x | ||||
* | much better readline support from Simo Sorce, with some mods from me | Andrew Tridgell | 2001-03-18 | 1 | -0/+126 |
to make it a bit simpler |