summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2073: Adding getprinter level 7 to rpcclient.Günther Deschner1-0/+24
2007-10-10r1692: first commit :)Günther Deschner1-2/+4
2007-10-10r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACLJeremy Allison1-0/+36
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-2/+2
2007-10-10r1380: adding debug message when encouting an ASU specific bug in an rpc_bind...Gerald Carter1-3/+5
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter2-5/+9
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-6/+18
2007-10-10r485: fix compileGerald Carter1-3/+1
2007-10-10r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke1-0/+92
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-3/+0
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+49
2004-03-27Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett1-0/+2
2004-03-22remove unused variableGerald Carter1-2/+0
2004-03-19missed some of Derrel's changesGerald Carter1-1/+1
2004-03-17asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter1-0/+2
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2-0/+277
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke1-0/+93
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-0/+90
2004-01-15BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ...Gerald Carter1-1/+1
2004-01-08fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter1-3/+3
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-40/+48
2004-01-05Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett1-5/+12
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett2-8/+28
2003-11-25Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett1-8/+4
2003-11-24strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter1-2/+2
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-6/+6
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett3-19/+38
2003-11-17This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke1-1/+2
2003-10-24This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+104
2003-10-24New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough1-0/+104
2003-10-22Merge from 3_0:Volker Lendecke1-0/+1
2003-10-22In cli_lsa_lookup_sids don't leave the domain field uninitialized ifVolker Lendecke1-0/+1
2003-10-20Merge Volker's fix.Jeremy Allison1-0/+6
2003-10-20It's a perfectly valid condition to have zero alias members.Volker Lendecke1-0/+6
2003-10-18Add client side code to do endpoint map queries. Currently does oneJim McDonough1-0/+61
2003-10-06split some security related functions in their own files.Simo Sorce1-3/+3
2003-10-06split some security related functions in their own files.Simo Sorce1-3/+3
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-17/+12
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-17/+12
2003-09-29Merge from 3.0:Tim Potter1-8/+8
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-8/+8
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter3-31/+25
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett2-14/+7
2003-08-19working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter1-2/+2
2003-08-15get rid of more compiler warningsHerb Lewis3-14/+14
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-1/+1
2003-08-04Memory leak fix for create_rpc_bind_req()Tim Potter1-0/+1