summaryrefslogtreecommitdiff
path: root/source/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* last set of changes for rc1Gerald Carter2003-08-151-3/+0
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-1/+31
* sync with 3.0Gerald Carter2003-07-161-1/+1
* starting to sync up for beta3Gerald Carter2003-07-161-5/+40
* spellingTim Potter2003-05-141-1/+1
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-0/+1
* SMB signing updates - this gets NTLMSSP signing workin to the point where IAndrew Bartlett2003-04-061-1/+4
* Use FUNCTION_MACRO, not __FUNCTION__Jelmer Vernooij2003-03-221-2/+2
* Clobber the 'SAFETY_MARGIN' in libsmb.Andrew Bartlett2003-03-211-3/+7
* Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf.Andrew Bartlett2003-03-151-2/+2
* Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett2003-03-091-3/+5
* Make it clear that this is a fstrcpy().Andrew Bartlett2003-03-081-2/+2
* (only for HEAD at the moment).Andrew Bartlett2003-02-091-2/+2
* Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2003-02-021-0/+2
* More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-021-1/+4
* We now have client-side SMB signing support!Andrew Bartlett2003-02-011-3/+4
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Revert that stupid one line change.Richard Sharpe2002-11-011-1/+0
* Add more code to the profiles program and add Makefile.in support.Richard Sharpe2002-11-011-0/+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
* Fixed typo.Jeremy Allison2002-10-011-1/+1
* Added error string for server timeout on client call.Jeremy Allison2002-10-011-0/+2
* Small, long overdue, fix for libsmbclient.Richard Sharpe2002-09-221-0/+19
* Merged Volkers (correct) fix from 2.2 for crash on unable to connect.Jeremy Allison2002-09-091-4/+6
* Formatting tidyup and additon of cli_close_connection() before bugfix.Jeremy Allison2002-09-031-49/+55
* Updates!Andrew Bartlett2002-08-261-1/+6
* don't use spnego in the client unless enabled in smb.confAndrew Tridgell2002-08-221-1/+3
* Fix up some of the SMB signing code:Andrew Bartlett2002-06-161-2/+1
* Fix spelling typo.Jeremy Allison2002-06-141-2/+2
* More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2002-06-141-9/+14
* Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2002-05-181-0/+35
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-4/+0
* 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