summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-0/+90
* BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ...Gerald Carter2004-01-151-1/+1
* fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter2004-01-081-3/+3
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-40/+48
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-051-5/+12
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-052-8/+28
* Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-251-8/+4
* strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter2003-11-241-2/+2
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-6/+6
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-223-19/+38
* This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke2003-11-171-1/+2
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-10-241-0/+104
|\
| * New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough2003-10-241-0/+104
| * Merge from 3_0:Volker Lendecke2003-10-221-0/+1
| * Merge Volker's fix.Jeremy Allison2003-10-201-0/+6
| * Add client side code to do endpoint map queries. Currently does oneJim McDonough2003-10-181-0/+61
| * split some security related functions in their own files.Simo Sorce2003-10-061-3/+3
| * commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-17/+12
| * Merge from 3.0:Tim Potter2003-09-291-8/+8
| * fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
| * sync 3.0 into HEAD for the last timeGerald Carter2003-09-093-31/+25
| * port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-025-21/+127
| * fix the build. Ifdef out some codeGerald Carter2003-07-171-0/+3
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-165-628/+630
| * Merge: clarify secure channel connection comment.Tim Potter2003-05-161-4/+4
| * Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
| * Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
| * Always initialise this, to assist callers doing loops over this call.Andrew Bartlett2003-04-221-0/+3
| * Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison2003-04-161-13/+24
| * Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-18/+0
| * Removed unused variables.Tim Potter2003-04-141-2/+0
| * Fixed incorrect argument to debug.Tim Potter2003-04-141-1/+1
* | In cli_lsa_lookup_sids don't leave the domain field uninitialized ifVolker Lendecke2003-10-221-0/+1
* | It's a perfectly valid condition to have zero alias members.Volker Lendecke2003-10-201-0/+6
* | split some security related functions in their own files.Simo Sorce2003-10-061-3/+3
* | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-17/+12
* | Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-8/+8
* | fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
* | - Fix the kerberos downgrade problem:Andrew Bartlett2003-08-192-14/+7
* | working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2003-08-191-2/+2
* | get rid of more compiler warningsHerb Lewis2003-08-153-14/+14
* | Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-1/+1
* | Memory leak fix for create_rpc_bind_req()Tim Potter2003-08-041-0/+1
* | Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* | working on transtive trusts issue:Gerald Carter2003-07-311-0/+5
* | Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison2003-07-301-4/+4
* | add a few more tidy ups. Now onto winbinddGerald Carter2003-07-301-0/+8
* | add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter2003-07-301-2/+53
* | domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-251-1/+3
* | Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2003-07-251-3/+52