summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libcli/smb: remember the lease_version in struct smb2_leaseVolker Lendecke2014-11-072-0/+2
* s4:torture: Add smb2.oplock test batch9a and raw.oplock test batch9aJeremy Allison2014-11-073-0/+250
* s3:smbstatus: fix return value in print_share_mode()Stefan Metzmacher2014-11-071-1/+1
* s3:smbd: fix file corruption using "write cache size != 0"Stefan Metzmacher2014-11-061-0/+3
* smbcontrol: Use server_id_str_bufVolker Lendecke2014-11-051-11/+8
* btrfs: don't leak opened directory handleNoel Power2014-11-041-6/+16
* s3: nmbd: Ensure NetBIOS names are only 15 characters stored.Jeremy Allison2014-11-041-1/+9
* Fix typo in docs-xml/manpages/net.8.xmlMarc Muehlfeld2014-11-041-1/+1
* smbstatus: check for lock_path talloc failuresDavid Disseldorp2014-11-041-4/+21
* smbXsrv: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-034-3/+19
* notify_internal: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-3/+18
* printer_list: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-2/+9
* nmbd_namelistdb: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-5/+12