summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-0/+93
* (merge from 3.0)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
* sync HEAD with recent changes in 3.0Gerald Carter2004-01-131-41/+48
* fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter2004-01-081-3/+3
* Merge NTLMSSP fixes from 3.0 to HEAD.Andrew Bartlett2004-01-061-5/+12
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-052-8/+28
* Merge from 3.0:Andrew Bartlett2003-11-261-8/+4
* strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter2003-11-241-2/+2
* Merge from 3.0:Andrew Bartlett2003-11-231-6/+6
* (merge from 3.0)Andrew Bartlett2003-11-223-19/+38
* From 3_0:Volker Lendecke2003-11-171-1/+2
* Another round of GUID->struct uuid.Jim McDonough2003-10-301-2/+3
* 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
* 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
* 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
* Return a WERROR instead of a NTSTATUS like the rest of the srvsvcTim Potter2003-02-171-11/+7
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-10/+10
* initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell2003-02-121-1/+1
* added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-101-0/+52
* One more signed/unsigned fixAndrew Bartlett2003-02-011-1/+1
* Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter2003-01-291-2/+35
* added LsaRemoveAccountRightsAndrew Tridgell2003-01-281-0/+42
* cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-281-0/+43