summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2008-01-25Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner1-34/+99
2008-01-25Fix bogus uninitialized variable warningsVolker Lendecke1-1/+1
2008-01-25Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner1-0/+48
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner1-20/+31
2008-01-25Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner1-21/+23
2008-01-25Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner1-4/+5
2008-01-24Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner1-0/+42
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-4/+7
2008-01-23strtok -> strtok_rVolker Lendecke1-4/+6
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-10/+10
2008-01-15Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner1-8/+14
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-1/+1
2008-01-14Fix rpcclient display_trust_dom_info().Günther Deschner1-1/+1
2008-01-14Remove some more hand written LSA rpc.Günther Deschner1-3/+6
2008-01-14Use some more pidl generated LSA rpc in rpcclient.Günther Deschner1-59/+46
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-2/+3
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+12
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-4/+4
2007-12-19Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner1-0/+37
2007-12-18Fix an error when accessing unallocated sid in error path.Michael Adam1-3/+3
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke3-8/+8
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-5/+6
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-3/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-07Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+81
2007-12-07Allow to set custom message in wkssvc messagebuffer.Günther Deschner1-1/+6
2007-12-07Fix build with new werror based pidl rpc.Günther Deschner1-4/+9
2007-12-07Add cmd_wkssvc_messagebuffersend().Günther Deschner1-2/+37
2007-12-07Add getjoininformation to rpcclient.Günther Deschner1-0/+26
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison2-8/+8
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2-7/+8
2007-12-06Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner1-0/+9
2007-12-03Fix wkssvc callers.Günther Deschner1-2/+4
2007-12-03Fix dfs callers.Günther Deschner1-42/+56
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner2-65/+34
2007-12-01Fix some C++ warningsVolker Lendecke1-9/+3
2007-11-28Give rpcclient a talloc stackframe.Michael Adam1-12/+23
2007-11-27Remove some staticsVolker Lendecke1-1/+2
2007-11-20More trivial pstring removal.Jeremy Allison2-54/+107
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-22/+24
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison5-33/+33
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter5-477/+148
2007-10-10r25572: Fix warnings (values are always true).Jelmer Vernooij1-6/+3
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-1/+1
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-1/+1
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2-34/+34
2007-10-10r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam1-4/+4
2007-10-10r25281: Fix a caller of unistr2_to_ascii():Michael Adam1-1/+1