summaryrefslogtreecommitdiffstats
path: root/source3/smbd/ssl.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* merge from 2.2Gerald Carter2001-10-111-2/+2
| | | | (This used to be commit 062bba07f2faedfce7612c8b4a16072fa200349e)
* OpenSSL merge from 2.2Gerald Carter2001-09-261-9/+19
| | | | (This used to be commit efc6df5a3914da9e7b792ccaccd1403c72c09f78)
* Remove the exit_server() calls that stop nmbd linking.Jeremy Allison2001-07-031-3/+5
| | | | | Jeremy. (This used to be commit 110061ff5a0de7a5d7c5ee003d85d4d600c2531c)
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-2/+4
| | | | | | cleaned on clients abending connections. Thanks Andrew ! Jeremy. (This used to be commit 1b3977c5367a0b713b194f369abd9872ae01ac2a)
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-3/+3
| | | | | | | | | | | | | | | | | assumption that we have one socket everywhere while doing so I discovered a few bugs! 1) the clientgen session retarget code if used from smbd or nmbd would cause a crash as it called close_sockets() which closed our main socket! fixed by removing close_sockets() completely - it is unnecessary 2) the caching in client_addr() and client_name() was bogus - it could easily get fooled and give the wrong result. fixed. 3) the retarget could could recurse, allowing an easy denial of service attack on nmbd. fixed. (This used to be commit 5937ab14d222696e40a3fc6f0e6a536f2d7305d3)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-6/+6
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-251-1/+8
| | | | | | However, it seems that the -s flag in smbclient is also ignored :-( (This used to be commit f6c78192664d611d4663ed7459a2789315861eec)
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+1
| | | | | Jeremy. (This used to be commit 60dc1a4a00a22088d33369588b0d5eb292cf084a)
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-4/+3
| | | | | | | | | | timestamps from several DEBUG messages. The timestamps are redundant now that DEBUG() provides them automatically. There are still a few more files to do, but I've got to get home for dinner. Chris -)----- (This used to be commit 60286ccecaa6028d687e6406755016455e3b3a26)
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-3/+3
| | | | (This used to be commit 3bda7ac417107a7b01d91805ca71c4330657ed21)
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-0/+266
This patch may not yet compile with -DUSE_SSL enabled, further Makefile changes may be needed. But it was important to get this code in place before I go off to USENIX. Jeremy. (This used to be commit 31e768369fdc61e07c59630c86c62239f3d3f3f7)