summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij28-407/+394
(This used to be commit 9a188eb1f48a50d92a67a4fc2b3899b90074059a)
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij9-38/+91
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)
2007-10-10r13827: Minor enhancements or cosmetic changesSimo Sorce5-44/+34
(This used to be commit 7ef63abae12f65835a82f9931ad1f5ea75e5f3f6)
2007-10-10r13826: Try to keep this backend updatedSimo Sorce2-201/+444
This need more testing and to be built by default when possible (This used to be commit 76cbab0e252620ef6591e2a7354484660bbb6df5)
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce8-19/+22
(This used to be commit b4202cf030d5f154f0f94f5f501ecd648ba5c48f)
2007-10-10r13818: Make ldb_tdb 'fake' async.Simo Sorce7-197/+630
Simo. (This used to be commit 0db616ef59ed51cac7e0bfaea8a799d5aa42ef16)
2007-10-10r13813: fix compiler warningsStefan Metzmacher1-3/+3
metze (This used to be commit f1471c6c6ca796b5852e940ba88563b2edc21167)
2007-10-10r13812: fix compiler warningStefan Metzmacher1-1/+1
metze (This used to be commit 1340cb1f3bdbde4d3759d77b28631611c4e150bb)
2007-10-10r13811: nicer format...Stefan Metzmacher1-2/+14
metze (This used to be commit 89f7a2b93f7b69339baddff2ac30e648d7b2f8b9)
2007-10-10r13810: global data types are defined in core.h now...Stefan Metzmacher2-8/+8
metze (This used to be commit c6137a1af982bd77e4b24d05e82c8621b36d0fac)
2007-10-10r13809: move ldb specific defineStefan Metzmacher2-3/+3
metze (This used to be commit 6f47fcbd44ae83e7268aedf91ac56fff4189c763)
2007-10-10r13808: remove unused defineStefan Metzmacher1-4/+0
metze (This used to be commit b639b814d912891d32c31f0995df7c06d6a10522)
2007-10-10r13807: print out the netbios name the packet is forStefan Metzmacher3-6/+9
metze (This used to be commit e73cc5060c4cf4ac286c407fb8a323ce6be6b79c)
2007-10-10r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2-2/+2
(This used to be commit 4257fd91ceca34dd868a9168efc28b6cb63f0357)
2007-10-10r13790: Add Samba as categoryJelmer Vernooij3-3/+3
(This used to be commit 71f64baa87ea49fe3d52262117c05aa51d5e138e)
2007-10-10r13789: Add metadata files for the GTK+ appsJelmer Vernooij3-0/+30
(This used to be commit 3e980a75c5adc2a870de07771c7ce1d737a6fb3e)
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij44-396/+326
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)
2007-10-10r13773: Be consistent in the way you get out and free allocated dataSimo Sorce1-2/+2
(This used to be commit 1113d4caa7bea1a7ffb9a50f42c5672bc1d452b4)
2007-10-10r13770: - do fsync() on the debug fd, as we do in samba3,Stefan Metzmacher2-22/+21
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)
2007-10-10r13769: the "wins partners"-option will not be readdedStefan Metzmacher1-2/+2
metze (This used to be commit 7a1a486727c50a64c6e80df51b98ede3ee1e930f)
2007-10-10r13768: be less verbose...Stefan Metzmacher1-0/+3
metze (This used to be commit 18fe8a6fbb7b01c0c4d4318ca39ac0af9bab5e5f)
2007-10-10r13767: fix compiler warningsStefan Metzmacher4-31/+36
metze (This used to be commit 0ab3a42341bc1b44de4834adf010a0e511383bfa)
2007-10-10r13760: Remove extern declaration for SMB_PASSWD_FILEJelmer Vernooij1-1/+0
(This used to be commit 8e2efc9981695495b0da3739f55a8e7f88de8e2a)
2007-10-10r13754: Update TODOJelmer Vernooij1-16/+5
(This used to be commit 3b17f48343631389cf8ae9967d02900a4724d77b)
2007-10-10r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructsJelmer Vernooij1-1/+1
(This used to be commit fb620c2706fec93f34afcdbafa999fbaff724467)
2007-10-10r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij23-229/+1584
available at http://samba.org/~jelmer/util-api/ (This used to be commit 90812203df151a5e62394306827c72adfe13c63c)
2007-10-10r13745: remove some code I was experimenting with and forgot was there when IAndrew Tridgell1-349/+0
committed that will teach me to run svn diff before committing .... (This used to be commit ef6e30c72cf610728584dfab1755b47bfc53f01c)
2007-10-10r13744: Make ldb_ldap asyncSimo Sorce3-258/+747
(This used to be commit ec833b409c1fff4ab908fe194579e701d2e950b0)
2007-10-10r13743: Generic fixes and improvementsSimo Sorce1-59/+80
(This used to be commit c5eb27e5f7b23e5aa7e0fb1e11abfc760b499e85)
2007-10-10r13742: Fix tests to work better with ldapSimo Sorce5-12/+16
(This used to be commit 4de76fd09e74a4a98d01777dd11bd2cfb1a681aa)
2007-10-10r13741: make the pointer type in pidl handle any size pointer, just in case weAndrew Tridgell1-8/+13
have a 128 bit machine out there somewhere (This used to be commit 4a1b7580a7ea5db7d10c8ee6a5b3950313b7d273)
2007-10-10r13740: the BASE-DELETE test now passes, and is a quick testAndrew Tridgell2-3/+3
(This used to be commit b6c2d1e0b958a029053f7d1f5abef00708d018e1)
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell9-324/+932
test to pass. To try to make the code a bit more understandable, I moved to using an IDL description of the opendb tdb record format. One of the larger changes was to make directory opens and creates go via the opendb code, so directory operations now obey all the share mode restrictions, as well as delete on close semantics. I also changed the period over which the opendb locks are held, to try to minimise races due to two open operations happening at the same time. (This used to be commit cd2602d05725e1734b0862131dd91601c6b6d51a)
2007-10-10r13738: added support for a "pointer" type in pidl. This will be used in theAndrew Tridgell3-0/+33
opendb work that will be committed shortly. The pointer type assumes that pointers fit in 64 bits, which is probably OK on all our supported architectures. (This used to be commit d2a2057ea5af140ca88a9c305a38fc5dca9eaafd)
2007-10-10r13735: Add summary of changes since the first TP so far. Please let me knowJelmer Vernooij1-1/+98
if I've gotten details wrong or if there's something missing. (This used to be commit 95a85998061f538692f0e70cdc7d8a946fde7871)
2007-10-10r13726: Fix indentation.Rafal Szczesniak1-1/+1
rafal (This used to be commit cedaf08170fddc8e4a3f9e4aea0f2c7f08759061)
2007-10-10r13710: fix compiler warningsStefan Metzmacher3-7/+7
metze (This used to be commit 6ee7de9bbf6ff55221fc8e3a6f467e69e564e2e1)
2007-10-10r13709: fix compiler warningsStefan Metzmacher1-2/+2
metze (This used to be commit 291da7bac3e8707009b239bd3c8b0a0d14f54481)
2007-10-10r13708: fix compiler warningsStefan Metzmacher1-3/+3
metze (This used to be commit 830c42afda70c616ccd32703c6e7c47f38c2271c)
2007-10-10r13707: expanded the delete on close test some more, and make it easier toAndrew Tridgell1-47/+70
track down where a error is happening. The semantics sure are strange! (This used to be commit f722aed66d19edc6b49ecde927853aaa7895ab91)
2007-10-10r13701: removed some unnecessary castsAndrew Tridgell1-5/+5
(This used to be commit f7d0ac936380102e087d4b7c336d7feb68b62314)
2007-10-10r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell4-0/+81
the @BASEINFO sequenceNumber (simo, I changed the function pointer to a structure element as you preferred) (This used to be commit 68c9ac38c7eed221b44499ee3d74597063dfe7a1)
2007-10-10r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell1-0/+1
epoll support (This used to be commit 71eb159f9cc00e8de23a8700cea0e7a3be8c64d4)
2007-10-10r13662: Typo fix, add more public headersJelmer Vernooij4-6/+13
(This used to be commit d98948716f237c3a501b283a0bbc3837bb3fd3c8)
2007-10-10r13658: More moving around of files:Jelmer Vernooij66-193/+435
- 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)
2007-10-10r13655: Use new name of build headerJelmer Vernooij10-10/+10
(This used to be commit bca0e8054f6d9c7adc9d92e0c30d4323f994c9e9)
2007-10-10r13654: Move some more stuff out of include/Jelmer Vernooij8-15/+15
(This used to be commit 2ec7bba03a2edf713004941e9ed74798f5cf8d32)
2007-10-10r13653: Copy headers from the right placeJelmer Vernooij2-1/+2
(This used to be commit 5e884f156f8f824b0540351ce07cd423595d9d1f)
2007-10-10r13652: Move some more stuff out off include/Jelmer Vernooij9-76/+5
(This used to be commit 26bf2a393b90acc098be0b30886dbba34d348a01)
2007-10-10r13651: Always make sure pkgconfig directory existsJelmer Vernooij1-1/+2
(This used to be commit 45997039148e5d689dacf4d47c09740b937ac379)