summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-04Free popt context after argument parsing.Tim Potter1-0/+2
2002-04-02added "list <pipe>" command to display the available commandsGerald Carter1-0/+45
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-3/+3
2002-03-08One more fix to get popt to work for some compilers...this is the downside to...Jim McDonough1-15/+22
2002-03-07Convert rpcclient to use popt instead of getopt. Includes changing of got_pa...Jim McDonough1-32/+46
2002-03-07argc == 0 is an impossible condition.Tim Potter1-1/+2
2002-02-26merge from 2.2 - fix parsing of optionsHerb Lewis1-14/+16
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-06Display nicer message when server name could not be resolved.Tim Potter1-3/+3
2001-12-21put back the -l option to rpcclient.Jean-François Micouleau1-1/+8
2001-12-21Fix for null command description in rpcclient help. From Benjamin KuitTim Potter1-1/+2
2001-12-20lp_setup_logfile() doesn't exist any moreAndrew Tridgell1-7/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-3/+2
2001-12-18initialise stringsJean-François Micouleau1-4/+4
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett1-86/+36
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-5/+4
2001-10-30Display some errors if the initial connection to the server could not beTim Potter1-0/+2
2001-10-22allow the samr commands to work back and the help too ;-)Jean-François Micouleau1-9/+11
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-17/+56
2001-10-03Fixup insure changes for rpcclient.Jeremy Allison1-4/+3
2001-10-03Incorrect definition of debugf.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-29return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce1-1/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+3
2001-09-15Fix up NTSTATUS stuff in rpcclient's help functionAndrew Bartlett1-5/+5
2001-09-05oh fooTim Potter1-1/+1
2001-09-05Don't crash if run with no command line arguments. (-:Tim Potter1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-18/+20
2001-08-27Fix bug in usage().Tim Potter1-3/+7
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-6/+6
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-9/+7
2001-07-27Return an exit code when connect failed.Tim Potter1-1/+1
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-16/+62
2001-07-08fixed anonymous login in rpcclientAndrew Tridgell1-4/+7
2001-07-08improved the command line parsing of rpcclientAndrew Tridgell1-16/+17
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-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-4/+4
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter1-0/+2
2001-05-31merge from 2.2Gerald Carter1-12/+28
2001-05-31merge from 2.2Gerald Carter1-0/+6
2001-05-24Removed some level 0 debugs accidentally left in - oops.Tim Potter1-3/+0
2001-05-24Replaced next_command() with call to next_token().Tim Potter1-21/+5
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter1-16/+30
2001-05-04More usability fixes.Tim Potter1-1/+3
2001-05-04Allow ctrl-d to exit rpcclient.Tim Potter1-4/+7
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-14/+80
2001-03-23Added Gerald's fixes.Jeremy Allison1-2/+0