summaryrefslogtreecommitdiffstats
path: root/source3/lib/cmd_interp.c
Commit message (Expand)AuthorAgeFilesLines
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* 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-12/+2
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-3/+3
* Use the new client error api.Tim Potter2001-08-101-2/+2
* missed a couple of strchr callsAndrew Tridgell2001-07-041-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-6/+6
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+0
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-2/+2
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-1/+0
* Fixed -d option for rpcclient.Tim Potter2001-01-021-2/+7
* code review of rpcclientGerald Carter2000-12-111-159/+140
* Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2000-12-081-3/+3
* Fix for plaintext passwords from Pat Sandfort @ HP.Jeremy Allison2000-11-161-3/+6
* -U% should be an anonymous connection. Fixed bug whereGerald Carter2000-09-011-1/+2
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-0/+2
* added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-291-22/+92
* Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2000-08-141-13/+7
* hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton2000-08-141-2/+4
* jeremy,Luke Leighton2000-08-141-11/+15
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-13/+7
* More work on rpcclient...Gerald Carter2000-07-311-4/+2
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-0/+1
* Added EnumPorts() and fixed up some problemsGerald Carter2000-07-211-48/+27
* Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2000-07-141-8/+3
* Fixed a bug in parsing the command line.Gerald Carter2000-07-101-1/+1
* More rpcclient merge issues:Gerald Carter2000-07-071-9/+11
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-0/+1363