summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett1-1/+1
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+18
2007-10-10r446: Close the open NT pipes before the tdis.Volker Lendecke1-3/+3
2007-10-10r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy1-1/+5
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-1/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter1-0/+11
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-2/+3
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+1
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+3
2003-08-13Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke1-1/+3
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison1-0/+4
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-0/+21
2003-07-16Spelling.Tim Potter1-1/+1
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison1-0/+3
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-5/+37
2003-05-14spellingTim Potter1-1/+1
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett1-4/+11
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-0/+1
2003-03-18Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett1-2/+2
2003-03-18Merge from HEAD:Andrew Bartlett1-5/+7
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-6/+12
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-10-15Added cli_set_timeout() call.Jeremy Allison1-0/+11
2002-10-01Cope with rw errors and timeout to peer.Jeremy Allison1-2/+3
2002-10-01Tidy up client error processing.Jeremy Allison1-16/+15
2002-10-01Added error string for server timeout on client call.Jeremy Allison1-0/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-55/+89
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+48
2002-03-01Another comment fix for mirmirAndrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-28Name another talloc.Andrew Bartlett1-1/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-1/+1
2001-11-27prevent a memory leak of cli structuresAndrew Tridgell1-1/+7
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett1-0/+7
2001-11-21One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe1-0/+7
2001-11-14Close the socket and set the file descriptor to -1 if there was a socketTim Potter1-0/+9
2001-11-14Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison1-9/+2
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-0/+6
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-1/+4
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-1/+1
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-4/+1
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-3/+9
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-11/+5
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-0/+3
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-4/+2
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-1/+0
2001-08-06Fixed another possible memleak in cli_initialise()Tim Potter1-0/+6
2001-08-06Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter1-10/+14