Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 64a357017a897d1920c06fc19453470ee517470d)
|
|
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
|
|
- init_modules()
- smb_probe_module()
(This used to be commit b3328dab2fa069af300b4076695bf6c359501111)
|
|
(This used to be commit 66fcf6b4938a87e5ded7c7e5830a6a54e4439544)
|
|
Jeremy.
(This used to be commit df214d18817467fbe3023a412bceec325f73b518)
|
|
(This used to be commit 25a01e3247ab8e52dc6c2d1f211ce10e09da5e70)
|
|
In TEST_SNPRINTF mode, always compile all the functions in this file
even if they're normally available on this system.
Fix typo in comment.
(This used to be commit 95f4b5828862155407069fc4dc1b879b45588ded)
|
|
other projects easier.
(This used to be commit 0f3c2bfbd2de0e759e3083afabee0538528d7a65)
|
|
(This used to be commit a0d841a59ea745bf48b0d705ad6c81e4172552ea)
|
|
Add additional test case for a bug recently found in rsync by Paul
Green. Appparently it was fixed here a while ago.
(This used to be commit a0033cc83c837bc075dd689fdf7a69a6aa4ecd18)
|
|
(This used to be commit 98e84b3e83d2a365c818ea64f9418edb29d690f2)
|
|
(This used to be commit c91cf2b38df9f51dd6cb46f0742e1c57bb36b508)
|
|
(This used to be commit bf61aeef443de36e2212668878955519eb3bd95f)
|
|
(This used to be commit 59f8fc438a2ff5bb7ff115a19f6aacbb0ef7b653)
|
|
(This used to be commit 6d7baad38fbdf0921c1d5eb59004c65cfe110975)
|
|
new rpc echo pipe.
(This used to be commit b7af3cda28cea859edf6266b6bd8da17a44c85eb)
|
|
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
|
|
(This used to be commit 31eaf11d2e9c38e0f479b41c00e0db92987ae6d0)
|
|
(This used to be commit ab51878a978ffb53f23f1c6d22a48f98e6ae0805)
|
|
requests and responses and is only compiled in when --enable-developer
is passed to configure. It includes server and client side code for
generating and responding to functions on this pipe. The functions are:
- AddOne: add one to the uint32 argument and return ig
- EchoData: echo back a variable sized char array to the caller
- SourceData: request a variable sized char array
- SinkData: send a variable sized char array and throw it away
There's a win32 implementation of the client and server in the
junkcode CVS repository in the rpcecho-win32 subdirectory.
(This used to be commit 4ccd34ef836eba05f81dc2da73fd7cfaac201798)
|
|
makes these functions fail for strings over 512 characters. Now we
use convert_string_allocate, which grows a buffer as necessary.
(This used to be commit a55dc493ca212bde22d9e68ea8a4cc16a142c69d)
|
|
once, when init_iconv is first called. Use this in check_dos_char
rather than doing the conversion every time. Much faster.
(This used to be commit e8f1399323745a93ba9df97553effcf2d7629850)
|
|
Jeremy.
(This used to be commit 03ad0179e343c2c5066f9df7594e6f928d737894)
|
|
(This used to be commit f95741ae882ad1d1e7f709e30ea3bae02a4aff2d)
|
|
(This used to be commit 1e1ef7a7b52f34ab784a7bac570235de221a64b6)
|
|
same functionality exists as "pool-usage".
Move initialisation of this and dmalloc messages inside message_init().
(This used to be commit af6ecafcbbf65dbedc49b3a86da39ce608bdadac)
|
|
(void **)
(This used to be commit dc04b732baa0848e391baf7f148218a10e0af032)
|
|
(This used to be commit 9daf41c41f901b46d6016c6ec63773d0b7cec617)
|
|
(This used to be commit b96590ad092e32259ce24a20a6a8a30d98dfae7d)
|
|
(This used to be commit bd00355c1d5ca4ce77fa28c53ea46834365f22d7)
|
|
check_dos_char.
init_iconv: Call init_doschar_table when reinitializing conversions.
(This used to be commit d0b2c5d7ba5531fc695a23bba87a1551cc39e2ee)
|
|
indicating which characters are valid dos characters. This function
was previously quite slow because it did two unicode conversions on
every call.
(This used to be commit e4ec19e03f95fb7d5b170c7e0ab5837ebc7dcd97)
|
|
because init_iconv calls it for us.
init_iconv: Add documentation about how this is reintialized when
configuration is reloaded.
(This used to be commit 0ee80a9018601fbba1c9558545de61cb16e94fac)
|
|
isolation by a test case.
(This used to be commit 52520fda6a168132239e2adae963a766ec653348)
|
|
This patch moves the ldap routines out of passdb into a generic
library and implements an LDAP backend for IDMAP. THe backend
can be enabled with "idmap backend = ldap" in smb.conf. THere
are also schema changes to make sure to update teh ldap schema files.
(This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)
|
|
(This used to be commit 7dccd144b74d8c752a4b8c80fa5b3e6b2d11eaa2)
|
|
includes a --with-idmap=no switch to disable idmap usage if you find
problems.
cosmetic fixes and param aliases to separate winbind from idamp roles.
A temporarily remote idmap winbind compatibility backend.
As I have time I will further change code to not call directly winbind
(partly done but not tested) and a specilized module will be built in place
for the current glue hack.
The patch has been tested locally in my limited time, the patch is simple and
clear and should not reserve problems, if any just disable it.
As usual, comments and fisex are welcome :-)
Simo.
(This used to be commit 02781320476ed1b7ee5d943fa36f9a66ab67f208)
|
|
Andrew Bartlett
(This used to be commit 7ab39cba6a97ddd0879dd968167fc7809f87de6e)
|
|
decoded.length after it's been zero'ed out by data_blob_free() doesn't
give you the original length...
Andrew Bartlett
(This used to be commit 647a720cfb06bdf0dfc8fcdcab50aadcceb0494d)
|
|
- Fix typo in Makefile.in
- Fix compatibility with older vfs modules (from patch by metze)
- Build some modules shared by default and some static (and fall
back to static when dlopen() is not available)
(This used to be commit aa36f462d95f8a3a3a81a89c210b98a6f9fd295f)
|
|
(This used to be commit 9cc17bcfe633496ba6270fd82963ff768ae017b0)
|
|
- Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow
(This used to be commit 794d3ed03619a4e41558d9ff65783a1aa1b2be90)
|
|
(This used to be commit 0dc611569427c8b63b752d0f62f2127dc1479754)
|
|
(This used to be commit 84707fd95eec260a1cb22a165a0161a075f93ada)
|
|
(This used to be commit b49436d020f8d88d42428c83ea9a278d3433d134)
|
|
(only on systems that support it, of course)
(This used to be commit bf439d733df6a11a25ff561a853c3382a3b34b96)
|
|
(This used to be commit 37ee8aecf4ae570c3d08e9fa94724bc9c917108f)
|
|
some double options and broke some parameters.
(This used to be commit d5f9b0275c91512e1926504f22aaeec2d104430d)
|
|
(This used to be commit cf3d31b9801d7ccb30334a92d4dc8a0ced2ecd31)
|
|
(This used to be commit 2ddfed298d7f0b6e690275725a39c3ef107077ae)
|