summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool2002-01-021-0/+3
* prevent a memory leak of cli structuresAndrew Tridgell2001-11-271-0/+4
* oops, I forgot to include the header fileAndrew Bartlett2001-11-251-0/+2
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-0/+1
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-1/+1
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-1/+2
* added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-251-1/+1
* Removed nt_error field from cli_state as it was not used anywhere.Tim Potter2001-08-101-1/+0
* added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2001-06-181-0/+3
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-7/+0
* made some LANMAN1 wildcard progressAndrew Tridgell2001-02-261-0/+1
* added support for a CLISTR_ASCII flag so we can use a uniformAndrew Tridgell2001-02-211-0/+1
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-201-0/+6
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-0/+1
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-0/+2
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-0/+2
* YIPEE!!!!!Andrew Tridgell2000-04-301-0/+1
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-15/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-16/+27
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-33/+3
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-0/+1
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-0/+1
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-3/+0
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-0/+2
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-6/+14
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-0/+2
* improving authentication code (tidyup).Luke Leighton1999-06-291-8/+19
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-251-0/+1
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-1/+0
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-0/+9
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-9/+9
* bug-fixing against:Luke Leighton1998-10-151-0/+2
* dce/rpcLuke Leighton1998-10-141-0/+1
* dce/rpcLuke Leighton1998-10-091-1/+1
* dce/rpcLuke Leighton1998-10-081-48/+53
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-2/+13
* set a default 16k client buffer sizeAndrew Tridgell1998-10-041-0/+4
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-041-0/+1
* added capabilities ab win95 fields to client structure. Used forAndrew Tridgell1998-10-031-0/+2
* a couple of mode for smbwrapperAndrew Tridgell1998-10-021-1/+1
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-4/+4
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+29
* Moved the extra struct definitions Luke added to smb.h into rpcclient.hJeremy Allison1998-09-251-0/+79