summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline/readline.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
less likely that anyone will use pstring for new code - got rid of winbind_client.h from includes.h. This one triggered a huge change, as winbind_client.h was including system/filesys.h and defining the old uint32 and uint16 types, as well as its own pstring and fstring. (This used to be commit 9db6c79e902ec538108d6b7d3324039aabe1704f)
2007-10-10r5135: I prepare a clean up in includes.hStefan Metzmacher1-0/+2
metze (This used to be commit 670e088e94468a5311353dbbaa7e34d200999313)
2007-10-10r3323: more warning reductionsAndrew Tridgell1-1/+1
(This used to be commit 5921587ec26e4892efc678421277e4969417d7f5)
2007-10-10r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell1-1/+1
and nasy pointer tricks. this involved fixing some of the internals of smbclient (This used to be commit 126fec6169f9412932c82e7675840476132bce87)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+159
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)