Age | Commit message (Expand) | Author | Files | Lines |
2010-10-26 | lib/util: remove useless ../lib/util/mutex.* | Stefan Metzmacher | 4 | -143/+2 |
2010-10-26 | replace: restore the order for #define + rep_strtoll | Matthieu Patou | 1 | -3/+3 |
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 1 | -1/+2 |
2010-10-26 | talloc: Install pytalloc-util as system library. | Jelmer Vernooij | 2 | -3/+36 |
2010-10-26 | talloc: Avoid dependency on unknown EXT_LIB_PYTHON. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | talloc: Move pytalloc to lib/talloc. | Jelmer Vernooij | 1 | -0/+8 |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 3 | -28/+44 |
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 3 | -3/+3 |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-25 | ldb:gendb_* calls: support a "NULL" resultset parameter | Matthias Dieter Wallnöfer | 1 | -4/+5 |
2010-10-24 | Add dump_data_cb() | Volker Lendecke | 2 | -21/+48 |
2010-10-24 | Add print_asc_cb() | Volker Lendecke | 2 | -3/+24 |
2010-10-24 | talloc: pytalloc should not depend on samba specific code | Stefan Metzmacher | 1 | -3/+2 |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 3 | -3/+3 |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 2 | -7/+8 |
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 3 | -7/+7 |
2010-10-23 | s4: Rename WRAP_XATTR to wrap_xattr. | Jelmer Vernooij | 1 | -7/+7 |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 4 | -4/+4 |
2010-10-23 | tdb: Revert re-addition of tdb_set_logging_function. | Jelmer Vernooij | 3 | -3/+0 |
2010-10-23 | tdb: commit the version 1.2.7 signatures | Matthias Dieter Wallnöfer | 1 | -0/+61 |
2010-10-23 | lib/util: Add tevent WERROR wrappers | Kai Blin | 3 | -2/+126 |
2010-10-23 | tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local... | Stefan Metzmacher | 2 | -5/+11 |
2010-10-23 | tsocket: ask the kernel for the specific local address after a tcp connect | Stefan Metzmacher | 1 | -3/+54 |
2010-10-23 | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 1 | -2/+2 |
2010-10-23 | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2 | -3/+3 |
2010-10-22 | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 1 | -0/+22 |
2010-10-22 | asn1: ber_write_OID_String() to be more picky about supplied OID | Kamen Mazdrashki | 1 | -0/+5 |
2010-10-21 | waf: Mark the replacement zlib private so that it can build on machine withou... | Matthieu Patou | 1 | -0/+1 |
2010-10-22 | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 1 | -0/+19 |
2010-10-22 | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 3 | -2/+77 |
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 5 | -2/+5 |
2010-10-21 | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 12 | -128/+126 |
2010-10-21 | lib: make WRAP_XATTR a private library | Andrew Tridgell | 1 | -6/+7 |
2010-10-21 | s4-waf: removed the XATTR and SASL aliases | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | lib: add UTIL_TEVENT to samba_sockets grouping library | Andrew Tridgell | 1 | -1/+1 |
2010-10-21 | waf-build: create a samba_sockets grouping library | Andrew Tridgell | 1 | -0/+7 |
2010-10-21 | waf: replace the is_bundled option with private_library | Andrew Tridgell | 3 | -4/+4 |
2010-10-21 | s4-build: fixed some formatting | Andrew Tridgell | 3 | -5/+6 |
2010-10-21 | build: subunit and popt need to be marked as private libraries | Andrew Tridgell | 2 | -4/+5 |
2010-10-21 | replace: make libreplace a private library | Andrew Tridgell | 1 | -0/+1 |
2010-10-21 | wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs | Andrew Tridgell | 3 | -12/+15 |
2010-10-21 | s4:lib/util/charset/iconv.c - remove a distinction which can never happen | Matthias Dieter Wallnöfer | 1 | -4/+1 |
2010-10-20 | pytalloc: use talloc_unlink() to free py_talloc objects | Kamen Mazdrashki | 1 | -1/+3 |
2010-10-20 | talloc: make header C++ safe | Simo Sorce | 1 | -0/+8 |
2010-10-20 | s3: Don't use talloc_autofree_context in map_file | Volker Lendecke | 1 | -1/+1 |
2010-10-20 | uid_wrapper: The gid wrapper does not require a destructor | Volker Lendecke | 1 | -2/+2 |
2010-10-20 | asn1_tests.c: Make test data static const | Kamen Mazdrashki | 1 | -6/+6 |
2010-10-20 | lib/util/asn1.c: comment spelling | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-19 | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 3 | -1/+7 |