summaryrefslogtreecommitdiff
path: root/source/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return an exit code when connect failed.Tim Potter2001-07-271-1/+1
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-16/+62
* fixed anonymous login in rpcclientAndrew Tridgell2001-07-081-4/+7
* improved the command line parsing of rpcclientAndrew Tridgell2001-07-081-16/+17
* 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-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-4/+4
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-061-0/+2
* merge from 2.2Gerald Carter2001-05-311-12/+28
* merge from 2.2Gerald Carter2001-05-311-0/+6
* Removed some level 0 debugs accidentally left in - oops.Tim Potter2001-05-241-3/+0
* Replaced next_command() with call to next_token().Tim Potter2001-05-241-21/+5
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-16/+30
* More usability fixes.Tim Potter2001-05-041-1/+3
* Allow ctrl-d to exit rpcclient.Tim Potter2001-05-041-4/+7
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-14/+80
* Added Gerald's fixes.Jeremy Allison2001-03-231-2/+0
* More unused variables.Jeremy Allison2001-03-231-13/+3
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-16/+3
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-32/+139
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-6/+23
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-72/+152
* move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter2001-03-131-1/+2
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-151-0/+64
* Memory leak fixes and uninitialised variables spotted by insure.Tim Potter2001-01-121-16/+18