summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
...
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-20/+31
* Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner2008-01-251-21/+23
* Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner2008-01-251-4/+5
* Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner2008-01-241-0/+42
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison2008-01-231-4/+7
* strtok -> strtok_rVolker Lendecke2008-01-231-4/+6
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-10/+10
* Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner2008-01-151-8/+14
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-1/+1
* Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
* Remove some more hand written LSA rpc.Günther Deschner2008-01-141-3/+6
* Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-2/+3
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+12
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-211-4/+4
* Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner2007-12-191-0/+37
* Fix an error when accessing unallocated sid in error path.Michael Adam2007-12-181-3/+3
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-153-8/+8
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-5/+6
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-111-3/+3
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-071-1/+81
|\
| * Allow to set custom message in wkssvc messagebuffer.Günther Deschner2007-12-071-1/+6
| * Fix build with new werror based pidl rpc.Günther Deschner2007-12-071-4/+9
| * Add cmd_wkssvc_messagebuffersend().Günther Deschner2007-12-071-2/+37
| * Add getjoininformation to rpcclient.Günther Deschner2007-12-071-0/+26
| * Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner2007-12-061-0/+9
* | Make all the tools use the proper accessor functions.Jeremy Allison2007-12-062-8/+8
* | Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-062-7/+8
|/
* Fix wkssvc callers.Günther Deschner2007-12-031-2/+4
* Fix dfs callers.Günther Deschner2007-12-031-42/+56
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-032-65/+34
* Fix some C++ warningsVolker Lendecke2007-12-011-9/+3
* Give rpcclient a talloc stackframe.Michael Adam2007-11-281-12/+23
* Remove some staticsVolker Lendecke2007-11-271-1/+2
* More trivial pstring removal.Jeremy Allison2007-11-202-54/+107
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-22/+24
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-185-33/+33
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-105-477/+148
* r25572: Fix warnings (values are always true).Jelmer Vernooij2007-10-101-6/+3
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-1/+1
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+1
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-102-34/+34
* r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam2007-10-101-4/+4
* r25281: Fix a caller of unistr2_to_ascii():Michael Adam2007-10-101-1/+1
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner2007-10-101-46/+15
* r24167: Fix Coverity ID 365Volker Lendecke2007-10-101-10/+7
* r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke2007-10-101-9/+6