summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't use a nested function when testing for visibility attribute support.Jelmer Vernooij2014-11-101-2/+2
* data_blob.h: Add space between literal and string constant.Jelmer Vernooij2014-11-101-3/+3
* lib: Add tevent_req_simple_recv_unixVolker Lendecke2014-11-102-0/+14
* s3:param: Add new option "strict rename".Jeremy Allison2014-10-311-0/+9
* dbwrap: Avoid "includes.h" in dbwrap_cache.cVolker Lendecke2014-10-301-3/+4
* dbwrap: Add some required #includes to dbwrap.hVolker Lendecke2014-10-301-0/+3
* lib: loadparm.h uses TALLOC_CTXVolker Lendecke2014-10-301-0/+1
* dbwrap: Avoid an unnecessary #includeVolker Lendecke2014-10-301-5/+1
* lib/crypto: add aes_gcm_128 support.Stefan Metzmacher2014-10-165-2/+642
* lib/util: Protect time_basic.h against multiple inclusionMartin Schwenke2014-10-161-0/+5
* update-external.sh: Update upstream URLs for testtools and subunit.Jelmer Vernooij2014-10-161-2/+4
* Fix path to zlib in update-external.sh.Jelmer Vernooij2014-10-151-7/+11
* Update zlib using update-external.sh.Jelmer Vernooij2014-10-151-0/+5
* nss_wrapper: check for nss.hAndreas Schneider2014-10-151-1/+3
* lib/crypto: add and build a copied version of SHA512 functions.Günther Deschner2014-10-143-1/+358
* pep8: Import new version.Jelmer Vernooij2014-10-141-784/+1383
* lib/util: Add RFC3339 timestamp support to timeval_str_buf()Martin Schwenke2014-10-134-7/+33
* lib/util: Use snprintf() instead of strftime() in timeval_str_buf()Martin Schwenke2014-10-132-10/+6
* lib/texpect: portability fix, include signal.hRalph Boehme2014-10-091-0/+1
* build: do not install texpect binary anymore.Björn Baumbach2014-10-091-4/+2
* nwrap: Bump version of nss_wrapper to 1.0.3.Andreas Schneider2014-10-091-1/+1
* nwrap: Make sure addr is initialized.Andreas Schneider2014-10-091-1/+3
* nwrap: Use DNS_NAME_MAX cause it is not available on BSD.Andreas Schneider2014-10-091-2/+5
* nwrap: Don't overflow the in_addr if convert IPv6.Andreas Schneider2014-10-091-32/+22
* nwrap: Fix resolving hostnames with a trailing dot.Andreas Schneider2014-10-091-0/+9
* nwrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-10-091-4/+7
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-10-082-2/+12
* lib/param: add PROTOCOL_SMB3_10 handlingStefan Metzmacher2014-10-071-0/+1
* lib: uid_wrapper: Fix setgroups and syscall detection on a system without nat...Jeremy Allison2014-10-061-0/+7
* lib/util: Use charset_compat.h if SAMBA_UTIL_CORE_ONLYMartin Schwenke2014-10-044-0/+20
* lib/util: Factor out subsystem samba-util-core from samba-utilMartin Schwenke2014-10-041-79/+90
* lib/util: Clean up includes for util.cMartin Schwenke2014-10-041-1/+6
* lib/util: Clean up includes for fault.cMartin Schwenke2014-10-044-24/+64
* lib/util: Clean up includes for substitute.cMartin Schwenke2014-10-044-28/+62
* lib/util: Replace an SMB_ASSERT()Martin Schwenke2014-10-041-1/+5
* lib/util: Clean up includes for signal.cMartin Schwenke2014-10-044-27/+54
* lib/util: Clean up includes for time.[ch]Martin Schwenke2014-10-042-2/+8
* lib/util: Clean up includes for data_blob.[ch]Martin Schwenke2014-10-042-1/+4
* lib/util: Clean up includes for xfile.[ch]Martin Schwenke2014-10-042-1/+8
* lib/util: Clean up includes for blocking.cMartin Schwenke2014-10-044-14/+36
* torture: add torture_assert_u64_not_equal()Michael Adam2014-10-031-0/+11
* torture: add torture_assert_int_not_equalMichael Adam2014-10-031-0/+10
* swrap: Bump version to 1.1.2.Andreas Schneider2014-10-021-1/+1
* swrap: Add support for eventfd with unsigned count variable.Andreas Schneider2014-10-021-0/+4
* swrap: Add a trace message for swrap_socket().Andreas Schneider2014-10-021-0/+5
* swrap: Implement fcntl() to catch F_DUPFD.Andreas Schneider2014-10-021-1/+86
* swrap: Include the function name in the debug output.Andreas Schneider2014-10-021-12/+14
* swrap: Silence alignment warnings.Andreas Schneider2014-10-021-16/+16
* swrap: Fix type punning warnings when loading functions.Andreas Schneider2014-10-021-1/+2
* swrap: Fix access to struct members in log messages.Andreas Schneider2014-10-021-2/+2