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
r5591: Implement "net rpc trustdom del", including client side of
Jim McDonough
1
-0
/
+48
2007-10-10
r5511: Fix pipe-mismatch for NETDFS.
Günther Deschner
1
-5
/
+5
2007-10-10
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
1
-3
/
+2
2007-10-10
r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.
Volker Lendecke
1
-2
/
+4
2007-10-10
r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore the
Jim McDonough
1
-1
/
+1
2007-10-10
r5140: (a) fix problem with enumerating domain trusts in security = ads; (b) ...
Gerald Carter
1
-1
/
+1
2007-10-10
r4849: * finish SeAddUsers support in srv_samr_nt.c
Gerald Carter
1
-3
/
+6
2007-10-10
r4821: finish off 'net rpc rights [list|grant|revoke]'
Gerald Carter
1
-4
/
+12
2007-10-10
r4751: This is a domain policy, not a user one
Volker Lendecke
1
-2
/
+2
2007-10-10
r4750: Fix cli_samr_queryuseraliases. There can be more than one sid, thus mo...
Volker Lendecke
1
-2
/
+10
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-0
/
+58
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
1
-3
/
+3
2007-10-10
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
1
-5
/
+5
2007-10-10
r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
Volker Lendecke
1
-26
/
+26
2007-10-10
r4561: This looks a lot larger than it is, this is to reduce the clutter on f...
Volker Lendecke
13
-145
/
+145
2007-10-10
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
1
-3
/
+9
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
6
-79
/
+94
2007-10-10
r3645: Allow deldriverex in rpcclient to delete drivers for a specific
Günther Deschner
1
-2
/
+2
2007-10-10
r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...
Gerald Carter
1
-0
/
+52
2007-10-10
r2935: This is a long-standing one in my patch-queue: A pair of net commands
Volker Lendecke
1
-0
/
+88
2007-10-10
r2073: Adding getprinter level 7 to rpcclient.
Günther Deschner
1
-0
/
+24
2007-10-10
r1692: first commit :)
Günther Deschner
1
-2
/
+4
2007-10-10
r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACL
Jeremy Allison
1
-0
/
+36
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1380: adding debug message when encouting an ASU specific bug in an rpc_bind...
Gerald Carter
1
-3
/
+5
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
2
-5
/
+9
2007-10-10
r704: BUG 1315: fix for schannel client connections to server's that don't su...
Gerald Carter
1
-6
/
+18
2007-10-10
r485: fix compile
Gerald Carter
1
-3
/
+1
2007-10-10
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...
Volker Lendecke
1
-0
/
+92
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-2
/
+2
2007-10-10
r39: * importing .cvsignore files
Gerald Carter
1
-3
/
+0
2004-04-02
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
Volker Lendecke
1
-0
/
+49
2004-03-27
Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open the
Andrew Bartlett
1
-0
/
+2
2004-03-22
remove unused variable
Gerald Carter
1
-2
/
+0
2004-03-19
missed some of Derrel's changes
Gerald Carter
1
-1
/
+1
2004-03-17
asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...
Gerald Carter
1
-0
/
+2
2004-02-28
Add 'net rpc group [add|del]mem' for domain groups and aliases.
Volker Lendecke
2
-0
/
+277
2004-02-24
Add 'net rpc group add'. For this parse_samr.c had to be changed: The
Volker Lendecke
1
-0
/
+93
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-0
/
+90
2004-01-15
BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ...
Gerald Carter
1
-1
/
+1
2004-01-08
fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply
Gerald Carter
1
-3
/
+3
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
1
-40
/
+48
2004-01-05
Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we
Andrew Bartlett
1
-5
/
+12
2004-01-05
rpc_client/cli_lsarpc.c:
Andrew Bartlett
2
-8
/
+28
2003-11-25
Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the
Andrew Bartlett
1
-8
/
+4
2003-11-24
strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...
Gerald Carter
1
-2
/
+2
2003-11-22
Add support for variable-length session keys in our client code.
Andrew Bartlett
1
-6
/
+6
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
3
-19
/
+38
2003-11-17
This fixes a bug when establishing trust against a german W2k3 AD server. In
Volker Lendecke
1
-1
/
+2
2003-10-24
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+104
[next]