summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2002-08-12Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough1-29/+46
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter1-0/+80
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-13/+5
2002-07-30Some crash fixes for netshareenum returning zero shares.Tim Potter1-1/+1
2002-07-29Our include popt is starting to get a bit old - fixed some compileTim Potter1-3/+3
2002-07-29We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett1-13/+3
2002-07-29Started to get samsync to insert account information in the passdb. It'sTim Potter1-110/+309
2002-07-29Use common popt definition for -d option.Tim Potter1-7/+1
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-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell7-270/+519
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-07Merge from HEAD:Tim Potter1-39/+156
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-15Merge of lsa lookup names/sids patch from HEAD.Tim Potter1-10/+11
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