summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce5-21/+127
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-31working on transtive trusts issue:Gerald Carter1-0/+5
2003-07-30Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison1-4/+4
2003-07-30add a few more tidy ups. Now onto winbinddGerald Carter1-0/+8
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter1-2/+53
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter1-1/+3
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett1-3/+52
2003-07-23Fix out of date comment.Tim Potter1-2/+1
2003-07-17fix the build. Ifdef out some codeGerald Carter1-0/+3
2003-07-17In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett1-5/+0
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter5-628/+630
2003-07-16Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett1-64/+41
2003-07-15fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter1-1/+1
2003-07-14Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett1-14/+4
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-564/+493