index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpcclient
/
cmd_lsarpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-14
Use rpccli_lsa_EnumPrivsAccount() in rpcclient.
Günther Deschner
1
-7
/
+10
2008-02-14
Use rpccli_lsa_EnumAccounts() in net and rpcclient.
Günther Deschner
1
-7
/
+9
2008-02-13
Use rpccli_lsa_EnumTrustDom all over the place.
Günther Deschner
1
-10
/
+13
2008-02-12
Collect all init_lsa_string varients in one place.
Günther Deschner
1
-5
/
+0
2008-02-11
Add cmd_lsa_get_username command to rpcclient.
Günther Deschner
1
-0
/
+41
2008-02-11
Use rpccli_lsa_LookupPrivDisplayName() in net and rpcclient.
Günther Deschner
1
-8
/
+16
2008-02-11
Only call display_lsa_query_info on success in rpcclient.
Günther Deschner
1
-2
/
+3
2008-02-11
Use rpccli_lsa_EnumPrivs() in net and rpcclient.
Günther Deschner
1
-12
/
+15
2008-02-09
Testing revealed some errors, reverting some of the lsa changes.
Günther Deschner
1
-3
/
+3
2008-02-08
Fix rpccli_lsa_QueryTrustedDomainInfoByName() caller in rpcclient.
Günther Deschner
1
-1
/
+1
2008-02-08
Use rpccli_lsa_OpenAccount() in rpcclient.
Günther Deschner
1
-3
/
+7
2008-02-08
Use rpccli_lsa_CreateAccount() in rpcclient.
Günther Deschner
1
-2
/
+6
2008-02-08
Use rpccli_lsa_QueryInfoPolicy and rpccli_lsa_QueryInfoPolicy2 in rpcclient.
Günther Deschner
1
-64
/
+52
2008-02-04
Remove some wrong checks for policy handles in rpcclient.
Günther Deschner
1
-6
/
+3
2008-02-04
Use rpccli_lsa_QuerySecurity() in rpcclient.
Günther Deschner
1
-2
/
+4
2008-01-15
Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.
Günther Deschner
1
-8
/
+14
2008-01-14
Fix rpcclient display_trust_dom_info().
Günther Deschner
1
-1
/
+1
2008-01-14
Remove some more hand written LSA rpc.
Günther Deschner
1
-3
/
+6
2008-01-14
Use some more pidl generated LSA rpc in rpcclient.
Günther Deschner
1
-59
/
+46
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-5
/
+5
2007-12-15
Replace sid_string_static with sid_string_tos
Volker Lendecke
1
-5
/
+6
2007-11-27
Remove some statics
Volker Lendecke
1
-1
/
+2
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-3
/
+6
2007-10-10
r25572: Fix warnings (values are always true).
Jelmer Vernooij
1
-6
/
+3
2007-10-10
r25285: Fix some more callers of unistr2_to_ascii to use the size of
Michael Adam
1
-4
/
+4
2007-10-10
r25281: Fix a caller of unistr2_to_ascii():
Michael Adam
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23628: Add LSA lookupnames_level to rpcclient.
Günther Deschner
1
-0
/
+52
2007-10-10
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
1
-2
/
+2
2007-10-10
r19013: Fix some 64-bit warnings.
Volker Lendecke
1
-2
/
+2
2007-10-10
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
Gerald Carter
1
-18
/
+18
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
1
-3
/
+3
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r16644: Fix bug #3887 reported by jason@ncac.gwu.edu
Jeremy Allison
1
-3
/
+3
2007-10-10
r15553: minor rpcclient cleanup: length is already set in data_blob.
Günther Deschner
1
-3
/
+0
2007-10-10
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
Günther Deschner
1
-41
/
+115
2007-10-10
r14144: allow to set sec_info in rpcclients lsa_query_secobj.
Günther Deschner
1
-3
/
+6
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-2
/
+2
2007-10-10
r12131: Fix it really, this time :)
Günther Deschner
1
-2
/
+2
2007-10-10
r12130: display domain GUID.
Günther Deschner
1
-1
/
+1
2007-10-10
r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.
Günther Deschner
1
-1
/
+15
2007-10-10
r11857: Fix the build.
Günther Deschner
1
-1
/
+1
2007-10-10
r11286: Fix a potential segfault
Volker Lendecke
1
-7
/
+10
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-81
/
+96
2007-10-10
r7537: Print passwords in display charset.
Günther Deschner
1
-2
/
+2
2007-10-10
r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a
Günther Deschner
1
-0
/
+188
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
1
-4
/
+8
2007-10-10
r5592: Oops, accidentally committed test version of rpcclient. Reverting cha...
Jim McDonough
1
-6
/
+5
[prev]
[next]