Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r762: Fix for #1319 when security > share. | Jeremy Allison | 2004-05-18 | 1 | -2/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r742: Volker discovered that we can truncate a locked file. Well I never ! :-). | Jeremy Allison | 2004-05-14 | 1 | -22/+2 | |
| | | | | | | | | Jeremy | |||||
| * | r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode locking | Richard Sharpe | 2004-05-14 | 1 | -0/+14 | |
| | | | | | | | | requests fail. | |||||
| * | r737: Handle -S and user mount parms | Steve French | 2004-05-14 | 1 | -24/+40 | |
| | | ||||||
| * | r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after ↵ | Jeremy Allison | 2004-05-14 | 1 | -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 Allison | 2004-05-13 | 2 | -72/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r706: Fix erroneous commit... I've not finished testing the | Jeremy Allison | 2004-05-13 | 1 | -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 Carter | 2004-05-13 | 4 | -18/+45 | |
| | | | | | | | | support 128 bit encryption | |||||
| * | r698: Now wb pipe is non-blocking remember to read in non-blocking mode... | Jeremy Allison | 2004-05-13 | 2 | -13/+52 | |
| | | | | | | | | Jeremy. | |||||
| * | r689: removed unneeded forward declarations | Gerald Carter | 2004-05-13 | 1 | -3/+0 | |
| | | ||||||
| * | r675: merge from SAMBA_4_0: | Stefan Metzmacher | 2004-05-13 | 1 | -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 Allison | 2004-05-13 | 2 | -6/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r656: Make widelinks use realpath(). Tidy up cases where we need to become a ↵ | Jeremy Allison | 2004-05-13 | 6 | -148/+119 | |
| | | | | | | | | | | | | service. Jeremy. | |||||
| * | r654: There is no point in having two lines of: | Richard Sharpe | 2004-05-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | sbuf.st_mtime &= ~1; So I had one refer to st_ctime. | |||||
| * | r653: Ok, so tridge convinced me. Allow full UNIX path symlinks | Jeremy Allison | 2004-05-12 | 2 | -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 winbind | Jeremy Allison | 2004-05-11 | 1 | -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 Carter | 2004-05-11 | 3 | -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 Allison | 2004-05-11 | 2 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r643: fix typo | Herb Lewis | 2004-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | r642: use RPC_CLIENT_OBJ instead of file name | Herb Lewis | 2004-05-10 | 1 | -2/+2 | |
| | | | | | | | | already included in PROTO_OBJ by LIBMSRPC_OBJ | |||||
| * | r640: Make cifsvfs symlinks work with paths within and external to the | Jeremy Allison | 2004-05-10 | 2 | -7/+42 | |
| | | | | | | | | | | share. Store external paths prefixed with smbln:. Jeremy. | |||||
| * | r635: put files that are referenced multiple times in separate | Herb Lewis | 2004-05-10 | 1 | -38/+63 | |
| | | | | | | | | definitions to be consistent. | |||||
| * | r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensure | Richard Sharpe | 2004-05-09 | 1 | -1/+1 | |
| | | | | | | | | that the errno is not trashed by a DEBUG statement, but screwed up. | |||||
| * | r616: Bug #1333. | Richard Sharpe | 2004-05-09 | 1 | -2/+8 | |
| | | | | | | | | Make sure we return an error code when things go wrong. | |||||
| * | r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also | Richard Sharpe | 2004-05-09 | 1 | -29/+264 | |
| | | | | | | | | clean up the format of the file a bit. | |||||
| * | r588: Some fixes from coolo ... | Richard Sharpe | 2004-05-08 | 2 | -5/+15 | |
| | | | | | | | | I think that the ECONNREFUSED should probably be ENOENT. | |||||
| * | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 2004-05-07 | 16 | -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.5pre1 | Gerald Carter | 2004-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-07 | 3 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-07 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r560: Fix bugzilla 1279: cannot control individual print jobs using cups | Jim McDonough | 2004-05-07 | 1 | -3/+3 | |
| | | | | | | | | Store the print job using a little-endian key. | |||||
| * | r559: Some fixes from coolo ... | Richard Sharpe | 2004-05-07 | 1 | -2/+2 | |
| | | ||||||
| * | r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ↵ | Gerald Carter | 2004-05-07 | 1 | -0/+6 | |
| | | | | | | | | dereferencing it | |||||
| * | r555: Fix big-endian storage of jobids in jobs_changed list. Found during | Jim McDonough | 2004-05-07 | 1 | -1/+3 | |
| | | | | | | | | debugging of 1279 | |||||
| * | r551: BUG 1293: fix double free in printer publishing code | Gerald Carter | 2004-05-07 | 1 | -2/+1 | |
| | | ||||||
| * | r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ↵ | Jelmer Vernooij | 2004-05-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | mapping table | |||||
| * | r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid ↵ | Volker Lendecke | 2004-05-07 | 1 | -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 Carter | 2004-05-07 | 1 | -0/+1 | |
| | | | | | | | | failure check is valid | |||||
| * | r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵ | Gerald Carter | 2004-05-07 | 4 | -9/+12 | |
| | | | | | | | | heimdal; also initialize some pointers | |||||
| * | r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 2004-05-06 | 2 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r538: Mem leak fix from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 2004-05-06 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r535: Another memleak fix from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 2004-05-06 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to | Jeremy Allison | 2004-05-06 | 1 | -8/+32 | |
| | | | | | | | | | | valgrind winbindd with these in.... Jeremy. | |||||
| * | r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-06 | 1 | -2/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code | Jeremy Allison | 2004-05-06 | 1 | -5/+9 | |
| | | | | | | | | | | paths. Jeremy. | |||||
| * | r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs. | Jeremy Allison | 2004-05-06 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r519: fix bug in authorise_login() that broke security = share | Gerald Carter | 2004-05-06 | 1 | -0/+2 | |
| | | ||||||
| * | r517: Remove wrong commit I did by mistake | Alexander Bokovoy | 2004-05-06 | 1 | -6/+0 | |
| | | ||||||
| * | r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernels | Alexander Bokovoy | 2004-05-06 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | there is SYS_utimes syscall defined at compile time in glibc-kernheaders but it is available on 2.6 kernels only. Therefore, we can't rely on syscall at compile time but have to check that behaviour during program execution. An easy workaround is to have replacement for utimes() implemented within our wrapper and do not rely on syscall at all. Thus, if REPLACE_UTIME is defined already (by packager), skip these syscall shortcuts. | |||||
| * | r505: Break out algorithmic_gid_to_sid so that those of us who need it can ↵ | Richard Sharpe | 2004-05-06 | 1 | -3/+19 | |
| | | | | | | | | use it. |