summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2002-07-21Tpot missed one...Andrew Bartlett1-1/+1
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-3/+3
2002-07-20If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett1-1/+1
2002-07-14Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier toAndrew Bartlett1-51/+116
2002-07-09Added -I option to rpcclient.Tim Potter1-12/+20
2002-07-07Updates to the 'name -> sid' code:Andrew Bartlett1-3/+2
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-2/+2
2002-06-26Qualify some of the hexidecimal responses with 0xAndrew Bartlett1-5/+5
2002-06-25Try to avoid infinite loops when reteriving users - even from broken servers.Andrew Bartlett1-1/+4
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2-2/+2
2002-06-04Fixed compiler warning.Tim Potter1-1/+0
2002-06-03Added getdompwinfo function.Tim Potter1-0/+26
2002-06-01Update for new interface to netfileenumJim McDonough1-1/+1
2002-05-31Update netfileenum to new api.Jim McDonough1-1/+1
2002-05-31Fixed crash bug in querydispinfo.Tim Potter1-70/+62
2002-05-30Added netfileenum (sorry - no output though (-:) command.Tim Potter1-0/+33
2002-05-29Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter1-0/+23
2002-05-28Added netshareenum command at level 1 and 2.Tim Potter1-1/+74
2002-05-28Some fixes for enumerating domain groups and aliases:Tim Potter1-25/+63
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2-2/+2
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett1-48/+11
2002-05-18Remove unused files.Andrew Bartlett1-3/+6
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-14/+29
2002-05-14The cli_spoolss_setprinterdata() function interface changed slightly.Tim Potter1-2/+4
2002-05-07Added cmd_spoolss_enumjobs() function to rpcclient.Tim Potter1-39/+156
2002-05-07Fixed more compiler warnings.Tim Potter1-3/+3
2002-05-07Fixed compile warning.Tim Potter1-1/+2
2002-04-17Fixed command line argument parsing.Tim Potter1-70/+54
2002-04-16merges from SAMBA_2_2Gerald Carter1-44/+61
2002-04-14The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter1-10/+16
2002-04-14Fixed comment.Tim Potter1-1/+1
2002-04-04Free popt context after argument parsing.Tim Potter1-0/+2
2002-04-03removing unused files....Gerald Carter1-88/+0
2002-04-02added "list <pipe>" command to display the available commandsGerald Carter1-0/+45
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-13/+160
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter2-4/+4
2002-03-08Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough1-1/+1
2002-03-08One more fix to get popt to work for some compilers...this is the downside to...Jim McDonough1-15/+22
2002-03-07Convert rpcclient to use popt instead of getopt. Includes changing of got_pa...Jim McDonough1-32/+46
2002-03-07Cosmetic fixup for enum_printersTim Potter1-2/+5
2002-03-07Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2-30/+41
2002-03-07argc == 0 is an impossible condition.Tim Potter1-1/+2
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-1/+1
2002-02-26merge from 2.2 - fix parsing of optionsHerb Lewis1-14/+16
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-13/+150
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-52/+60
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-14/+23
2002-02-19Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter1-13/+14
2002-01-31Added addform, setform and deleteform commands. The only one I could getTim Potter1-4/+169