summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-21/+29
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-4/+8
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-50/+36
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-22/+160
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij1-4/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij1-0/+4
2003-04-28Perform lp_load() before popt to fix -W option.Tim Potter1-11/+11
2003-04-23Patch from waider to set exit code of last executed command specifiedTim Potter1-2/+4
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-2/+3
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter1-2/+5
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-3/+20
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-1/+2
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-145/+11
2003-03-17Applied waider's patch to return DOS error codes for pipes thatTim Potter1-14/+34
2003-03-07safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls theAndrew Bartlett1-8/+3
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter1-2/+2
2003-02-25Fixed up some const related compiler warnings.Tim Potter1-3/+3
2003-02-21Fix for only specifying one command with -cTim Potter1-1/+4
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij1-0/+1
2003-02-17Don't pstrcpy into an fstring. (Harmless in this case since it comesMartin Pool1-3/+10
2003-02-17Start reworking rpcclient to use popt rather than next_token to parseMartin Pool1-103/+69
2003-01-21revert accidentally committed changesJim McDonough1-3/+4
2003-01-21Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough1-4/+3
2003-01-11A couple more fstring/pstring issues - and move from sizeof(fstring) toAndrew Bartlett1-3/+3
2003-01-08Display an error message when the server cannot be resolved when running atTim Potter1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-05Update popt help message and use popt-commonJelmer Vernooij1-12/+7
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-0/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-13/+12
2002-09-05The new popt_common_debug code obviates the need to muck around withTim Potter1-10/+2
2002-09-04remove inet_aton()Gerald Carter1-1/+1
2002-08-29Forgot to remove old usage() functionJelmer Vernooij1-27/+5
2002-08-29Use popt for printing --help messageJelmer Vernooij1-11/+9
2002-07-29Use common popt definition for -d option.Tim Potter1-7/+1
2002-07-20If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett1-1/+1
2002-07-09Added -I option to rpcclient.Tim Potter1-12/+20
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-1/+1
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-1/+1
2002-05-07Fixed compile warning.Tim Potter1-1/+2
2002-04-17Fixed command line argument parsing.Tim Potter1-70/+54
2002-04-16merges from SAMBA_2_2Gerald Carter1-44/+61
2002-04-14Fixed comment.Tim Potter1-1/+1
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