summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-5/+11
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett2007-10-101-1/+1
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+18
* r446: Close the open NT pipes before the tdis.Volker Lendecke2007-10-101-3/+3
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2007-10-101-1/+5
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+1
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-191-0/+11
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-2/+3
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+1
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-041-0/+3
* Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke2003-08-131-1/+3
* Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison2003-08-021-0/+4
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-0/+21
* Spelling.Tim Potter2003-07-161-1/+1
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-0/+3
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-5/+37
* spellingTim Potter2003-05-141-1/+1
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-211-4/+11
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-0/+1
* Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett2003-03-181-2/+2
* Merge from HEAD:Andrew Bartlett2003-03-181-5/+7
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-6/+12
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Added cli_set_timeout() call.Jeremy Allison2002-10-151-0/+11
* Cope with rw errors and timeout to peer.Jeremy Allison2002-10-011-2/+3
* Tidy up client error processing.Jeremy Allison2002-10-011-16/+15
* Added error string for server timeout on client call.Jeremy Allison2002-10-011-0/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-55/+89
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+48
* Another comment fix for mirmirAndrew Bartlett2002-03-011-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Name another talloc.Andrew Bartlett2002-01-281-1/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* prevent a memory leak of cli structuresAndrew Tridgell2001-11-271-1/+7
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-251-0/+7
* One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe2001-11-211-0/+7
* Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-141-9/+2
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-0/+6
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-1/+4
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-1/+1
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-4/+1
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-3/+9
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-11/+5
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-0/+3
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-4/+2
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-1/+0