summaryrefslogtreecommitdiff
path: root/source3/lib/cmd_interp.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+3
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-12/+2
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-10Use the new client error api.Tim Potter1-2/+2
2001-07-04missed a couple of strchr callsAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-6/+6
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-2/+2
2001-04-28few cleanups to bring in line with 2.2Gerald Carter1-1/+0
2001-01-02Fixed -d option for rpcclient.Tim Potter1-2/+7
2000-12-11code review of rpcclientGerald Carter1-159/+140
2000-12-08Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter1-3/+3
2000-11-16Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison1-3/+6
2000-09-01-U% should be an anonymous connection. Fixed bug whereGerald Carter1-1/+2
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-0/+2
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter1-22/+92
2000-08-14Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison1-13/+7
2000-08-14hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton1-2/+4
2000-08-14jeremy,Luke Leighton1-11/+15
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-13/+7
2000-07-31More work on rpcclient...Gerald Carter1-4/+2
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-0/+1
2000-07-21Added EnumPorts() and fixed up some problemsGerald Carter1-48/+27
2000-07-14Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter1-8/+3
2000-07-10Fixed a bug in parsing the command line.Gerald Carter1-1/+1
2000-07-07More rpcclient merge issues:Gerald Carter1-9/+11
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-0/+1363