summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug in usage().Tim Potter2001-08-271-3/+7
| | | | Allow user to invoke with \\ or // in front of server name.
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-278-94/+94
|
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-107-40/+248
| | | | | | | - ported two rpc back from TNG (WINREG: shutdown and abort shutdown) - some optimizations and changed some DEBUG statement in loadparm.c - changed rpcclient a bit moved from non reentrant next_token_nr to next_token - in cmd_reg.c not sure if getopt will work ok on all platforms only setting optind=0
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-5/+5
| | | | | emphasise the fact that the spoolss pipe returns DOS error codes instead of 32-bit nt status codes.
* Return an exit code when connect failed.Tim Potter2001-07-271-1/+1
| | | | Patch from Michael Sweet <mike@easysw.com>
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12
| | | | | | According to the incorruptible judges find and grep, the latter won. Mmm - procrastination. (-:
* 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
| | | | can't redefine them. damn.
* The big character set handling changeover!Andrew Tridgell2001-07-044-133/+139
| | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation.
* 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
| | | | | | | | | but the code suffered from bitrot and is not now reentrant. That means we can get bizarre behaviour i've fixed this by making next_token() reentrant and creating a next_token_nr() that is a small non-reentrant wrapper for those lumps of code (mostly smbclient) that have come to rely on the non-reentrant behaviour
* 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 samlookupnames and samlookuprids rpcclient commands.
* Added add domain user to rpcclient.Tim Potter2001-06-041-0/+88
| | | | Added cli_ functions for set userinfo and userinfo2.
* 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
| | | | in separate commit after I get it working in 2.2.
* 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
| | | | Allow rid to be specified in lookupuser.
* Added queryaliasmem function.Tim Potter2001-05-041-4/+104
| | | | | Moved fetch_domain_sid() calls out of harms way so they didn't spam out queries on SAMR pipe.
* Tidyup of server vs servername, username vs user to remove compilerTim Potter2001-05-041-24/+24
| | | | warnings.
* 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
| | | | Don't try to run anything if user just presses return at rpcclient prompt.
* 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
| | | | Jeremy.
* Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter2001-03-281-2/+2
| | | | convert names to rids yet.
* Added Gerald's fixes.Jeremy Allison2001-03-231-2/+0
| | | | Jeremy.
* More unused variables.Jeremy Allison2001-03-232-14/+6
| | | | Jeremy.
* 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
| | | | | enumprinters so that it works as well. Couple of other misc fixes while we're working on rpcclient.