summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix out of date comment.Tim Potter2003-07-231-2/+1
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-171-5/+0
* Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett2003-07-161-64/+41
* fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter2003-07-151-1/+1
* Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett2003-07-141-14/+4
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-564/+493
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-032-19/+19
* Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2003-06-121-0/+51
* Add some basic DEBUG statements at level 10 so we can see what is beingJeremy Allison2003-06-091-0/+54
* Clarify a comment: The secure channel connection must be opened on theTim Potter2003-05-161-4/+4
* Fix two bugs that were stopping net rpc vampire from working over secureTim Potter2003-05-121-2/+10
* Ok, this is a hack. On a netsec bind reply I did not see anythingVolker Lendecke2003-05-111-0/+20
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-082-26/+22
* Always initialise this - it helps callers who use this in a loop...Andrew Bartlett2003-05-071-0/+2
* Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett2003-05-011-1/+1
* 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
* Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett2003-04-241-0/+3
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-18/+0
* Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison2003-04-161-9/+36
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-13/+24
* Merge: remove unused variables.Tim Potter2003-04-141-2/+0
* Merge: incorrect arg to debug.Tim Potter2003-04-141-1/+1
* Merge of samr lookup domain rpc client call from HEAD.Tim Potter2003-04-141-0/+46
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-131-0/+187
|\
| * A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-0/+187
| * This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-18/+305
| * Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke2003-04-091-4/+5
| * SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter2003-04-041-0/+46
| * NTLM Authentication:Andrew Bartlett2003-03-231-1/+12
* | This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-18/+305
* | Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke2003-04-091-4/+5
* | (merge from HEAD)Andrew Bartlett2003-03-241-1/+12
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-03-181-0/+3
|\|
| * Ignore .po and .po32 files.Martin Pool2003-03-181-0/+3
| * More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2003-02-255-19/+24
| * Merge:Tim Potter2003-02-241-7/+5
| * Exit path cleanup for cli_samr_enum_dom_users()Tim Potter2003-02-211-34/+18