summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-5/+5
* Return an exit code when connect failed.Tim Potter2001-07-271-1/+1
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-207-68/+128
* 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-044-133/+139
* fix compiler warningsSimo Sorce2001-06-231-0/+2
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-213-16/+16
* Added delete domain user rpcclient command.Tim Potter2001-06-201-1/+84
* Added some msdfs client routines.Tim Potter2001-06-131-0/+291
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-061-0/+2
* Added stubs for dfs rpc client routines.Tim Potter2001-06-061-0/+32
* Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
* Added add domain user to rpcclient.Tim Potter2001-06-041-0/+88
* merge from 2.2Gerald Carter2001-05-311-12/+28
* merge from 2.2Gerald Carter2001-05-311-0/+6
* merge from 2.2Gerald Carter2001-05-311-1/+1
* Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2001-05-242-2/+267
* Fixed compiler warning.Tim Potter2001-05-241-1/+0
* 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-243-426/+61
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-8/+15
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+48
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
* Memory leak fixes plus general cleanup.Tim Potter2001-05-111-35/+20
* Fixed querydispinfo command.Tim Potter2001-05-081-12/+36
* iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
* Added queryaliasmem function.Tim Potter2001-05-041-4/+104
* Tidyup of server vs servername, username vs user to remove compilerTim Potter2001-05-041-24/+24
* Added cmd_samr_enum_dom_groups() function.Tim Potter2001-05-041-2/+86
* 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-284-87/+386
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-082-10/+10
* Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter2001-03-281-2/+2
* Added Gerald's fixes.Jeremy Allison2001-03-231-2/+0
* More unused variables.Jeremy Allison2001-03-232-14/+6
* merge from 2.2 (reorder commands in array)Gerald Carter2001-03-191-1/+1
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-16/+3
* addprinter and adddriver are working now :-)Gerald Carter2001-03-153-61/+459
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-1/+61
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-26/+355
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-154-15/+102
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-144-269/+294
* move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter2001-03-131-1/+2