summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2006-04-086-0/+644
| | |
| | * r14916: print errno so I can work out why OpenBSD is failing the test for tdbAndrew Tridgell2006-04-051-1/+2
| | | | | | | | | | | | in the build farm. msync() is failing.
| | * r14906: Move SWIG-specific files to scripting/swig/Jelmer Vernooij2006-04-041-0/+3
| | |
| | * r14902: change charcnv code to fail the conversion when it hits badAndrew Tridgell2006-04-041-3/+3
| | | | | | | | | | | | | | | | | | | | | characters, rather than silently truncating the string. This makes the code much omre conservative, making it easier to test. It might mean users hit problems initially, but at least we'll hear about them, and thus can fix them.
| | * r14860: create libcli/security/security.hStefan Metzmacher2006-04-023-3/+3
| | | | | | | | | | | | metze
| | * r14848: use the constant instead of the interger valueStefan Metzmacher2006-04-011-1/+1
| | | | | | | | | | | | metze
| | * r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij2006-03-314-0/+23
| | |
| | * r14816: Simplify test for comparison_fn_tJelmer Vernooij2006-03-301-0/+2
| | |
| | * r14806: Fix compiler warningsJelmer Vernooij2006-03-301-1/+1
| | |
| | * r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell2006-03-304-1/+65
| | | | | | | | | | | | | | | for an extremely lightweight test to see if a tdb has possibly changed.
| | * r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2006-03-261-4/+4
| | |
| | * r14729: Install db_wrap.h and db_wrap_proto.hJelmer Vernooij2006-03-251-1/+2
| | |
| | * r14724: Rearrange some source files, install more headers.Jelmer Vernooij2006-03-251-1/+0
| | |
| | * r14720: Add torture_context argument to all torture testsJelmer Vernooij2006-03-251-3/+5
| | |
| | * r14660: Install ldb_errors.hJelmer Vernooij2006-03-221-1/+1
| | |
| | * r14647: be a bit less verbose on common stuffStefan Metzmacher2006-03-221-1/+1
| | | | | | | | | | | | metze
| | * r14616: added notify change support to the posix backendAndrew Tridgell2006-03-212-0/+2
| | | | | | | | | | | | | | | | | | | | | It doesn't fully work yet, and doesn't yet have all the efficiency that is planned, but it doesn't break anything and I wanted to get the code in the tree to minimise the chance of collisions with the work metze is doing.
| | * r14612: added strncasecmp_m() and fixed strcasecmp_m() for invalid codepointsAndrew Tridgell2006-03-211-0/+39
| | |
| | * r14606: Fix paths in developer mode. This allows 'make quicktest' to work when Jelmer Vernooij2006-03-211-0/+5
| | | | | | | | | | | | building with --enable-dso
| | * r14604: Support 'aliases' for ldb modulesJelmer Vernooij2006-03-211-0/+1
| | |
| | * r14603: Fix building of ejs modules as shared libsJelmer Vernooij2006-03-211-2/+2
| | | | | | | | | | | | Fix calling of ejs_exception() without requiring --export-dynamic
| | * r14599: Pass ACLs down the registry layer.Jelmer Vernooij2006-03-2111-19/+30
| | |
| | * r14598: 'logfile' may be a poor choice for a global variable name, but for nowAndrew Bartlett2006-03-211-3/+3
| | | | | | | | | | | | | | | | | | don't shadow it. Andrew Bartlett
| | * r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2006-03-202-4/+7
| | |
| | * r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2006-03-2010-6/+75
| | |
| | * r14590: Fix ldb standalone build...Jelmer Vernooij2006-03-202-2/+1
| | |
| | * r14587: Allow building without GNU make and/or without xsltprocJelmer Vernooij2006-03-202-4/+12
| | |
| | * r14586: Some small fixes, update TODO.Jelmer Vernooij2006-03-201-489/+0
| | |
| | * r14575: Move some path-related functions to libsamba-config so libsamba-util Jelmer Vernooij2006-03-206-164/+11
| | | | | | | | | | | | doesn't have to depend on the lp_* functions.
| | * r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2006-03-195-11/+15
| | | | | | | | | | | | subsystems in case a library doesn't make sense.
| | * r14556: Fix some dependenciesJelmer Vernooij2006-03-191-1/+1
| | |
| | * r14554: Write out header dependencies. This means all C files affected will be Jelmer Vernooij2006-03-197-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rebuilt when a header file is changed. It also means parallel builds work now. It will take a minute or so to generate all the dependency information, but there should be no need to rebuild that information later on, unless a file changes. This behaviour is only enabled when building in developer mode (--enable-developer) and requires a GNU make (or compatible). In all other cases, the file 'static_deps.mk' is included, which contains some basic hardcoded dependency information.
| | * r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-1811-0/+20
| | |
| | * r14511: Install more headersJelmer Vernooij2006-03-174-1/+5
| | |
| | * r14497: Fix build with shared librariesJelmer Vernooij2006-03-171-0/+1
| | |
| | * r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2006-03-1611-11/+22
| | |
| | * r14488: Install more headers.Jelmer Vernooij2006-03-162-1/+7
| | | | | | | | | | | | | | | | | | Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects).
| | * r14484: Install more headersJelmer Vernooij2006-03-162-2/+2
| | |
| | * r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2006-03-1614-25/+0
| | |
| | * r14470: Remove some unnecessary headers.Jelmer Vernooij2006-03-162-2/+0
| | |
| | * r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-163-2/+3
| | | | | | | | | | | | try to include just the BASENAME.h files (containing only structs)
| | * r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher2006-03-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | http://ubiqx.org/cifs/rfc-draft/draft-leach-cifs-v1-spec-02.html#s4.3.7 tridge: there's also the buffering documented... metze
| | * r14436: mixing of boolean expressions and integers isn't allowedAndrew Tridgell2006-03-151-3/+3
| | |
| | * r14433: sort_result must be initialised when we call do_resultAndrew Tridgell2006-03-151-1/+2
| | |
| | * r14431: don't call qsort with a null arrayAndrew Tridgell2006-03-151-1/+3
| | |
| | * r14430: ret can be NULL at the end of this loopAndrew Tridgell2006-03-151-1/+3
| | |
| | * r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell2006-03-151-1/+1
| | | | | | | | | | | | go out of the range of the enum
| | * r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocatedAndrew Tridgell2006-03-151-1/+1
| | | | | | | | | | | | stack variable)
| | * r14412: init a varAndrew Tridgell2006-03-151-1/+1
| | |
| | * r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2006-03-142-0/+2
| | |