summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* Update popt help message and use popt-commonJelmer Vernooij2002-10-051-12/+7
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-0/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-13/+12
* The new popt_common_debug code obviates the need to muck around withTim Potter2002-09-051-10/+2
* remove inet_aton()Gerald Carter2002-09-041-1/+1
* Forgot to remove old usage() functionJelmer Vernooij2002-08-291-27/+5
* Use popt for printing --help messageJelmer Vernooij2002-08-291-11/+9
* Use common popt definition for -d option.Tim Potter2002-07-291-7/+1
* If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett2002-07-201-1/+1
* Added -I option to rpcclient.Tim Potter2002-07-091-12/+20
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+1
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-1/+1
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
* Fixed compile warning.Tim Potter2002-05-071-1/+2
* Fixed command line argument parsing.Tim Potter2002-04-171-70/+54
* merges from SAMBA_2_2Gerald Carter2002-04-161-44/+61
* Fixed comment.Tim Potter2002-04-141-1/+1
* Free popt context after argument parsing.Tim Potter2002-04-041-0/+2
* added "list <pipe>" command to display the available commandsGerald Carter2002-04-021-0/+45
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-3/+3
* One more fix to get popt to work for some compilers...this is the downside to...Jim McDonough2002-03-081-15/+22
* Convert rpcclient to use popt instead of getopt. Includes changing of got_pa...Jim McDonough2002-03-071-32/+46
* argc == 0 is an impossible condition.Tim Potter2002-03-071-1/+2
* merge from 2.2 - fix parsing of optionsHerb Lewis2002-02-261-14/+16
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Display nicer message when server name could not be resolved.Tim Potter2002-01-061-3/+3
* put back the -l option to rpcclient.Jean-François Micouleau2001-12-211-1/+8
* Fix for null command description in rpcclient help. From Benjamin KuitTim Potter2001-12-211-1/+2
* lp_setup_logfile() doesn't exist any moreAndrew Tridgell2001-12-201-7/+1
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-3/+2
* initialise stringsJean-François Micouleau2001-12-181-4/+4
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-031-86/+36
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-5/+4
* Display some errors if the initial connection to the server could not beTim Potter2001-10-301-0/+2
* allow the samr commands to work back and the help too ;-)Jean-François Micouleau2001-10-221-9/+11
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-17/+56
* Fixup insure changes for rpcclient.Jeremy Allison2001-10-031-4/+3
* Incorrect definition of debugf.Jeremy Allison2001-10-031-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce2001-09-291-1/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* Fix up NTSTATUS stuff in rpcclient's help functionAndrew Bartlett2001-09-151-5/+5
* oh fooTim Potter2001-09-051-1/+1
* Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-18/+20
* Fix bug in usage().Tim Potter2001-08-271-3/+7
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-6/+6
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-9/+7