RIP BOOL. Convert BOOL -> bool. I found a few interesting
[kai/samba.git] / source / rpc_client / cli_pipe.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Michael Adamr23850: Fix whitespacing in DEBUG output.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Stefan Metzmacherr22092: - make spnego_parse_auth_response() more generi...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Günther Deschnerr21382: Important fix for winbind when using non-AD...
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Gerald Carterr16255: Fix 'net ads join' when the workgroup is set...
2007-10-10 Günther Deschnerr16253: Fix another host/ UPN case in (the currently...
2007-10-10 Jeremy Allisonr15129: Separate out mechanism and policy for NTLMSSP...
2007-10-10 Günther Deschnerr14643: Merge dcerpc_errstr from Samba 4.
2007-10-10 Günther Deschnerr14585: Tighten argument list of kerberos_kinit_passwor...
2007-10-10 Gerald Carterr14449: fix the build (sorry everyone)
2007-10-10 Gerald Carterr14448: * protect against NULL cli_state* pointers...
2007-10-10 Jeremy Allisonr14121: We never pass NULL to the rpc_api_pipe fn so...
2007-10-10 Jeremy Allisonr13722: Ensure we use the correct enumerated type....
2007-10-10 Jeremy Allisonr13641: Finish fix for #3510. Don't use client schannel...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr12275: Fix memory leak found by Mikhail Kshevetskiy...
2007-10-10 Derrell Lipmanr12236: r11740@cabra: derrell | 2005-12-14 13:16...
2007-10-10 Derrell Lipmanr12225: r11729@cabra: derrell | 2005-12-13 22:59...
2007-10-10 Jeremy Allisonr11492: Fix bug #3224 (I hope). Correctly use machine_a...
2007-10-10 Jeremy Allisonr11491: If we get a reject ensure we're printing out...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jeremy Allisonr10801: Janitor for tpot - remember to keep 3.0 in...
2007-10-10 Jeremy Allisonr10780: Fix typo noticed by Volker.
2007-10-10 Jeremy Allisonr10778: Allow schannel setup over NTLMSSP authenticated...
2007-10-10 Jelmer Vernooijr10747: Remove overparanoid check that broke RPC functi...
2007-10-10 Jeremy Allisonr10745: Fix artificial 1k restriction.
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr8805: Merge a duplicate struct. Get ready to support...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Jeremy Allisonr7385: Rewrite the RPC bind parsing functions to follow...
2007-10-10 Volker Lendecker4570: Replace cli->nt_pipe_fnum with an array of NT...
2007-10-10 Volker Lendecker4561: This looks a lot larger than it is, this is...
2007-10-10 Gerald Carterr1380: adding debug message when encouting an ASU speci...
2007-10-10 Gerald Carterr991: Allow winbindd to use the domain trust account...
2007-10-10 Gerald Carterr704: BUG 1315: fix for schannel client connections...
2004-03-27 Andrew BartlettEnsure we correctly set cli->nt_pipe_fnum on failure...
2004-03-22 Gerald Carterremove unused variable
2004-03-19 Gerald Cartermissed some of Derrel's changes
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-18 Richard SharpeCommit Derrell Lipman's changes and fixes to libsmbclie...
2004-03-17 Gerald Carterasu/syntax/pc_netlink doesn't fill in the pipe name...
2004-03-17 Gerald Carterasu/syntax/pc_netlink doesn't fill in the pipe name...
2004-02-28 Volker LendeckeAdd 'net rpc group [add|del]mem' for domain groups...
2004-02-28 Volker LendeckeAdd 'net rpc group [add|del]mem' for domain groups...
2004-01-06 Andrew BartlettMerge NTLMSSP fixes from 3.0 to HEAD.
2004-01-05 Andrew BartlettCorrectly handle per-pipe NTLMSSP inside a NULL session...
2003-11-26 Andrew BartlettMerge from 3.0:
2003-11-25 Andrew BartlettDo not add NTLM2 to the NTLMSSP flags unconditionally...
2003-11-24 Gerald Carterstrequal() returns a BOOL, not an int like strcmp(...
2003-11-24 Gerald Carterstrequal() returns a BOOL, not an int like strcmp(...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-17 Volker LendeckeFrom 3_0:
2003-11-17 Volker LendeckeThis fixes a bug when establishing trust against a...
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-19 Andrew Bartlett- Fix the kerberos downgrade problem:
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-14 Andrew BartlettChange Samba to always use extended security for it...
2003-08-04 Tim PotterMemory leak fix for create_rpc_bind_req()
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-30 Jeremy AllisonSave us from possibly uninitialised variable (caught...
2003-07-25 Gerald Carterdomain in schannel bind credentials must be the dest...
2003-07-25 Andrew BartlettSchannel, once setup, may be used on *ANY* TCP/IP conne...
2003-07-17 Andrew BartlettIn the presense of RPC fragments, schannel is not stric...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-16 Andrew BartlettFix up our auth_pipe code to always cope with fragmente...
2003-07-15 Gerald Carterfix schannel processing on fragmented PDUs. 'net rpc...
2003-07-14 Andrew BartlettFix compile error noticed by Ken Cross, use the utility...
2003-07-14 Andrew BartlettJeremy requested that I get my NTLMSSP patch into CVS...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-16 Tim PotterMerge: clarify secure channel connection comment.
2003-05-16 Tim PotterClarify a comment: The secure channel connection must...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Tim PotterFix two bugs that were stopping net rpc vampire from...
2003-05-11 Volker LendeckeOk, this is a hack. On a netsec bind reply I did not...
2003-05-08 Volker LendeckeThis puts real netlogon connection caching to winbind...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 Jeremy AllisonFixes from Ronan Waide <waider@waider.ie> for large...
2003-04-28 Jeremy AllisonFixes from Ronan Waide <waider@waider.ie> for large...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-16 Jeremy AllisonFixes for multi-PDU schannel - based on Volker's code...
2003-04-16 Jeremy AllisonFixes to make SCHANNEL work against a W2K DC. Still...
2003-04-16 Jeremy AllisonFixes to make SCHANNEL work in 3.0 against a W2K DC...
next