summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * r776: I should have just cut and pasted from my build area and I wouldHerb Lewis2004-05-181-1/+1
| | | | | | | | have gotten this right :-)
| * r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis2004-05-181-5/+1
| |
| * r772: fix cut and paste error in commentHerb Lewis2004-05-181-1/+1
| |
| * r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-181-1/+6
| | | | | | | | Jeremy.
| * r762: Fix for #1319 when security > share.Jeremy Allison2004-05-181-2/+8
| | | | | | | | Jeremy.
| * r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison2004-05-141-22/+2
| | | | | | | | Jeremy
| * r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe2004-05-141-0/+14
| | | | | | | | requests fail.
| * r737: Handle -S and user mount parmsSteve French2004-05-141-24/+40
| |
| * r731: add the current debian directory for debian stable (woody) targeted ↵Simo Sorce2004-05-1481-0/+7796
| | | | | | | | releases
| * r730: move the current debian dir to debian-unstableSimo Sorce2004-05-1482-0/+0
| |
| * r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after ↵Jeremy Allison2004-05-141-0/+4
| | | | | | | | | | | | | | upgrade to 3.0.4). Cause was premature optimization in unix_convert(). My fault, sorry. Jeremy.
| * r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2004-05-132-72/+8
| | | | | | | | Jeremy.
| * r706: Fix erroneous commit... I've not finished testing theJeremy Allison2004-05-131-9/+3
| | | | | | | | | | symlink stuff yet. Noticed by Stefan (metze). Jeremy.
| * r704: BUG 1315: fix for schannel client connections to server's that don't ↵Gerald Carter2004-05-134-18/+45
| | | | | | | | support 128 bit encryption
| * r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2004-05-132-13/+52
| | | | | | | | Jeremy.
| * r689: removed unneeded forward declarationsGerald Carter2004-05-131-3/+0
| |
| * r675: merge from SAMBA_4_0:Stefan Metzmacher2004-05-131-0/+3
| | | | | | | | | | | | | | | | display the version on top of configure this will help in the build farm metze
| * r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2004-05-132-6/+8
| | | | | | | | Jeremy.
| * r656: Make widelinks use realpath(). Tidy up cases where we need to become a ↵Jeremy Allison2004-05-136-148/+119
| | | | | | | | | | | | service. Jeremy.
| * r654: There is no point in having two lines of:Richard Sharpe2004-05-121-1/+1
| | | | | | | | | | | | sbuf.st_mtime &= ~1; So I had one refer to st_ctime.
| * r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2004-05-122-27/+25
| | | | | | | | | | | | to anywhere on the server filesystem so long as widelinks is set to true.... :-). Jeremy.
| * r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbindJeremy Allison2004-05-111-2/+94
| | | | | | | | | | pipe in non-blocking mode to prevent process hang. Jeremy.
| * r647: fix for setting the called name to by our IP if the called name was ↵Gerald Carter2004-05-113-25/+7
| | | | | | | | *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path
| * r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison2004-05-112-0/+7
| | | | | | | | Jeremy.
| * r643: fix typoHerb Lewis2004-05-101-1/+1
| |
| * r642: use RPC_CLIENT_OBJ instead of file nameHerb Lewis2004-05-101-2/+2
| | | | | | | | already included in PROTO_OBJ by LIBMSRPC_OBJ
| * r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison2004-05-102-7/+42
| | | | | | | | | | share. Store external paths prefixed with smbln:. Jeremy.
| * r635: put files that are referenced multiple times in separateHerb Lewis2004-05-101-38/+63
| | | | | | | | definitions to be consistent.
| * r632: pulling in release notes from 3.0.4 and getting ready to start 3.0.5pre1Gerald Carter2004-05-101-280/+294
| |
| * r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe2004-05-091-1/+1
| | | | | | | | that the errno is not trashed by a DEBUG statement, but screwed up.
| * r616: Bug #1333.Richard Sharpe2004-05-091-2/+8
| | | | | | | | Make sure we return an error code when things go wrong.
| * r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. AlsoRichard Sharpe2004-05-091-29/+264
| | | | | | | | clean up the format of the file a bit.
| * r588: Some fixes from coolo ...Richard Sharpe2004-05-082-5/+15
| | | | | | | | I think that the ECONNREFUSED should probably be ENOENT.
| * r573: fixing packagingGerald Carter2004-05-071-0/+1
| |
| * r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-0716-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.
| * r568: setting version to 3.0.5pre1Gerald Carter2004-05-071-1/+1
| |
| * r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-073-0/+5
| | | | | | | | Jeremy.
| * r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-071-1/+4
| | | | | | | | Jeremy.
| * r560: Fix bugzilla 1279: cannot control individual print jobs using cupsJim McDonough2004-05-071-3/+3
| | | | | | | | Store the print job using a little-endian key.
| * r559: Some fixes from coolo ...Richard Sharpe2004-05-071-2/+2
| |
| * r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ↵Gerald Carter2004-05-071-0/+6
| | | | | | | | dereferencing it
| * r555: Fix big-endian storage of jobids in jobs_changed list. Found duringJim McDonough2004-05-071-1/+3
| | | | | | | | debugging of 1279
| * r551: BUG 1293: fix double free in printer publishing codeGerald Carter2004-05-071-2/+1
| |
| * r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ↵Jelmer Vernooij2004-05-071-0/+3
| | | | | | | | | | | | mapping table
| * r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid ↵Volker Lendecke2004-05-071-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
| * r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the ↵Gerald Carter2004-05-071-0/+1
| | | | | | | | failure check is valid
| * r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2004-05-074-9/+12
| | | | | | | | heimdal; also initialize some pointers
| * r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-062-1/+4
| | | | | | | | Jeremy.
| * r538: Mem leak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-061-0/+2
| | | | | | | | Jeremy.
| * r535: Another memleak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-061-0/+2
| | | | | | | | Jeremy.