Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 5e831f48f0d15a02a3bc406a7dc5249a57ceec4f)
|
|
strchr_m() for query_host (smbclient -L)
(This used to be commit e7d2315e45df7e2e4e586a8fc4a32d6880e83e4f)
|
|
Jeremy
(This used to be commit ebf82e2c14827c0a0edd8ee373ce5200f7b0b3b0)
|
|
character set. Because of the allowing of "broken conversions" for people
who have broken iconv libraries we can't rely on the return from convert_string()
to be valid - we must check errno instead. This is ripe for revisiting at
some stage. I prefer adding a bool parameter to all convert_string_XX varients
to specify if we will allow broken conversions or not. With "allow_broken_conversions"
set to false we could then rely on the return from convert_string rather than
checking errno.
Jeremy.
(This used to be commit 30c30c5ac53ec8f32a44d0b1b39cc99fe9844467)
|
|
you should look at this.
Change behaviour from listing all groups to listing only BUILTIN\Administrator
Volker
(This used to be commit 32d196e9bbf203855832da16eff3dee495679928)
|
|
Volker
(This used to be commit 67bb1d2338b0d5ba3f8a4754ff1479cd42cfb051)
|
|
(This used to be commit e2696b81bb5e4d12281cf99dc50f91844ae51c2e)
|
|
Volker
(This used to be commit 27b27c28cd0421be3121e7f03c237df381c7ecb3)
|
|
(This used to be commit 40634650d0489ebef17e090ef4544b772538b3dc)
|
|
in 3.0.2a actually). We now send a correct referral back, but the client
refuses to follow it... Not sure why. Will do more tests.. Maybe unicode
character count is wrong (it looks it).
Jeremy.
(This used to be commit 859529aff348e66281d2ec4d54c5852121aae9e5)
|
|
Jeremy.
(This used to be commit e93aeb96771125ef8775a531257e7390217204d0)
|
|
(This used to be commit cd1ed1a23b15002aab3387c6f6316f85574c11e8)
|
|
dfs code.
Jeremy.
(This used to be commit 70670841028aaeb72267ac41ca30af8dba412998)
|
|
rafal
(This used to be commit 6c8e39b7ccc1ad8e7f39c2a51fa13423e5d6e227)
|
|
rafal
(This used to be commit b3efdcf0aeec5a115c53de8bbedaa9ca8225b689)
|
|
settrustpwent, gettrustpwnam
2) Implementation of another couple of these functions in tdbsam:
settrustpwent, gettrustpwnam, gettrustpwsid
3) Testing (mostly for now) usage of the interface in pdbedit
which is soon to be offline tool back again.
This is quite a new code, so many changes will be put in soon.
rafal
(This used to be commit 2ed23fbce846f9710747d72aa98c20d54894d61e)
|
|
rafal
(This used to be commit 6fdb20f5a7657556a3e4ceb4cab8c1d67e29ea21)
|
|
(This used to be commit 45b2efd60a3c3c9f01b1ccaa828904a70d70d67d)
|
|
This code implements 'opportunistic signing' in our client (when the
server supports it, we will use it), and correct downgrading on both
the client and server for the 'enabled' (rather than required) signing
level.
This means that we can actually set 'server signing = yes' and not
have the world fall apart. We had a number of bugs in that code, and
it certainly looks like most of the testing was with the 'requried'
setting.
While the changes are reasonable, I'm putting this into HEAD rather
than 3.0 for the timebeing. SMB signing, like NTLMSSP, tends to have
gotchas in it :-)
(I also need to give it a workout with more than smbclient before I
move it across).
Andrew Bartlett
(This used to be commit 6bad895462cf076a7e917c909e2a461d1b360bf1)
|
|
STF rules! (Pity we don't use it for more stuff)
Andrew Bartlett
(This used to be commit a9363b45b0ef652a5fd621915fafb97ada0c7d5e)
|
|
(should fix the mb service name problem, can't remember the bugid).
Jeremy.
(This used to be commit 93c2d50f1adbf257c0c0185b420a1d73d56be2f9)
|
|
need to try and convert 1 byte, then 2 bytes if that fails. Fixes bug
reported by Simo.
Jeremy.
(This used to be commit 0f84801ff3ed5acfcf8e0c4a825f90b9b4823da5)
|
|
(This used to be commit 77142a1ca6853fcae3b806830d077f6f84bebd6d)
|
|
1 fix for a memleak
(This used to be commit 9f3b0295fe7bd6c0c3a6061e5d00e7b88f702b21)
|
|
A windows DC does not reply to DCNAME\\Administrator, only to
DOMAIN\\Administrator. Fix that.
Without winbind we are wrong as domain members, we should forward the request
DOMAIN\\Username to the DC on behalf of the asking client. Winbind fixes that
nicely.
Volker
(This used to be commit c39f698dde98de9b6be40a6c81e669dcd7696b3a)
|
|
should work as expected :-)
Fix wb_delgrpmember.
Volker
(This used to be commit 2a2b4a159a973678b7279a8d91060c7c27aa22e8)
|
|
(This used to be commit 7798a52d82c46759635e90a7e48ddad4ce48b763)
|
|
(This used to be commit 92f6895dd11189ce966b8b5a3f9ace54f478a375)
|
|
Bugzilla #1154.
(This used to be commit 311bbf41ec50d5caf4388cb4745173739744a049)
|
|
Jeremy.
(This used to be commit 13edba472a0a5eb56586458a2432d53f495d0129)
|
|
active connections
(This used to be commit f0e454f6eb3ed25c3210f288d48044b3eed9d129)
|
|
(This used to be commit 7153cbf8cbb07d4e7a9dc9adc9e0a40c57a6e305)
|
|
Bas van Sisseren <bas@dnd.utwente.nl>
(This used to be commit a90df1c170a168092e0c90f684ea968bd1f6f768)
|
|
so breaks when substitution '/' and '\'). It's used by unix_clean_name(),
which is used by reduce_name, which is used by check_name() (phew!).
Now that we know all filenames passed to check_name() are in a "good"
format (no double slashes, all '\\' chars translated to '/' etc.) due
to the new check_path_syntax() we can avoid calling reduce_name unless
widelinks are denied. After this check-in I can fix all_string_sub() to
handle mb chars correctly as it won't be in the direct path in the
main path handling code.
Jeremy.
(This used to be commit bce0678331aa4746181389e0f91f11fb2a6dadcb)
|
|
original srvstr_pull_buf() function to get the pipename not srvstr_get_path().
Jeremy.
(This used to be commit ac5e0c4bb686e2aaccc9b70f240f79747fd48cd8)
|
|
(This used to be commit d9a9e214a8dd3b79284f4cff6052210b758bbf72)
|
|
(This used to be commit 0b17a4105ecbad26b6bb79ed8148495c02518430)
|
|
(This used to be commit 0ad00bce0752373a1ac471f6629a5e64ee5af280)
|
|
(This used to be commit da59bab769dac3702dbddd6ad718f918befee6db)
|
|
Volker
(This used to be commit 6287141f10e6c774990b4fdf65bfd2a55afca35a)
|
|
right in the middle of the code.
I just love catching jra on stuff like this, after all the crap
I've done. :-)
(This used to be commit 217791cab21b79fdbe2ddb96079fb9abb8545dd7)
|
|
(This used to be commit 00c998c5030560d096d7f3c0f9d89ce18e2d006b)
|
|
(This used to be commit 29bc83080f47b2f945686e706f2cfef221ac3795)
|
|
Added hardlink_internals() code - UNIX extensions now use this too.
Jeremy.
(This used to be commit 3f2b9f10dec58d3e3ae463e3804d96052fb27a4d)
|
|
much closer emulation of Win2k3 error return codes.
Jeremy.
(This used to be commit 883f89a0184e37bff4f5877a25d31b994996ab08)
|
|
(This used to be commit 95e7cfdb19bab4a5aac59e10afb3b1416e6079c5)
|
|
array. need to update passdb for this.
(This used to be commit 1d3079bf4c661939e291cca5e96157b5fa492340)
|
|
files for SWAT
(This used to be commit 42d8455a02fa89d37864d32c49d598ba9cdc1552)
|
|
(This used to be commit c1b1a1961f19e2fba680d48e41d0b29cdfd6d39c)
|
|
(This used to be commit 90640a523e9898157a361f3fbf5923b1ef2a6651)
|