Age | Commit message (Collapse) | Author | Files | Lines |
|
wrong here
metze
(This used to be commit 737b149546ac0ee93a0d6c4f54ed40dd6dd259c3)
|
|
buildsystem)
(This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640)
|
|
metze
(This used to be commit fd84583ab4a3afc484f220d1475b1e61b3f2fbc6)
|
|
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
|
|
metze
(This used to be commit a5b95a7741085a9adb04b8b63066d1b3d0f024ae)
|
|
metze
(This used to be commit d099282d4956e7dc1134abf0632b01c40160e114)
|
|
metze
(This used to be commit 6aa9675924c32a83122e7ebe86a736233b46c54f)
|
|
(This used to be commit f87debeb12cebd734b47314554ab671c9e06237e)
|
|
(This used to be commit 2d655f05285a86bb1bbb882e4dd843def15c9dfa)
|
|
metze
(This used to be commit 0db8351b149e5c3d91bf7f2d36ceed329462133c)
|
|
(This used to be commit 930daa9f416ecba1d75b8ad46bb42e336545672f)
|
|
file dependencies
(This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
|
|
metze
(This used to be commit d37f63bf93aef1a289e5762536a72f89cc0c64d1)
|
|
default.
(This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
|
|
Add two more proto headers.
(This used to be commit 0c95bf0cd33d8a6c35f692b796d7fbfd98b4d068)
|
|
(This used to be commit 8340ab26dd61d90242283d4e6a0db10f6f6467e2)
|
|
(This used to be commit cf7ad707578ee4dbd5dbf3c83f1f4ede42de3835)
|
|
but modules don't work yet..
(Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status)
(This used to be commit ba74f24e422eda0379615f2ab39bef1e1e025ce7)
|
|
to not export symbols when building shared libraries. Symbols that have to be
available to users of the library can be explicitly exported by
prepending them with _PUBLIC_ in the C source.
(This used to be commit ea9988dfda6df09f1ee8f9aea1dc5b96fff52ee6)
|
|
- make sure we only close the old_fd when the new one was opened
metze
(This used to be commit 3a6568c3669286d41343293c29c8d00fa78c372f)
|
|
(This used to be commit ad43464cc1d1fdb59a26e612e0b4ec85ef4a43d2)
|
|
(This used to be commit e6f7e3a594444bd24dbbc11bb4c7de808a350564)
|
|
(This used to be commit 936d26ae64b93ef8f8b2fbc632b1c2fd60840405)
|
|
(This used to be commit eed16ac3b7f7062a34f09f602db0f828cac7f246)
|
|
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
|
|
(This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
|
|
my previous patch added it for modules). This is the next step towards
LDB backends and modules as run-time loadable .so files.
(This used to be commit fb2f70de4f6c4a9b13ad590cb4d3a9c858cede49)
|
|
(This used to be commit 7ef63abae12f65835a82f9931ad1f5ea75e5f3f6)
|
|
This need more testing and to be built by default when possible
(This used to be commit 76cbab0e252620ef6591e2a7354484660bbb6df5)
|
|
(This used to be commit b4202cf030d5f154f0f94f5f501ecd648ba5c48f)
|
|
Simo.
(This used to be commit 0db616ef59ed51cac7e0bfaea8a799d5aa42ef16)
|
|
metze
(This used to be commit 6f47fcbd44ae83e7268aedf91ac56fff4189c763)
|
|
(This used to be commit 4257fd91ceca34dd868a9168efc28b6cb63f0357)
|
|
Applications that use LDB modules will now have to run ldb_global_init()
before they can use LDB.
The next step will be adding support for loading LDB modules from .so
files. This will also allow us to use one LDB without difference between the
standalone and the Samba-specific build
(This used to be commit 52a235650514039bf8ffee99a784bbc1b6ae6b92)
|
|
(This used to be commit 1113d4caa7bea1a7ffb9a50f42c5672bc1d452b4)
|
|
I have an report that smbd memory usage grows to 1,5 GB or more
without this...
- make log_timestamp static
metze
(This used to be commit 551dd12baf9340ab070c8a8edca6b56770243a61)
|
|
metze
(This used to be commit 18fe8a6fbb7b01c0c4d4318ca39ac0af9bab5e5f)
|
|
metze
(This used to be commit 0ab3a42341bc1b44de4834adf010a0e511383bfa)
|
|
available at http://samba.org/~jelmer/util-api/
(This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
|
|
(This used to be commit ec833b409c1fff4ab908fe194579e701d2e950b0)
|
|
(This used to be commit c5eb27e5f7b23e5aa7e0fb1e11abfc760b499e85)
|
|
(This used to be commit 4de76fd09e74a4a98d01777dd11bd2cfb1a681aa)
|
|
the @BASEINFO sequenceNumber
(simo, I changed the function pointer to a structure element as you
preferred)
(This used to be commit 68c9ac38c7eed221b44499ee3d74597063dfe7a1)
|
|
epoll support
(This used to be commit 71eb159f9cc00e8de23a8700cea0e7a3be8c64d4)
|
|
(This used to be commit d98948716f237c3a501b283a0bbc3837bb3fd3c8)
|
|
- Collect the generic utility functions into a lib/util/ (a la GLib is
for the GNOME folks)
- Remove even more files from include/
(This used to be commit ba62880f5b05c2a505dc7f54676b231197a7e707)
|
|
(This used to be commit bca0e8054f6d9c7adc9d92e0c30d4323f994c9e9)
|
|
(This used to be commit 2ec7bba03a2edf713004941e9ed74798f5cf8d32)
|
|
(This used to be commit 26bf2a393b90acc098be0b30886dbba34d348a01)
|
|
(This used to be commit 45997039148e5d689dacf4d47c09740b937ac379)
|