index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.
Günther Deschner
2008-01-15
1
-8
/
+14
*
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
2008-01-15
1
-1
/
+1
*
Fix rpcclient display_trust_dom_info().
Günther Deschner
2008-01-14
1
-1
/
+1
*
Remove some more hand written LSA rpc.
Günther Deschner
2008-01-14
1
-3
/
+6
*
Use some more pidl generated LSA rpc in rpcclient.
Günther Deschner
2008-01-14
1
-59
/
+46
*
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2008-01-09
1
-2
/
+3
*
Add general '-e' option to enable smb encryption
Jeremy Allison
2008-01-05
1
-0
/
+12
*
Kill fstring in getdcname & getanydcname return.
Günther Deschner
2007-12-21
1
-4
/
+4
*
Add cmd_wkssvc_enumeratecomputernames to rpcclient.
Günther Deschner
2007-12-19
1
-0
/
+37
*
Fix an error when accessing unallocated sid in error path.
Michael Adam
2007-12-18
1
-3
/
+3
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
3
-8
/
+8
*
Replace sid_string_static with sid_string_tos
Volker Lendecke
2007-12-15
1
-5
/
+6
*
Replace "unknown" with access_mask when calling samr_CreateUser2().
Günther Deschner
2007-12-11
1
-3
/
+3
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-2
/
+2
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-12-07
1
-1
/
+81
|
\
|
*
Allow to set custom message in wkssvc messagebuffer.
Günther Deschner
2007-12-07
1
-1
/
+6
|
*
Fix build with new werror based pidl rpc.
Günther Deschner
2007-12-07
1
-4
/
+9
|
*
Add cmd_wkssvc_messagebuffersend().
Günther Deschner
2007-12-07
1
-2
/
+37
|
*
Add getjoininformation to rpcclient.
Günther Deschner
2007-12-07
1
-0
/
+26
|
*
Allow to set level in cmd_wkssvc_wkstagetinfo().
Günther Deschner
2007-12-06
1
-0
/
+9
*
|
Make all the tools use the proper accessor functions.
Jeremy Allison
2007-12-06
2
-8
/
+8
*
|
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
2
-7
/
+8
|
/
*
Fix wkssvc callers.
Günther Deschner
2007-12-03
1
-2
/
+4
*
Fix dfs callers.
Günther Deschner
2007-12-03
1
-42
/
+56
*
Reanimate rpcclient wkssvc command.
Günther Deschner
2007-12-03
2
-65
/
+34
*
Fix some C++ warnings
Volker Lendecke
2007-12-01
1
-9
/
+3
*
Give rpcclient a talloc stackframe.
Michael Adam
2007-11-28
1
-12
/
+23
*
Remove some statics
Volker Lendecke
2007-11-27
1
-1
/
+2
*
More trivial pstring removal.
Jeremy Allison
2007-11-20
2
-54
/
+107
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-1
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-22
/
+24
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
5
-33
/
+33
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
5
-477
/
+148
*
r25572: Fix warnings (values are always true).
Jelmer Vernooij
2007-10-10
1
-6
/
+3
*
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2007-10-10
1
-1
/
+1
*
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2007-10-10
1
-1
/
+1
*
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
Michael Adam
2007-10-10
2
-34
/
+34
*
r25285: Fix some more callers of unistr2_to_ascii to use the size of
Michael Adam
2007-10-10
1
-4
/
+4
*
r25281: Fix a caller of unistr2_to_ascii():
Michael Adam
2007-10-10
1
-1
/
+1
*
r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...
Günther Deschner
2007-10-10
1
-46
/
+15
*
r24167: Fix Coverity ID 365
Volker Lendecke
2007-10-10
1
-10
/
+7
*
r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.
Volker Lendecke
2007-10-10
1
-9
/
+6
*
r23883: Fix Coverity ID 380
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
14
-28
/
+14
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
14
-14
/
+14
*
r23628: Add LSA lookupnames_level to rpcclient.
Günther Deschner
2007-10-10
1
-0
/
+52
*
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
2007-10-10
1
-2
/
+2
*
r23623: Fix rpcclient and rpc_server with new DFS idl.
Günther Deschner
2007-10-10
1
-10
/
+16
*
r23555: Fix some uninitialiazed variable uses.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r23380: netr_getdcname returns WERROR not NTSTATUS.
Günther Deschner
2007-10-10
1
-7
/
+7
[next]