summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...Stefan Metzmacher2014-11-182-5/+5
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-1713-20/+22
* lib/util: use size_t for add_string_to_array().Günther Deschner2014-11-172-2/+2
* s3-proto: remove duplicate proto for add_string_to_array().Günther Deschner2014-11-171-3/+0
* dbwrap_ctdb: Pass on mutex flags to tdb_openVolker Lendecke2014-11-161-1/+2
* s3:lib: fix const warnings in popt_common.cStefan Metzmacher2014-11-151-3/+6
* s3:auth: add some const to user_in_list()Stefan Metzmacher2014-11-142-3/+3
* s3:auth: add missing auth_samba4_init() prototypeStefan Metzmacher2014-11-141-0/+3
* nsswitch: avoid some compiler warningsStefan Metzmacher2014-11-143-6/+7
* auth: add missing includes to auth/wbc_auth_util.cStefan Metzmacher2014-11-141-0/+2
* s4:librpc/idl: add a uuid to sasl_helpers.idlStefan Metzmacher2014-11-142-1/+2
* s4:librpc: remove unused allow_warnings=True from NDR_WINSREPL and NDR_WINSIFStefan Metzmacher2014-11-141-2/+0
* libcli/nbt: use NDR_SCALAR_PTR_PROTO() and fix the prototype of ndr_pull_wrep...Stefan Metzmacher2014-11-142-2/+2
* librpc/ndr: add NDR_SCALAR_PTR_PROTO() helper macroStefan Metzmacher2014-11-141-0/+5
* lib/smbconf: remove const warningStefan Metzmacher2014-11-141-1/+1
* lib/param: fix const warningsStefan Metzmacher2014-11-141-11/+12
* lib/util/tests: avoid some compiler warningsStefan Metzmacher2014-11-143-33/+61
* lib/util: add str_list_make_v3_const()Stefan Metzmacher2014-11-142-0/+11
* lib/ldb: remove unused 'allow_warnings=True'Stefan Metzmacher2014-11-141-2/+0
* lib/ldb: fix compiler warnings in ldb_tdb.cStefan Metzmacher2014-11-141-3/+11
* lib/ldb: fix compiler warnings in ldb_modules_list_from_string()Stefan Metzmacher2014-11-141-2/+2
* lib/texpect: fix compiler warningsStefan Metzmacher2014-11-141-2/+4
* lib/texpect: make the code more portable by using "replace.h" and "system/wai...Stefan Metzmacher2014-11-141-15/+3
* wafsamba: add -Werror=return-type for developer buildsStefan Metzmacher2014-11-141-0/+2
* fsrvp: define FSRVP_E_SHADOWCOPYSET_ID_MISMATCHDavid Disseldorp2014-11-142-1/+6
* ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs2014-11-142-19/+39
* lib: Slightly simplify strupper_mVolker Lendecke2014-11-142-10/+2
* registry: Slightly simplify tdb_data_is_cstrVolker Lendecke2014-11-131-1/+1
* Move dnspython to third_party.Jelmer Vernooij2014-11-12120-3/+3
* Add samba.ensure_third_party_module() function, loading external python modul...Jelmer Vernooij2014-11-123-7/+58
* s3-keytab: fix keytab array NULL termination.Matt Rogers2014-11-121-2/+1
* s3:smb2_break: First test for NT_STATUS_INVALID_OPLOCK_PROTOCOL, then for in_...Volker Lendecke2014-11-121-11/+11
* s3:locking: convert brl_have_read field to brl_num_read.Volker Lendecke2014-11-115-126/+135
* s3:smbd: Don't set fsp->oplock_type before we've granted any oplocks.Jeremy Allison2014-11-111-3/+0
* s3:smbd: move all oplock granting code to grant_fsp_oplock_type()Volker Lendecke2014-11-111-29/+44
* s3:smbd: break oplocks to none with FILE_OVERWRITEVolker Lendecke2014-11-111-0/+1
* pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke2014-11-111-0/+6
* pdb_tdb: Fix a TALLOC/SAFE_FREE mixupVolker Lendecke2014-11-111-1/+1
* selftest: ignore flapping addprinter[ex].print_job_enum testDavid Disseldorp2014-11-111-0/+2
* eventlog: Free tos talloced path.David Disseldorp2014-11-101-0/+1
* mapping_tdb: add missing talloc_free in error pathDavid Disseldorp2014-11-101-0/+1
* 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
* Use tevent_req_simple_recv_unix in a few placesVolker Lendecke2014-11-104-23/+4
* lib: Add tevent_req_simple_recv_unixVolker Lendecke2014-11-102-0/+14
* vfs_snapper: check for <linux/ioctl.h>Ralph Boehme2014-11-092-1/+3
* s3:messaging: fix conversion specifierRalph Boehme2014-11-091-2/+3
* libcli/smb: Add smb2_lease_equal() which compares client_guids and keys.Jeremy Allison2014-11-072-0/+13
* libcli/smb: add smb2_lease_key_equal() helper functionVolker Lendecke2014-11-072-0/+8
* libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET for version 1Volker Lendecke2014-11-071-0/+1