Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 2010-10-23 | 2 | -7/+8 | |
| | | | | | | | Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 | |||||
* | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 2010-10-23 | 3 | -7/+7 | |
| | | | | Only link to uid_wrapper when it is enabled. | |||||
* | s4: Rename WRAP_XATTR to wrap_xattr. | Jelmer Vernooij | 2010-10-23 | 1 | -7/+7 | |
| | ||||||
* | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 2010-10-23 | 4 | -4/+4 | |
| | ||||||
* | tdb: Revert re-addition of tdb_set_logging_function. | Jelmer Vernooij | 2010-10-23 | 3 | -3/+0 | |
| | | | | | | | | I accidentally committed this patch which we carry in the Debian packages. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104 | |||||
* | tdb: commit the version 1.2.7 signatures | Matthias Dieter Wallnöfer | 2010-10-23 | 1 | -0/+61 | |
| | ||||||
* | lib/util: Add tevent WERROR wrappers | Kai Blin | 2010-10-23 | 3 | -2/+126 | |
| | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104 | |||||
* | tsocket: let tstream_inet_tcp_connect_recv() optionally return the used ↵ | Stefan Metzmacher | 2010-10-23 | 2 | -5/+11 | |
| | | | | | | | | | | | | local address tstream_inet_tcp_connect_send() usually only gets no local port number and it may use the wildcard address '0.0.0.0' or '::'. tstream_inet_tcp_connect_recv() provides the used local address and port which are used on the wire. metze | |||||
* | tsocket: ask the kernel for the specific local address after a tcp connect | Stefan Metzmacher | 2010-10-23 | 1 | -3/+54 | |
| | | | | metze | |||||
* | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 2010-10-23 | 1 | -2/+2 | |
| | | | | metze | |||||
* | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2010-10-23 | 2 | -3/+3 | |
| | | | | metze | |||||
* | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 2010-10-22 | 1 | -0/+22 | |
| | ||||||
* | asn1: ber_write_OID_String() to be more picky about supplied OID | Kamen Mazdrashki | 2010-10-22 | 1 | -0/+5 | |
| | | | | | | | Now function will check for invalid OID handling cases where: - sub-identifier has invalid characters (non-digit) - 'dot' separator found on unexpected place. For instance '.' at start or end of the OID. Two '.' in a row. | |||||
* | waf: Mark the replacement zlib private so that it can build on machine ↵ | Matthieu Patou | 2010-10-21 | 1 | -0/+1 | |
| | | | | | | | without a system zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104 | |||||
* | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 2010-10-22 | 1 | -0/+19 | |
| | ||||||
* | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 2010-10-22 | 3 | -2/+77 | |
| | ||||||
* | Lowercase socket_wrapper name. | Jelmer Vernooij | 2010-10-21 | 5 | -2/+5 | |
| | | | | | | | Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104 | |||||
* | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 2010-10-21 | 12 | -128/+126 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 11:47:22 UTC 2010 on sn-devel-104 | |||||
* | lib: make WRAP_XATTR a private library | Andrew Tridgell | 2010-10-21 | 1 | -6/+7 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 | |
| | | | | | | these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | lib: add UTIL_TEVENT to samba_sockets grouping library | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | waf-build: create a samba_sockets grouping library | Andrew Tridgell | 2010-10-21 | 1 | -0/+7 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | waf: replace the is_bundled option with private_library | Andrew Tridgell | 2010-10-21 | 3 | -4/+4 | |
| | | | | | 'private_library' better captures what we are trying to get at when we bundle a library | |||||
* | s4-build: fixed some formatting | Andrew Tridgell | 2010-10-21 | 3 | -5/+6 | |
| | | | | indentation was far too deep | |||||
* | build: subunit and popt need to be marked as private libraries | Andrew Tridgell | 2010-10-21 | 2 | -4/+5 | |
| | | | | they have no vnum | |||||
* | replace: make libreplace a private library | Andrew Tridgell | 2010-10-21 | 1 | -0/+1 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs | Andrew Tridgell | 2010-10-21 | 3 | -12/+15 | |
| | | | | | | this prevents double instantiation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | s4:lib/util/charset/iconv.c - remove a distinction which can never happen | Matthias Dieter Wallnöfer | 2010-10-21 | 1 | -4/+1 | |
| | | | | | "ret->cd_direct" is never set before. It is set in the "if" upperwards but then the function is terminated with "return". | |||||
* | pytalloc: use talloc_unlink() to free py_talloc objects | Kamen Mazdrashki | 2010-10-20 | 1 | -1/+3 | |
| | | | | | | | | | | | Those type of objects are referenced every time we assign them to other py_talloc objects, which leads to runtime warnings that we are trying to free an object with references Wrap talloc_unlink() in SMB_ASSERT() to ensure we catch possible failure Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Oct 20 21:37:06 UTC 2010 on sn-devel-104 | |||||
* | talloc: make header C++ safe | Simo Sorce | 2010-10-20 | 1 | -0/+8 | |
| | | | | | Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Oct 20 18:15:09 UTC 2010 on sn-devel-104 | |||||
* | s3: Don't use talloc_autofree_context in map_file | Volker Lendecke | 2010-10-20 | 1 | -1/+1 | |
| | ||||||
* | uid_wrapper: The gid wrapper does not require a destructor | Volker Lendecke | 2010-10-20 | 1 | -2/+2 | |
| | | | | Don't use talloc_autofree_context | |||||
* | asn1_tests.c: Make test data static const | Kamen Mazdrashki | 2010-10-20 | 1 | -6/+6 | |
| | ||||||
* | lib/util/asn1.c: comment spelling | Kamen Mazdrashki | 2010-10-20 | 1 | -1/+1 | |
| | ||||||
* | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 2010-10-19 | 3 | -1/+7 | |
| | | | | this is needed for MacOSX 10.4.1 | |||||
* | tdb: Bump version to 1.2.7 after addition of pytdb.__version__. | Jelmer Vernooij | 2010-10-17 | 1 | -1/+1 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 17 18:23:16 UTC 2010 on sn-devel-104 | |||||
* | Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ↵ | Matthias Dieter Wallnöfer | 2010-10-17 | 3 | -0/+148 | |
| | | | | | | | | | | | | in "dsdb/common/util.c"" This reverts commit 8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0. Jelmer pointed out that these are also in use by other LDB databases - not only SAMDB ones. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 13:37:16 UTC 2010 on sn-devel-104 | |||||
* | s4:remove "util_ldb" submodule and integrate the three gendb_* calls in ↵ | Matthias Dieter Wallnöfer | 2010-10-17 | 3 | -150/+0 | |
| | | | | | | | | | "dsdb/common/util.c" They're only in use by SAMDB code. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 17 09:40:13 UTC 2010 on sn-devel-104 | |||||
* | s4:lib/util/util_ldb.c - remove unused "gendb_add_ldif" call | Matthias Dieter Wallnöfer | 2010-10-17 | 1 | -17/+0 | |
| | ||||||
* | s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used there | Matthias Dieter Wallnöfer | 2010-10-17 | 1 | -5/+0 | |
| | ||||||
* | s4-torture: fixed uninitialised variable error | Andrew Tridgell | 2010-10-13 | 1 | -1/+1 | |
| | | | | ret is uninitialised if the directory is empty | |||||
* | lib/debug Add DEBUGC and DEBUGADDC as dummies | Andrew Bartlett | 2010-10-12 | 1 | -0/+4 | |
| | | | | | | | This allows code that needs to also compile against the source3 debug code to compile in source4. Andrew Bartlett | |||||
* | torture: Add debug on what we are removing | Matthieu Patou | 2010-10-11 | 1 | -0/+1 | |
| | ||||||
* | lib/torture: Add function to clean up the output directory | Andrew Bartlett | 2010-10-11 | 2 | -1/+66 | |
| | | | | | | | | | This helps to avoid leaving 85MB of provision around for every NET-API-BECOME-DC test. Andrew Bartlett Signed-off-by: Matthieu Patou <mat@matws.net> | |||||
* | util: Fix installation path of tevent_ntstatus.h, tevent_unix.h (bug 7720). | Jelmer Vernooij | 2010-10-11 | 1 | -0/+1 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 11 09:24:56 UTC 2010 on sn-devel-104 | |||||
* | libcli-auth: Remove unnecessary dependency on libsamba-hostconfig. | Jelmer Vernooij | 2010-10-11 | 1 | -1/+1 | |
| | ||||||
* | util: Link headers to correct subsystem, fix formatting. | Jelmer Vernooij | 2010-10-10 | 1 | -12/+12 | |
| | ||||||
* | socket_wrapper: Make it work on freebsd for udp packets | Stefan Metzmacher | 2010-10-10 | 1 | -1/+11 | |
| | | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Oct 10 12:57:00 UTC 2010 on sn-devel-104 | |||||
* | talloc: Fix #include line in manpage. | Jelmer Vernooij | 2010-10-09 | 1 | -1/+1 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 9 13:53:25 UTC 2010 on sn-devel-104 | |||||
* | pytalloc: Fix warning that we are subtracting void* pointers | Kamen Mazdrashki | 2010-10-08 | 1 | -1/+1 | |
| | | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 8 23:36:54 UTC 2010 on sn-devel-104 |