Ensure documentation matches the tdb_util function usage.
[jra/samba/.git] / source3 / lib / readline.c
2008-10-30 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-29 Jeremy AllisonCoverity fix #CID: 607 - resource leak on error path.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-05 Volker LendeckeOS/X does not have rl_done in readline.h
2008-10-04 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Jeremy AllisonCorrectly fix smbclient to terminate on eof from server.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-11-16 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-16 Michael AdamFix an implicit cast warning.
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Stefan Metzmacherr19246: merge from samba4 rev 18207 and 18208:
2007-10-10 James Peachr16274: Fix the smbclient prompting behaviour for both...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-11 Volker LendeckeApply some const
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-19 Simo Sorcesome readline completion exancements
2003-02-08 Andrew Bartlettmerge from HEAD - x_fileno, not fileno on an XFILE
2003-02-08 Andrew BartlettOne more fix for the difference between FILE and X_FILE.
2003-02-08 Andrew BartlettMerge from HEAD - don't mix FILE and X_FILE - fixes...
2003-02-07 Andrew BartlettEnsure we don't get problems between FILE and X_FILE...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-06 Andrew BartlettAs per the 'OK' at CIFS2002, only use the readline...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-19 Jeremy AllisonReadline has problems on non tty fd's. Use readline...
2001-11-19 Martin PoolFix typo.
2001-11-19 Martin PoolDetect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE...
2001-11-19 Tim PotterAdded comment about why not to cast the assignment of
2001-11-19 Martin PoolOops, Tim says rl_completion_func_t doesn't exist in...
2001-11-19 Martin PoolQuieten compiler warnings about a callback function...
2001-10-09 Simo Sorceinitial support to error report in smbclient, useful...
2001-09-30 Gerald Cartermerge from 2.2
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-07-20 Tim Potter^$&%&*$&)% readline uses \n characters instead of letti...
2001-05-07 Tim PotterSome versions of readline don't have rl_completion_func...
2001-05-07 Tim PotterFixed compiler warning.
2001-03-19 Andrew Tridgellfixed rpcclient readline code
2001-03-19 Andrew Tridgelladded basic command completion support
2001-03-18 Andrew Tridgellmuch simpler readline code
2001-03-18 Andrew Tridgellmuch better readline support from Simo Sorce, with...