summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r13901: Backends need to be initialized even if there are no modulesSimo Sorce2006-03-061-22/+22
| | |
| | * r13900: don't segfault on errorSimo Sorce2006-03-061-2/+2
| | |
| | * r13899: Get the shared library build building again. Just compiles for now, Jelmer Vernooij2006-03-065-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 Vernooij2006-03-061-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() callsStefan Metzmacher2006-03-061-2/+1
| | | | | | | | | | | | | | | | | | - make sure we only close the old_fd when the new one was opened metze
| | * r13855: Docs for the registry library as wellJelmer Vernooij2006-03-065-13/+1310
| | |
| | * r13852: Split upJelmer Vernooij2006-03-062-9/+9
| | |
| | * r13851: More doc improvements.Jelmer Vernooij2006-03-0611-25/+134
| | |
| | * r13849: More improvements to the libutil docs.Jelmer Vernooij2006-03-053-302/+68
| | |
| | * r13842: Make some more functions public.Jelmer Vernooij2006-03-057-50/+52
| | |
| | * r13840: Mark some functions as public.Jelmer Vernooij2006-03-0522-214/+209
| | |
| | * r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2006-03-058-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 changesSimo Sorce2006-03-035-44/+34
| | |
| | * r13826: Try to keep this backend updatedSimo Sorce2006-03-032-201/+444
| | | | | | | | | | | | This need more testing and to be built by default when possible
| | * r13823: make async_wait part of the modules opsSimo Sorce2006-03-037-18/+21
| | |
| | * r13818: Make ldb_tdb 'fake' async.Simo Sorce2006-03-037-197/+630
| | | | | | | | | | | | Simo.
| | * r13809: move ldb specific defineStefan Metzmacher2006-03-031-0/+3
| | | | | | | | | | | | metze
| | * r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2006-03-031-1/+1
| | |
| | * r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2006-03-0226-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 dataSimo Sorce2006-03-011-2/+2
| | |
| | * r13770: - do fsync() on the debug fd, as we do in samba3,Stefan Metzmacher2006-03-012-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 Metzmacher2006-03-011-0/+3
| | | | | | | | | | | | metze
| | * r13767: fix compiler warningsStefan Metzmacher2006-03-014-31/+36
| | | | | | | | | | | | metze
| | * r13752: Add doxyfile and fix formatting of comments. Current output is ↵Jelmer Vernooij2006-02-2823-229/+1584
| | | | | | | | | | | | available at http://samba.org/~jelmer/util-api/
| | * r13744: Make ldb_ldap asyncSimo Sorce2006-02-283-258/+747
| | |
| | * r13743: Generic fixes and improvementsSimo Sorce2006-02-281-59/+80
| | |
| | * r13742: Fix tests to work better with ldapSimo Sorce2006-02-285-12/+16
| | |
| | * r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell2006-02-273-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 detectAndrew Tridgell2006-02-271-0/+1
| | | | | | | | | | | | epoll support
| | * r13662: Typo fix, add more public headersJelmer Vernooij2006-02-234-6/+13
| | |
| | * r13658: More moving around of files:Jelmer Vernooij2006-02-2338-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 headerJelmer Vernooij2006-02-232-2/+2
| | |
| | * r13654: Move some more stuff out of include/Jelmer Vernooij2006-02-231-0/+69
| | |
| | * r13652: Move some more stuff out off include/Jelmer Vernooij2006-02-231-0/+66
| | |
| | * r13651: Always make sure pkgconfig directory existsJelmer Vernooij2006-02-231-1/+2
| | |
| | * r13650: Install manpages when building standaloneJelmer Vernooij2006-02-231-0/+4
| | |
| | * r13618: fix compiler warningStefan Metzmacher2006-02-221-1/+1
| | | | | | | | | | | | metze
| | * r13617: fix compiler warningStefan Metzmacher2006-02-221-1/+1
| | | | | | | | | | | | metze
| | * r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2006-02-223-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 Sorce2006-02-2210-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 asyncSimo Sorce2006-02-2210-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 Sorce2006-02-211-19/+22
| | | | | | | | | | | | and testing ...
| | * r13580: fix broken client side sortSimo Sorce2006-02-201-1/+1
| | |
| | * r13577: Move some (possibly system-defined) defines to replace.hJelmer Vernooij2006-02-202-16/+18
| | |
| | * r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher2006-02-153-0/+9
| | | | | | | | | | | | | | | | | | (prepare the next commit) metze
| | * r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2006-02-151-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 addressAndrew Tridgell2006-02-151-0/+3
| | | | | | | | | | | | | | | calculation code. This was originally done in 1997, and has been morphed a lot since then, but fred should still get credit
| | * r13401: remove the rename of the snprintf functions that simo accidentiallyAndrew Tridgell2006-02-091-4/+2
| | | | | | | | | | | | included in his last commit
| | * r13400: Only return NULL from talloc_asprintf if vsnprintf returns anJames Peach2006-02-091-1/+1
| | | | | | | | | | | | error (ie. zero is not an error).
| | * r13397: Propagate the error return from vsnprintf to trap the case whereJames Peach2006-02-081-2/+12
| | | | | | | | | | | | we aren't linked against a C99 vsnprintf.