Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r13920: "hidden" visibility is the default... | Stefan Metzmacher | 2006-03-07 | 1 | -1/+0 | |
| | | | | | | | | | | | | metze | |||||
| | * | r13903: Don't generate prototypes for modules and binaries in ↵ | Jelmer Vernooij | 2006-03-06 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | include/proto.h by default. | |||||
| | * | r13902: Stricter checking for the -fvisibility flag | Jelmer Vernooij | 2006-03-06 | 3 | -2/+6 | |
| | | | | | | | | | | | | Add two more proto headers. | |||||
| | * | r13901: Backends need to be initialized even if there are no modules | Simo Sorce | 2006-03-06 | 1 | -22/+22 | |
| | | | ||||||
| | * | r13900: don't segfault on error | Simo Sorce | 2006-03-06 | 1 | -2/+2 | |
| | | | ||||||
| | * | r13899: Get the shared library build building again. Just compiles for now, | Jelmer Vernooij | 2006-03-06 | 5 | -20/+23 | |
| | | | | | | | | | | | | | | | but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status) | |||||
| | * | r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used | Jelmer Vernooij | 2006-03-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | r13859: - remove useless fsync() calls | Stefan Metzmacher | 2006-03-06 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | - make sure we only close the old_fd when the new one was opened metze | |||||
| | * | r13855: Docs for the registry library as well | Jelmer Vernooij | 2006-03-06 | 5 | -13/+1310 | |
| | | | ||||||
| | * | r13852: Split up | Jelmer Vernooij | 2006-03-06 | 2 | -9/+9 | |
| | | | ||||||
| | * | r13851: More doc improvements. | Jelmer Vernooij | 2006-03-06 | 11 | -25/+134 | |
| | | | ||||||
| | * | r13849: More improvements to the libutil docs. | Jelmer Vernooij | 2006-03-05 | 3 | -302/+68 | |
| | | | ||||||
| | * | r13842: Make some more functions public. | Jelmer Vernooij | 2006-03-05 | 7 | -50/+52 | |
| | | | ||||||
| | * | r13840: Mark some functions as public. | Jelmer Vernooij | 2006-03-05 | 22 | -214/+209 | |
| | | | ||||||
| | * | r13839: Use registration mechanism for backends as well (in the same sense | Jelmer Vernooij | 2006-03-05 | 8 | -38/+88 | |
| | | | | | | | | | | | | | | | my previous patch added it for modules). This is the next step towards LDB backends and modules as run-time loadable .so files. | |||||
| | * | r13827: Minor enhancements or cosmetic changes | Simo Sorce | 2006-03-03 | 5 | -44/+34 | |
| | | | ||||||
| | * | r13826: Try to keep this backend updated | Simo Sorce | 2006-03-03 | 2 | -201/+444 | |
| | | | | | | | | | | | | This need more testing and to be built by default when possible | |||||
| | * | r13823: make async_wait part of the modules ops | Simo Sorce | 2006-03-03 | 7 | -18/+21 | |
| | | | ||||||
| | * | r13818: Make ldb_tdb 'fake' async. | Simo Sorce | 2006-03-03 | 7 | -197/+630 | |
| | | | | | | | | | | | | Simo. | |||||
| | * | r13809: move ldb specific define | Stefan Metzmacher | 2006-03-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r13803: fixed two errors found with 'make valgrindtest' | Andrew Tridgell | 2006-03-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 2006-03-02 | 26 | -245/+226 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | r13773: Be consistent in the way you get out and free allocated data | Simo Sorce | 2006-03-01 | 1 | -2/+2 | |
| | | | ||||||
| | * | r13770: - do fsync() on the debug fd, as we do in samba3, | Stefan Metzmacher | 2006-03-01 | 2 | -22/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | I have an report that smbd memory usage grows to 1,5 GB or more without this... - make log_timestamp static metze | |||||
| | * | r13768: be less verbose... | Stefan Metzmacher | 2006-03-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r13767: fix compiler warnings | Stefan Metzmacher | 2006-03-01 | 4 | -31/+36 | |
| | | | | | | | | | | | | metze | |||||
| | * | r13752: Add doxyfile and fix formatting of comments. Current output is ↵ | Jelmer Vernooij | 2006-02-28 | 23 | -229/+1584 | |
| | | | | | | | | | | | | available at http://samba.org/~jelmer/util-api/ | |||||
| | * | r13744: Make ldb_ldap async | Simo Sorce | 2006-02-28 | 3 | -258/+747 | |
| | | | ||||||
| | * | r13743: Generic fixes and improvements | Simo Sorce | 2006-02-28 | 1 | -59/+80 | |
| | | | ||||||
| | * | r13742: Fix tests to work better with ldap | Simo Sorce | 2006-02-28 | 5 | -12/+16 | |
| | | | ||||||
| | * | r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using | Andrew Tridgell | 2006-02-27 | 3 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | | | | the @BASEINFO sequenceNumber (simo, I changed the function pointer to a structure element as you preferred) | |||||
| | * | r13699: restore the system/select.h include, as otherwise we don't detect | Andrew Tridgell | 2006-02-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | epoll support | |||||
| | * | r13662: Typo fix, add more public headers | Jelmer Vernooij | 2006-02-23 | 4 | -6/+13 | |
| | | | ||||||
| | * | r13658: More moving around of files: | Jelmer Vernooij | 2006-02-23 | 38 | -102/+695 | |
| | | | | | | | | | | | | | | | | | | - Collect the generic utility functions into a lib/util/ (a la GLib is for the GNOME folks) - Remove even more files from include/ | |||||
| | * | r13655: Use new name of build header | Jelmer Vernooij | 2006-02-23 | 2 | -2/+2 | |
| | | | ||||||
| | * | r13654: Move some more stuff out of include/ | Jelmer Vernooij | 2006-02-23 | 1 | -0/+69 | |
| | | | ||||||
| | * | r13652: Move some more stuff out off include/ | Jelmer Vernooij | 2006-02-23 | 1 | -0/+66 | |
| | | | ||||||
| | * | r13651: Always make sure pkgconfig directory exists | Jelmer Vernooij | 2006-02-23 | 1 | -1/+2 | |
| | | | ||||||
| | * | r13650: Install manpages when building standalone | Jelmer Vernooij | 2006-02-23 | 1 | -0/+4 | |
| | | | ||||||
| | * | r13618: fix compiler warning | Stefan Metzmacher | 2006-02-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r13617: fix compiler warning | Stefan Metzmacher | 2006-02-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r13616: Add new ldb functions: ldb_msg_add_steal_string() and | Andrew Bartlett | 2006-02-22 | 3 | -1/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ldb_msg_add_steal_value(). These try to maintain the talloc heirachy, which must be correct otherwise talloc_steal operations of entire attribute lists fails. This fixes the currentTime value, found by using Microsoft's dcdiag tool (before this commit, it pointed to invalid memory, due to the changes in -r 13606) Andrew Bartlett | |||||
| | * | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 2006-02-22 | 10 | -42/+52 | |
| | | | | | | | | | | | | | | | | | | The module was just used to get to the ldb so it was meningless. Also add LDB_WAIT_ONCE e relative code in ldb_ildap.c | |||||
| | * | r13609: Get in the initial work on making ldb async | Simo Sorce | 2006-02-22 | 10 | -241/+770 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only ldb_ildap is async, the plan is to first make all backend support the async calls, and then remove the sync functions from backends and keep the only in the API. Modules will need to be transformed along the way. Simo | |||||
| | * | r13592: Incredible how bugs like this can sweep in even after peer review ↵ | Simo Sorce | 2006-02-21 | 1 | -19/+22 | |
| | | | | | | | | | | | | and testing ... | |||||
| | * | r13580: fix broken client side sort | Simo Sorce | 2006-02-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | r13577: Move some (possibly system-defined) defines to replace.h | Jelmer Vernooij | 2006-02-20 | 2 | -16/+18 | |
| | | | ||||||
| | * | r13507: the 'data' element of LDAP controls is optional. | Stefan Metzmacher | 2006-02-15 | 3 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | (prepare the next commit) metze | |||||
| | * | r13505: allow servers to bind to non-broadcast interfaces. Servers now | Andrew Tridgell | 2006-02-15 | 1 | -16/+11 | |
| | | | | | | | | | | | | | | | specifically ask for iface_n_bcast() and have to check if it returns NULL, in which case it is a non-broadcast interface | |||||
| | * | r13504: add back in a comment noting fred as the contributor of the address | Andrew Tridgell | 2006-02-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | calculation code. This was originally done in 1997, and has been morphed a lot since then, but fred should still get credit |