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
/
rpc_client
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15455: Add rpccli_samr_query_dom_info2() and return the comment string in
Günther Deschner
1
-0
/
+42
2007-10-10
r15452: Again purely cosmetic reformat of the samr query domain info calls.
Günther Deschner
1
-3
/
+3
2007-10-10
r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.
Jeremy Allison
1
-0
/
+18
2007-10-10
r15041: Adding rpc client calls to manipulate auditing policies on remote CIFS
Günther Deschner
1
-17
/
+122
2007-10-10
r14784: Fix coverity bug #274. Null deref.
Jeremy Allison
1
-12
/
+33
2007-10-10
r14782: Fix coverity bug #273, null deref.
Jeremy Allison
1
-0
/
+3
2007-10-10
r14643: Merge dcerpc_errstr from Samba 4.
Günther Deschner
1
-1
/
+1
2007-10-10
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
1
-1
/
+1
2007-10-10
r14449: fix the build (sorry everyone)
Gerald Carter
1
-1
/
+2
2007-10-10
r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open()
Gerald Carter
1
-0
/
+6
2007-10-10
r14244: Okay, had not seen that this happened twice.
Volker Lendecke
1
-1
/
+1
2007-10-10
r14243: Fix Coverity bug # 143
Volker Lendecke
1
-1
/
+1
2007-10-10
r14121: We never pass NULL to the rpc_api_pipe fn so don't
Jeremy Allison
1
-2
/
+2
2007-10-10
r13958: Fix Coverity Bug # 141
Volker Lendecke
1
-1
/
+1
2007-10-10
r13864: Some cleanup and the samr set security object function client-side.
Günther Deschner
1
-2
/
+37
2007-10-10
r13722: Ensure we use the correct enumerated type. Bug #3558
Jeremy Allison
1
-1
/
+1
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-2
/
+2
2007-10-10
r13641: Finish fix for #3510. Don't use client schannel when told
Jeremy Allison
1
-9
/
+13
2007-10-10
r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().
Günther Deschner
1
-1
/
+0
2007-10-10
r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...
Jeremy Allison
1
-1
/
+2
2007-10-10
r13522: Add SAMR_GET_USRDOM_PWINFO client-side.
Günther Deschner
1
-0
/
+44
2007-10-10
r13475: Fix erroneous initialization caused by my renaming types.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13451: Fix build warning.
Günther Deschner
1
-6
/
+1
2007-10-10
r13442: Implement samr_chgpasswd_user3 server-side.
Günther Deschner
1
-22
/
+17
2007-10-10
r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)
Volker Lendecke
1
-0
/
+40
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
5
-142
/
+683
2007-10-10
r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390).
Günther Deschner
1
-4
/
+1
2007-10-10
r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>
Jeremy Allison
1
-0
/
+2
2007-10-10
r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500
Derrell Lipman
1
-0
/
+9
2007-10-10
r12106: Fix return value
Günther Deschner
1
-1
/
+1
2007-10-10
r11963: add rpccli_samr_chgpasswd3 from samba4.
Günther Deschner
1
-0
/
+89
2007-10-10
r11854: Remove unused DOM_SID.
Günther Deschner
1
-1
/
+1
2007-10-10
r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).
Günther Deschner
1
-0
/
+41
2007-10-10
r11852: Fill in samr_get_dom_pwinfo based on Samba4.
Günther Deschner
1
-5
/
+5
2007-10-10
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
1
-0
/
+123
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-8
/
+10
2007-10-10
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
2
-10
/
+16
2007-10-10
r11491: If we get a reject ensure we're printing out the server/domain/machine
Jeremy Allison
1
-2
/
+2
2007-10-10
r11443: Fix error code returns on client spoolss code. Fix them
Jeremy Allison
1
-117
/
+280
2007-10-10
r11338: Move knowledge of \\ needed into rpc_client/cli_netlogon
Jeremy Allison
1
-1
/
+3
2007-10-10
r11336: Start to get my control back :-). Volker, I think
Jeremy Allison
2
-22
/
+62
2007-10-10
r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other f...
Volker Lendecke
1
-2
/
+2
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2
-15
/
+15
2007-10-10
r10908: Fix PIPE mismatch to make wbinfo -m work again
Günther Deschner
1
-1
/
+1
2007-10-10
r10801: Janitor for tpot - remember to keep 3.0 in sync.
Jeremy Allison
1
-0
/
+4
2007-10-10
r10780: Fix typo noticed by Volker.
Jeremy Allison
1
-1
/
+1
2007-10-10
r10778: Allow schannel setup over NTLMSSP authenticated pipes.
Jeremy Allison
1
-0
/
+106
2007-10-10
r10747: Remove overparanoid check that broke RPC function calls with no
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r10745: Fix artificial 1k restriction.
Jeremy Allison
1
-1
/
+3
[next]