summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r779: Fix specific case of open that doesn't cause oplock break, or share ↵Jeremy Allison2007-10-102-7/+22
| | | | | | | | | mode check. Test case provided by Volker will be added later. There may be other tests needed. Jeremy. (This used to be commit 1f8e7946edbb2930ba5f9738688dc843bc368fbf)
* r776: I should have just cut and pasted from my build area and I wouldHerb Lewis2007-10-101-1/+1
| | | | | have gotten this right :-) (This used to be commit 548070274efa12f8c9a4404145d8a2a8c85387b3)
* r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis2007-10-101-5/+1
| | | | (This used to be commit 3cb8f1d53583dac0b77495cbcd017c366af59891)
* r772: fix cut and paste error in commentHerb Lewis2007-10-101-1/+1
| | | | (This used to be commit a3bb4909c34c50673e0859be35200a8628ecdb8c)
* r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+6
| | | | | Jeremy. (This used to be commit 9647394e7c79c81ac4cf276a2c4b9e16eb053ec2)
* r762: Fix for #1319 when security > share.Jeremy Allison2007-10-101-2/+8
| | | | | Jeremy. (This used to be commit 9fe2240d6b68a2f8a495df585d69ae20c9825d77)
* r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison2007-10-101-22/+2
| | | | | Jeremy (This used to be commit 1099d60113c2d7b2e5a27a10666cdf885c668778)
* r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe2007-10-101-0/+14
| | | | | requests fail. (This used to be commit 5082eb30d0d7c3a4c79b7578457682523a4e80a3)
* r737: Handle -S and user mount parmsSteve French2007-10-101-24/+40
| | | | (This used to be commit ea597e75237cf14343b217da7119f9ade2303ae5)
* r731: add the current debian directory for debian stable (woody) targeted ↵Simo Sorce2007-10-1081-0/+7796
| | | | | | releases (This used to be commit 4b9f891319fad31eb0494ab57d186568f35443ba)
* r730: move the current debian dir to debian-unstableSimo Sorce2007-10-1082-0/+0
| | | | (This used to be commit 65022f1dde7012a8c8c1872ad87184531973b5c5)
* r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after ↵Jeremy Allison2007-10-101-0/+4
| | | | | | | | upgrade to 3.0.4). Cause was premature optimization in unix_convert(). My fault, sorry. Jeremy. (This used to be commit e5438f0a841e8ea57b515544cbf638c38405ed55)
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2007-10-102-72/+8
| | | | | Jeremy. (This used to be commit ed699a73f899b3212185ecf52d1c4cd59cc8a7ea)
* r706: Fix erroneous commit... I've not finished testing theJeremy Allison2007-10-101-9/+3
| | | | | | symlink stuff yet. Noticed by Stefan (metze). Jeremy. (This used to be commit 389ad1a05b2197edb20eda270fbd5c7eed7bb2f3)
* r704: BUG 1315: fix for schannel client connections to server's that don't ↵Gerald Carter2007-10-104-18/+45
| | | | | | support 128 bit encryption (This used to be commit 316ba5ad89ddfa445d44d28141c5901fc64aec90)
* r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2007-10-102-13/+52
| | | | | Jeremy. (This used to be commit 3399727864f3aa8981f022254dfed622fcb50c49)
* r689: removed unneeded forward declarationsGerald Carter2007-10-101-3/+0
| | | | (This used to be commit ae0a770d607b13b454bff88aa52b478845b71a04)
* r675: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-0/+3
| | | | | | | | | display the version on top of configure this will help in the build farm metze (This used to be commit 78eba7af73fcadca3e688df07a67a869008bdfc6)
* r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2007-10-102-6/+8
| | | | | Jeremy. (This used to be commit a6979417063e0f0067004dc6207e8e78aa41a58f)
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ↵Jeremy Allison2007-10-106-148/+119
| | | | | | | service. Jeremy. (This used to be commit a03b6a05e02ec8415efc0e8ceade102e06f8fffe)
* r654: There is no point in having two lines of:Richard Sharpe2007-10-101-1/+1
| | | | | | | sbuf.st_mtime &= ~1; So I had one refer to st_ctime. (This used to be commit cf7a64c05dbc281802a2dc97a182b530fb925db9)
* r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2007-10-102-27/+25
| | | | | | | to anywhere on the server filesystem so long as widelinks is set to true.... :-). Jeremy. (This used to be commit ba9809fcd493a53b33c3a24c9f91b0c1d9bd9726)
* r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbindJeremy Allison2007-10-101-2/+94
| | | | | | pipe in non-blocking mode to prevent process hang. Jeremy. (This used to be commit dece22de8e0bd18ee5a152dea7f682ae04e5cba0)
* r647: fix for setting the called name to by our IP if the called name was ↵Gerald Carter2007-10-103-25/+7
| | | | | | *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path (This used to be commit 8ee268f0ed0c2f75ded9c2ddd66e0953f443c79e)
* r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison2007-10-102-0/+7
| | | | | Jeremy. (This used to be commit ea41d694270264557f740cd40ccc69b4acaa57e9)
* r643: fix typoHerb Lewis2007-10-101-1/+1
| | | | (This used to be commit 1f4db0b847de582387c0244397d1769b35bbcdbb)
* r642: use RPC_CLIENT_OBJ instead of file nameHerb Lewis2007-10-101-2/+2
| | | | | already included in PROTO_OBJ by LIBMSRPC_OBJ (This used to be commit a9113df6e9d357d334cd9a8dd937df6b3eec322e)
* r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison2007-10-102-7/+42
| | | | | | share. Store external paths prefixed with smbln:. Jeremy. (This used to be commit 14a9997b2eb394174ccb36d2a10a755279740cba)
* r635: put files that are referenced multiple times in separateHerb Lewis2007-10-101-38/+63
| | | | | definitions to be consistent. (This used to be commit 86e78bf745b4bb10fe60a77c069a9a062aa26637)
* r632: pulling in release notes from 3.0.4 and getting ready to start 3.0.5pre1Gerald Carter2007-10-101-280/+294
| | | | (This used to be commit 23cfc056e341c38b3311ffbd95529abb237b3cd6)
* r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe2007-10-101-1/+1
| | | | | that the errno is not trashed by a DEBUG statement, but screwed up. (This used to be commit e642f3e7b7a5fdbb5d12136c909e9c57e7cf1985)
* r616: Bug #1333.Richard Sharpe2007-10-101-2/+8
| | | | | Make sure we return an error code when things go wrong. (This used to be commit 21cdb45b54662c7835aea1d16fdd5902cf7a7496)
* r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. AlsoRichard Sharpe2007-10-101-29/+264
| | | | | clean up the format of the file a bit. (This used to be commit 63c846fa1da7be563a3df8fff001324268887c1d)
* r588: Some fixes from coolo ...Richard Sharpe2007-10-102-5/+15
| | | | | I think that the ECONNREFUSED should probably be ENOENT. (This used to be commit faa8cc18df51c4406815b68caba5ed5b8d43ba18)
* r573: fixing packagingGerald Carter2007-10-101-0/+1
| | | | (This used to be commit 55bf9b2bbf7c31cf7c21bb3a49ee927cabda8b4e)
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-1016-133/+89
| | | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy. (This used to be commit 578a508509d21226ad3332fc54c3ab54cd8ae452)
* r568: setting version to 3.0.5pre1Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit f3efc098d1836225ab01a082c56914c76017c48a)
* r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-103-0/+5
| | | | | Jeremy. (This used to be commit c23a73324b335e42877551283b274f6d12f2c1a7)
* r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-1/+4
| | | | | Jeremy. (This used to be commit ac501348f473045a7846ffd9bc6b9eb4682b8987)
* r560: Fix bugzilla 1279: cannot control individual print jobs using cupsJim McDonough2007-10-101-3/+3
| | | | | Store the print job using a little-endian key. (This used to be commit e0491dae989ea289438de3bdf29d8810d409a01b)
* r559: Some fixes from coolo ...Richard Sharpe2007-10-101-2/+2
| | | | (This used to be commit d80e90d7c19fbcd2f7e998918b4fc6d9310081a3)
* r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ↵Gerald Carter2007-10-101-0/+6
| | | | | | dereferencing it (This used to be commit c385fb467fc2a669d54b9a2faddbf66f9e4699c6)
* r555: Fix big-endian storage of jobids in jobs_changed list. Found duringJim McDonough2007-10-101-1/+3
| | | | | debugging of 1279 (This used to be commit 7c1cfb16c0b2f0128afca0b01036567253a3f92a)
* r551: BUG 1293: fix double free in printer publishing codeGerald Carter2007-10-101-2/+1
| | | | (This used to be commit f9a371f33b89852e42004469cb60efec973067bd)
* r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ↵Jelmer Vernooij2007-10-101-0/+3
| | | | | | | mapping table (This used to be commit 31c21d520d030e27e4adc6075a50026724b87173)
* r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid ↵Volker Lendecke2007-10-101-3/+6
| | | | | | | | | | | write of a 0 in base64_encode_data_blob. I don't know what the base64 encoding of a NULL string is, so fix the problematic caller I found. The real fix should go into base64_encode_data_blob. Volker (This used to be commit 55fd1e490efbe91c391c27101166284034cd32ef)
* r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the ↵Gerald Carter2007-10-101-0/+1
| | | | | | failure check is valid (This used to be commit b7005e6989946bbd0e42d84d2688f3a96a649791)
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2007-10-104-9/+12
| | | | | | heimdal; also initialize some pointers (This used to be commit be74e88d9a4b74fcaf25b0816e3fa8a487c91ab5)
* r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison2007-10-102-1/+4
| | | | | Jeremy. (This used to be commit 8fe47b0bf27a8ae690ab0fcff377c8fc12919f43)
* r538: Mem leak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2007-10-101-0/+2
| | | | | Jeremy. (This used to be commit 4cbcd164147d25286fe8dd460c6123e961c4f657)