Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit e70bf0ecc3ec6d3ba8ba384024bbdf9a783072ea)
|
|
(This used to be commit e528479f56bc936cc60eb95c9738a48de48dbd05)
|
|
(This used to be commit 6def2ee03bb3510f000b1977c4d5293cad4ae364)
|
|
(This used to be commit ca27a718b07949959efaeb49f310123de76af9a0)
|
|
(This used to be commit 01c7426fc0e2af6a955dcb37111ca439fc913d5f)
|
|
(This used to be commit 212f43ddeaa6369e5437ed3915eb066a37bc9014)
|
|
(This used to be commit 30aada0ef8e16ce94035039b63ab140d158009d9)
|
|
(This used to be commit 244965f7b67becb85774311e6ce84318d554384d)
|
|
Guenther
(This used to be commit 029bf26f8a571ae060f7be60fd3e8c61d86004f7)
|
|
(This used to be commit bd228853863ce5b4b9b974347c50c956d7f2e055)
|
|
(This used to be commit 3cc22fd74f0ffc72f4340a963b4eca7178be2192)
|
|
Guenther
(This used to be commit b310b1dfd69ba0470b66eb84007f28e5e69e92e7)
|
|
Guenther
(This used to be commit e6415c523234f60da7dcfa4de101e8634dc6927d)
|
|
Guenther
(This used to be commit 42abe8450b0fc3c9f8d768fadbd5e6b0a6c1bfc3)
|
|
Guenther
(This used to be commit f7457c6173107f1730ae2e31c5377df3dbd2454e)
|
|
(This used to be commit 56bab5ea4cbcf8e46101053bd68f66691fd737c5)
|
|
functions.
Guenther
(This used to be commit 3e240672b431b7132dfb2bdd46198ab758eadd0b)
|
|
(This used to be commit 1a08b97a933e25362707cb0d8ba09d733af4cbbf)
|
|
(This used to be commit fa341e4840d422cee389c06112e0b2df43a31f45)
|
|
Guenther
(This used to be commit 5dc791f4cfdee2bc350c1e65aeed5705c1745356)
|
|
(This used to be commit 394987f5224086cb379ea8d0364924679b8a0214)
|
|
to me,
prs_mem_free() is not the function to be called to free memory allocated by
prs_alloc_mem(). I've added a comment so others may not get bitten too.
- Remove incorrect memory free calls added yesterday to replace SAFE_FREE.
The memory is actually now on a talloc context, so gets freed by the caller
when that context is freed. We don't need to free it iternally.
Derrell
(This used to be commit 2fde343150c17959fc970b18e1eb4efde800b4db)
|
|
(This used to be commit ee6f212ed0b332e6886056e6d254d0c0da7c5046)
|
|
(This used to be commit e0db5fd11bd5e0a3aca801a14509fddd6a625a84)
|
|
(This used to be commit bce87ebdc00b9086dcdcc55442b57b92345971ac)
|
|
(This used to be commit c4972632f8b41c87a4c0fdfc6c98515c42eafda5)
|
|
(This used to be commit cb8fab5663db2cb408e1b85a7287d3670b09d503)
|
|
(This used to be commit a6400ca6e2301d1cfc1d6a513dc7809ed99d7b58)
|
|
(This used to be commit 73d99d6f9a5554d957ae737ff617b6a2e88b52bc)
|
|
(This used to be commit 489436a65632c4e6c1001a23dd33c896e9d7dfde)
|
|
(This used to be commit 7c65deaed734f5623813922637877b94fc9a6259)
|
|
(This used to be commit be67bb50eef88f4d56f48e785c1e5865616f5f33)
|
|
(This used to be commit 607b3ab8bc6052770f0324b57f3db6e1c11a7005)
|
|
(This used to be commit 189876a664efcfb601a8b14c21f272ed7d9f6b41)
|
|
(This used to be commit 4cb60abd4c7f32a51f0e9be0d226fe09c794bed8)
|
|
(This used to be commit 96a943587418e07019974b45c368e749a5ef82c2)
|
|
(This used to be commit 0e47a6643e9b3f546e1905e5152d3abe2511bcd9)
|
|
pointer was
incremented too far in some circumstances. In these cases, only the first
of multiple concatenated strings would be seen.
- Working on bug 4649 pertaining to delete an ACL, this fixes the reported
crash. It appears to have been an incomplete switchover from malloc to
talloc, as the memory was still being freed with SAFE_FREE.
Deleting ACLs still doesn't work. Although a valid request is sent to the
server and a SUCCESS response is returned, the method that's used in
libsmbclient for deleting ACLs seems to be incorrect. In looking at the
samba4 torture tests, it appears that we should be turning on the INHERIT
flag if we want to delete the ACL. (I could use some assistance on the
proper flags to send, from anyone familiar with this stuff.)
- Apply patch from SATOH Fumiyasu to fix bug 4750. smbc_telldir_ctx() was not
returning a value useful to smbc_lseekdir_ctx().
Derrell
(This used to be commit 2ac502e29bd8390252fe4ae8344faab49ca01ff5)
|
|
your patches please :-). I'll work on SMBreadBmpx tomorrow.
Jeremy.
(This used to be commit 27e183afa8d23dca6aada1f3810dc53aa8c55ccd)
|
|
conversion.
Sorry vl, remove one of your 15 patches :-).
Jeremy.
(This used to be commit a7648ed9d40d6f61362e1488dc30216363870694)
|
|
(This used to be commit f44e0aac2b47ea377c2ce701426e57ee15c42fe7)
|
|
(This used to be commit 925ed1e186da594b5c40d3abbad885060ca87fd0)
|
|
(This used to be commit 8e6485e0782e9ab31b07dd9f662bd845f58faf4a)
|
|
(This used to be commit 73392485f4c3bf8b4138b500b4882c492bf96358)
|
|
(This used to be commit ca18ba96be84ed12003af84c53cc5f2e92fcc984)
|
|
Not pretty, but necessary to convert the calls one by one
(This used to be commit 523a463be427da0c3dbe01399e87b82b9f759512)
|
|
(This used to be commit 8b5e51c2668799890d033a371e5b9a57b8f086c6)
|
|
(This used to be commit 03c5e960a21ae78cdd832a5c760015f7fbd83bd9)
|
|
(This used to be commit d97a2e91d3c44ad39e6a1ee369e1e906d98707f5)
|
|
Guenther
(This used to be commit 45ee3b55d51fcde0e5c0ea56069656d6f2647fff)
|