summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
...
* add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter2003-07-301-1/+3
* Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2003-07-251-33/+31
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-15/+0
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-15/+138
* more compile fixes for become/unbecome_root()Gerald Carter2003-07-091-0/+15
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-4/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+4
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-10/+10
* Merge:Tim Potter2003-04-281-11/+11
* Merge:Tim Potter2003-04-281-2/+4
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+3
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-145/+12
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-2/+5
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-3/+20
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-22/+37
* Merge: const fixes.Tim Potter2003-02-251-110/+87
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-3/+3
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+6
* Sync with head...Jelmer Vernooij2002-10-281-12/+7
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-49/+17
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-8/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-38/+48
* 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