summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* talloc: version 2.1.9talloc-2.1.9Stefan Metzmacher2017-02-256-7/+97
* pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]()Stefan Metzmacher2017-02-256-12/+203
* lib/util: Put bitmap.c into samba-util-core so it is available to CTDBMartin Schwenke2017-02-241-2/+2
* ldb/tools: only use LDB_FLG_SHOW_BINARY for 'ldbsearch'Stefan Metzmacher2017-02-243-5/+30
* Correct "seperate" typos.Chris Lamb2017-02-221-1/+1
* Correct "formated" typos.Chris Lamb2017-02-221-1/+1
* Correct "occured" typos.Chris Lamb2017-02-223-28/+28
* ldbedit: Prevent the use of the reveal internals controlGarming Sam2017-02-221-0/+10
* talloc: fix TALLOC_VERSION_* mismatch detectionStefan Metzmacher2017-02-223-8/+9
* krb5_wrap: use our own code to calculate the ENCTYPE_ARCFOUR_HMAC keyStefan Metzmacher2017-02-211-0/+37
* lib/util: add generate_random_machine_password() functionStefan Metzmacher2017-02-212-2/+198
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-142-6/+51
* lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.hAndrew Bartlett2017-02-111-3/+0
* debug: Do not depend on the whole of samba_util.hAndrew Bartlett2017-02-111-1/+2
* lib/replace: validate xattr namespace prefix on FreeBSDRalph Boehme2017-02-101-24/+81
* lib/replace tests: prevent GCC fretting over snprintf sizesDouglas Bagnall2017-02-101-3/+4
* Move pthreadpool to top of the tree.Matthieu Patou2017-02-0910-0/+1564
* binsearch: make BINARY_ARRAY_SEARCH_GTE compare against a pointerDouglas Bagnall2017-02-092-3/+8
* binsearch: clarify variable name in greater-than-or-equal searchDouglas Bagnall2017-02-091-7/+7
* talloc/wscript: avoid passing pointless enabled=True to SAMBA_PYTHON()Stefan Metzmacher2017-02-011-2/+0
* util:charset: Return EILSEQ in smb_iconv() if newer libc is detectedAndreas Schneider2017-02-012-3/+23
* rpc_server: Allow to configure the port range for RPC servicesAndreas Schneider2017-01-273-1/+58
* Add explicit dependency on samba-debug from libinterfaces and libserverrole.Zentaro Kavanagh2017-01-232-2/+2
* param: Remove winbindd privileged socket directory optionAndrew Bartlett2017-01-221-1/+0
* lib/util: Avoid a talloc in ms_fnmatch_protocolVolker Lendecke2017-01-221-8/+6
* lib: Add "is_case_sensitive" to ms_fnmatch_protocolVolker Lendecke2017-01-222-11/+21
* lib/util/charset: Optimize next_codepoint for the ascii caseVolker Lendecke2017-01-221-0/+4
* lib: Avoid an includes.hVolker Lendecke2017-01-221-1/+4
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-225-30/+59
* replace: fix some trailing whitespacesBjörn Jacke2017-01-211-10/+10
* s3/debug: listen for MSG_REQ_RINGBUF_LOGRalph Boehme2017-01-201-0/+22
* debug: add "ringbuf" backend logging to a ringbufferRalph Boehme2017-01-202-0/+86
* debug: parse, store and pass backend optionRalph Boehme2017-01-201-9/+22
* lib: talloc: Make it clear that talloc_get_size(NULL) returns 0.Jeremy Allison2017-01-121-3/+0
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-115-0/+0
* lib/tevent: remove unused release-script.shStefan Metzmacher2017-01-111-48/+0
* krb5_wrap: let smb_krb5_kinit_s4u2_ccache() work if store_creds.client and se...Stefan Metzmacher2017-01-101-0/+24
* s3/smbd: new "mangled names" setting "illegal"Ralph Boehme2017-01-092-1/+2
* s3/smbd: convert "mangled names" option to an enumRalph Boehme2017-01-092-0/+13
* replace: Include sysmacros.hAndreas Schneider2017-01-081-0/+4
* lib/util: add pm_process_with_flags to allow parsing ini files with empty valuesGünther Deschner2017-01-065-7/+51
* lib: Use "all_zero" where appropriateVolker Lendecke2017-01-031-6/+2
* WAF: Fix detection of IPv6Lukas Slebodnik2017-01-021-1/+1
* lib replace: Fix detection of featuresLukas Slebodnik2017-01-023-3/+9
* krb5_wrap: fix smb_krb5_cc_copy_creds() for MIT krb5Stefan Metzmacher2016-12-241-0/+12
* ldb_tdb: avoid erroneous error messagesGarming Sam2016-12-231-1/+1
* ldbdump: Parse the -i optionGarming Sam2016-12-221-1/+1
* krb5_wrap: Remove incorrect absolute path checks in smb_krb5_kt_open_relative()Andreas Schneider2016-12-161-2/+2
* krb5_wrap: More checks for absolute path in smb_krb5_kt_open()Andreas Schneider2016-12-161-4/+21
* talloc: Add tests for talloc destructor behaviour after talloc_realloc()Andrew Bartlett2016-12-131-1/+66