| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
When deferring an async pipe writeX and readX transfer
the outstanding request struct onto the conn struct. This
needs freeing after the packet is finally processed.
Jeremy.
(cherry picked from commit cabe8f0ee859013d49fba011a5a9ac0112d7b001)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 6a448ef299b24d3d02bb402c54105affd8e92b85)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 459d41e5fc651a0820a7a1b571179d81b4546df3)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 945b2d1982d4e47aed2552a29e522b3c03b931f4)
|
|
|
|
|
| |
Fix bug #7014 (domain mode winbind crashes retriveing empty group members).
(cherry picked from commit 7ea471ba8db84b4fb2f02672e59a9f2a9932b4fa)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 958367d09384731ad3330e396869b12770b11231)
|
|
|
|
|
|
|
| |
Win7 needs the Windows server open file handle number of 16384 handles.
Jeremy.
(cherry picked from commit bbdc2c017ca5abb35897ab61717b806133e0af0b)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 29b923666294cb615059a20ec761ae309238e789)
|
|
|
|
|
|
|
|
| |
Don't change the contents of a const string via a pointer
alias (or if you do, change it back.....).
Jeremy.
(cherry picked from commit a5bfbad790870ff66d4b09f99f0835ccb61c10ed)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 3439ae9005ee3c6be05f0d173d26d3f11a427b06)
|
|
|
|
|
|
|
|
| |
We were returning the wrong sense of the bool. must_mangle()
has to return !NT_STATUS_IS_OK, not NT_STATUS_IS_OK.
Jeremy.
(cherry picked from commit 2f1a66a72a6bd9f3e160b01982171dd66835990e)
|
|
|
|
|
|
|
| |
(cherry picked from commit 20bcdf85f16216c45ded886217fedc4516cc591c)
Fix bug #6997 (Fix _samr_GetAliasMembership for results with 0 rids).
(cherry picked from commit e4e143e8fccc09b6543c4f765d0824f0472f95e9)
|
|
|
|
|
|
|
|
| |
The code to read the new V2 SAMBA_PAI entries had
two errors.
Jeremy.
(cherry picked from commit ce060ae48d71e8988282b16f8348ca0b0434cfde)
|
|
|
|
|
|
|
|
|
| |
Data -> Fille Attributes are returned as 0x220 for LANMAN2.1 dialect
Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned attributes by protocol level.
This makes us consistant in returning DOS attrs across all replies. Tested on OS/2 by Günter Kukkukk.
Jeremy.
(cherry picked from commit 22332e08ab5b406ca603576b29fcaf0c1f786708)
|
|
|
|
|
|
|
|
| |
Guenther
The last 13 commits address bug #6883 (Add Printer fails with 0x000006f7 on
Windows 7).
(cherry picked from commit 874a4e34ff6222a4d387815f3ec896a24822f94e)
|
|
|
|
|
| |
Guenther
(cherry picked from commit b1097e33ba4828d1dd7bf7409aa3880e6359c96e)
|
|
|
|
|
|
|
| |
This demonstrates that s3 still does not have that call implemented correctly.
Guenther
(cherry picked from commit 532376914d0852ab599a6275910ab315935f37d0)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit f20effc437970d826c5bd4f047ff47e23e7a1a73)
(cherry picked from commit ef1c97b8c252feabd02f68493f1d83cab9a852d0)
|
|
|
|
|
| |
Guenther
(cherry picked from commit c5e9df56b3b588f2c7f6f0876204aaf9b9289ee4)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit 0ecb7f6ab28d7b7c1844554289f5ae8e876b1dcf)
(cherry picked from commit ab71e84ab446eb074a56f7d5d8e7ad69f02ed504)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit cf2561473f7bd0bcef5c562c1e901d4ad17e6ee3)
(cherry picked from commit 969623c7963219ae3db3058349c257e00adc237b)
|
|
|
|
|
|
|
|
|
| |
spoolss_EnumPrinterKey.
This call is just driving me nuts :-)
Guenther
(cherry picked from commit fc4b43089e08578f99b99de8eff1eecebaa4ae01)
|
|
|
|
|
|
|
|
|
| |
In case someone (smbtorture4) requests SEC_FLAG_MAXIMUM_ALLOWED, translate it
to a request of PRINTER_ACCESS_ADMINISTER.
Guenther
(cherry picked from commit 459a968fb4d6f96ea7f310f331d3547e2e466d6a)
(cherry picked from commit 7974ab9337c7de209f1cdafbd09fd2b71ef45f19)
|
|
|
|
|
|
|
|
| |
This should finally resolve the endian issues we were seeing on sparc and is
much cleaner for spoolss clients and servers.
Guenther
(cherry picked from commit 191167fce3cb07e286c3b1cedf4fb70126e6daf7)
|
|
|
|
|
|
|
|
| |
The difference to spoolss_StringArray is that in spoolss_StringArray2 the string
array is put into a subcontext of _ndr_size.
Guenther
(cherry picked from commit a6bd5d61685f5582a72d24ac72c6e3753f232f90)
|
|
|
|
|
| |
Guenther
(cherry picked from commit f190de033b9b13b5ffaaf98e86a336bc48ce84e4)
|
|
|
|
|
| |
Guenther
(cherry picked from commit a990887d02de6c92f7d97631bd3f04c49007df2e)
|
|
|
|
|
|
|
|
|
|
| |
Adapted from 728b01fc03.
Thanks god I was not root! It would have delted /*!
Karolin
(cherry picked from commit 0604c696a05773a439538d88f1b45aa6637766a7)
(cherry picked from commit fd30552aab88572b2d5944b9b87ee8ca76d29b35)
(cherry picked from commit 24f3fb1395673883e4435ffbf999b2f309c35306)
|
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 85e79a2a03e8c1c6275363c39b0fa71283214562)
(cherry picked from commit 1ed3172d10ca96816ec548996953579ec55da660)
(cherry picked from commit f39cde691c0f19d8851b056d5f625967155d35cf)
|
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit b5011ba2c897fa177f1e22dde075055b9ffd271d)
(cherry picked from commit 3b812b134d819097df51bb20bdb4fd856f4ad00d)
(cherry picked from commit c504e7f0d464944836d04db3f288ee786431b553)
|
|
|
|
|
| |
Fix bug #6981 (Paged Search with DirX LDAP server broken).
(cherry picked from commit 0a3b576c0a4298cbe600ad8943e401e3a0639359)
|
|
|
|
|
| |
Fix bug #6982 (Erroneous out of memory error path in lookup_sid).
(cherry picked from commit a6d9c2161859fff61bdd0539d9428615da3da655)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The check for iconv requiring giconv.h and libgiconv as well as
the check for iconv requiring biconv.h and libbiconv were using the wrong
variable to check for previous successful test results. This caused the checks
to always fall back to libbiconv on systems where that library was available.
In the course of fixing this, I had to clean up the indentation in that piece of
code, and I also rewrote/added some comments.
Many thanks to Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> for the initial
patch and diagnosis.
(cherry picked from commit f5aff324cb9d965bbc75634596c3c40ffc588183)
Fix bug #4832 (iconv library is not used).
(cherry picked from commit 886a90cccbc5cf757c1037ee167282315055c358)
|
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 5055ba140d03189a3c8181d57ad920e68c6e387c)
(cherry picked from commit a9077c77b7119fb15cbc74d9b160a363932b0bde)
(cherry picked from commit 95d8039cb064d23a9f1f28484b08e00b93c152e2)
|
|
|
|
|
|
|
|
|
| |
See http://lists.samba.org/archive/samba-technical/2009-December/068235.html
for more information.
Karolin
(cherry picked from commit 08b692828ed6a9929dc6098fabc8aa47a0e32f93)
(cherry picked from commit 7470559ce27af469cd57af0fd41b30aaee9a585a)
|
|
|
|
|
| |
Fix bug #6967 (net ads join with OU fails with glibc error on free()).
(cherry picked from commit 779ebd6a6800ceb0d192232b2ec9687115115c73)
|
|
|
|
|
|
|
| |
(cherry picked from commit a2929a638fa6824e38beec7eaa78ac108c522f50)
Part of a fix for bug #6860.
(cherry picked from commit 6b430b4fd88eb033098366f9a6b204c55ca7f79e)
|
|
|
|
|
|
| |
Fixes #6860. Thanks to Matt Kraai!
(cherry picked from commit 1d013fd03295433698f2b301dbf8324a3db528eb)
(cherry picked from commit 6ba6370c9f8d76a59b6a59f6e083c109eb5fba53)
|
|
|
|
|
|
|
| |
Karolin
(cherry picked from commit 71018ebe5303ca6e0f3e3e4b96ae45fb32d3e195)
(cherry picked from commit 626ae39f3952087e05cbcd42a049119860072bc8)
(cherry picked from commit e7e66fd949d970b03bce0812c6b934193ac9ff1c)
|
|
|
|
|
|
|
| |
Guenther
Part of a fix for bug #6929.
(cherry picked from commit 579ac85a8e8f640790878cef5a35debec999dd0e)
|
|
|
|
|
|
| |
semantics out from under the VFS. Jeremy.
(cherry picked from commit 24282f2a282ba4ef78108d983d1ef4a6ad4cbf89)
|
|
|
|
|
|
|
|
| |
Windows 7 is a bit more picky on our NT_STATUS_BUFFER_TOO_SMALL. Announce the
right buffer size, the same amount we later check for.
Fix bug #6850 (Shadow Copy Support for VISTA / Windows 7).
(cherry picked from commit b1243ff12d4f4b948dc7bbd85795f8ee8f7621d9)
|
|
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit e512ccb5b677fa7f285829ec645fc067837c0e11)
Part of a fix for bug #6883 (Add Printer fails with 0x000006f7 on Windows 7).
(cherry picked from commit ab9e7e9ac813f4bbadf1ebf86dfaac2f47e75de2)
|
|
|
|
|
|
|
|
| |
Thanks Metze for review!
Guenther
(cherry picked from commit 846aa18648f3b34ab5cbc4dc4ba334bbedeab2f4)
(cherry picked from commit 29c22e159352bcb334dfb7c5846e865967d77cb0)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit d464151f3b47c675664f464b1645ca85de663655)
(cherry picked from commit 5b86641b5003379208d8d55f2d6eac6aac6e1488)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 167a9ea770a38ffbe121da522bfdab79aa60413d)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit f8016cfee922cba97b70f56c752827e4584da6c6)
(cherry picked from commit 560b7a45ff8257b7d9994199218edfa3ea4e8dae)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit fcee9d2c97a673347baf58f749f35785a896e468)
(cherry picked from commit 20b43200885d7e4cef5e26ad249c9a4c6529dca5)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 09d1d639da808b94c25749423675925fbe3b3660)
|
|
|
|
|
| |
Guenther
(cherry picked from commit a15f3cb7c72eebecce48db83e045739f771ab4d7)
|