Move srv_name_slash from cli_state to rpc_pipe_client
[jra/samba/.git] / source / include / client.h
2008-04-19 Volker LendeckeMove srv_name_slash from cli_state to rpc_pipe_client
2008-04-19 Volker LendeckeAdd "desthost" to rpc_pipe_client
2008-04-19 Volker LendeckeRefactoring: Make struct rpc_pipe_client its own talloc...
2008-04-08 Günther DeschnerAdd CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
2008-03-12 Günther DeschnerFor convenience reasons, always create cli->srv_name_sl...
2008-03-06 Volker LendeckeAdd infrastructure to support async SMB requests
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-03 Volker LendeckeRevert "Add infrastructure to support async SMB requests"
2008-03-01 Volker LendeckeRevert "Add infrastructure to support async SMB requests"
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Volker LendeckeAdd infrastructure to support async SMB requests
2008-02-28 Jeremy AllisonDon't define SMB_TRANS_ENC_GSS if we don't have KRB5.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-03 Jeremy AllisonRemove the smb_read_error global variable and replace
2007-11-02 Jeremy AllisonChange the client library to write directly out of
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create... initial-v3-2-test
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Jeremy Allisonr21969: Start working on the gss-side of the server...
2007-10-10 Jeremy Allisonr21926: Fix missing enum specifier pointed out by Don...
2007-10-10 Jeremy Allisonr21917: Start to do the gss versions of sign+seal.
2007-10-10 Jeremy Allisonr21880: Make client and server calls into encryption...
2007-10-10 Jeremy Allisonr21876: Start adding in the seal implementation - proto...
2007-10-10 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 Günther Deschnerr18969: Fix typo.
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr15162: Patch for bug #3668. Windows has a bug with...
2007-10-10 Gerald Carterr10964: BUG 1051: store the directory path so we can...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr5518: Add initial msdfs support to smbclient. Current...
2007-10-10 Jeremy Allisonr4970: Fix for bug 2092, allowing fallback after kerber...
2007-10-10 Volker Lendecker4570: Replace cli->nt_pipe_fnum with an array of NT...
2007-10-10 Jeremy Allisonr4186: Fix client & server to allow 127k READX calls.
2007-10-10 Jeremy Allisonr1154: Change default setting for case sensitivity...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Jeremy AllisonRefactor signing code to remove most dependencies on...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-15 Jeremy AllisonAdded the "required" keyword to the "client signing...
2003-07-14 Andrew BartlettJeremy requested that I get my NTLMSSP patch into CVS...
2003-04-09 Volker LendeckeThis is the netlogon schannel client code. Try a
2003-04-09 Volker LendeckeThis is the netlogon schannel client code. Try a
2003-03-18 Andrew BartlettMerge from HEAD:
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-15 Andrew Bartlettsigned/unsigned fix
2003-03-13 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-12 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-09 Andrew BartlettChange the way we sign SMB packets, to a function point...
2003-02-24 Andrew BartlettMerge from HEAD client-side authentication changes:
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-16 Andrew BartlettAdd the 'session key' output of the NTLMSSP exchange...
2003-02-09 Andrew Bartlett(only for HEAD at the moment).
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 Andrew BartlettWe now have client-side SMB signing support!
2002-12-10 Jeremy AllisonFix client reporting of 64 bit files.
2002-12-10 Jeremy AllisonFix client large file reporting.
2002-10-01 Jeremy AllisonCope with rw errors and timeout to peer.
2002-10-01 Jeremy AllisonCope with rw errors and timeout to peer.
2002-10-01 Jeremy AllisonAdded error string for server timeout on client call.
2002-10-01 Jeremy AllisonAdded error string for server timeout on client call.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-26 Andrew BartlettHeader file change from last commit.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-16 Andrew BartlettFix up some of the SMB signing code:
2002-06-14 Jeremy AllisonMore of SMB signing for client - not yet finished ...
2002-06-12 Tim PotterRemoved eff_name field from cli_struct as it wasn't...
2002-05-31 Jeremy AllisonRemoved some unused variables - tidy up some formating...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-02-16 Tim PotterRemoved some random crap that isn't used anymore.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-02 Martin Poolstruct cli_state remembers the pipe name that it's...
2001-11-27 Andrew Tridgellprevent a memory leak of cli structures
2001-11-25 Andrew Bartlettoops, I forgot to include the header file
2001-10-22 Andrew Tridgella quick fix to get rpcclient working again. This just...
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-09-25 Andrew Tridgelladded a little smbtorture test for dumping the unicode...
2001-08-10 Tim PotterRemoved nt_error field from cli_state as it was not...
2001-06-18 Andrew Tridgelladded a oplock break handler hook to the client code...
2001-03-10 Andrew Tridgellto use the same macros in the client and server rename...
2001-02-26 Andrew Tridgellmade some LANMAN1 wildcard progress
2001-02-21 Andrew Tridgelladded support for a CLISTR_ASCII flag so we can use...
2001-02-20 Andrew Tridgellinitial client side unicode support (needed for netapp...
next