summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: smbd: Remove unneeded 'out_of_space' parameter from smbd_dirptr_lanman2_e...Jeremy Allison2014-09-163-7/+6
* s3: smbd: SMB2 - change smbd_dirptr_lanman2_entry() to return an NTSTATUS.Jeremy Allison2014-09-163-12/+19
* s3: smbd: smbd_marshall_dir_entry() no longer needs explicit 'out_of_space' p...Jeremy Allison2014-09-161-7/+1
* s3: smbd: Change smbd_marshall_dir_entry() to return an NTSTATUS. Returns STA...Jeremy Allison2014-09-161-23/+24
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-167-70/+215
* s3: smbd: Ensure types for all variables called 'len' used in srvstr_push() a...Jeremy Allison2014-09-161-12/+10
* s3: smbd: srvstr_push() was changed to never return -1, so don't check for th...Jeremy Allison2014-09-161-1/+1
* s3: utils: Don't directly manipulate errno inside strupper_m().Jeremy Allison2014-09-161-5/+1
* vfs_gpfs: Fix the build with profiling-dataVolker Lendecke2014-09-161-4/+4
* s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2014-09-152-3/+8
* messaging_dgm: Don't expose the messaging_dgm_contextVolker Lendecke2014-09-143-37/+59
* messaging_dgm: Avoid a tallocVolker Lendecke2014-09-141-10/+10
* messaging_dgm: Avoid a tallocVolker Lendecke2014-09-141-7/+8
* messaging_dgm: messaging_dgm_lockfile_remove does not use tmp_ctx anymoreVolker Lendecke2014-09-141-3/+2
* messaging_dgm: messaging_dgm_lockfile_create does not use tmp_ctx anymoreVolker Lendecke2014-09-141-3/+2
* messaging_dgm: Avoid talloc_tos()Volker Lendecke2014-09-141-56/+55
* messaging_dgm: ReformattingVolker Lendecke2014-09-141-2/+1
* messaging_dgm: Remove an unnecessary castVolker Lendecke2014-09-141-2/+1
* namecache: fix uninitialised pointer returnsDavid Disseldorp2014-09-131-3/+3
* s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...Volker Lendecke2014-09-121-1/+6
* media_harmony: Fix a crash bugVolker Lendecke2014-09-121-2/+2
* media_harmony: Fix warningsVolker Lendecke2014-09-121-12/+9
* s3: smbd - open logic fix.Jeremy Allison2014-09-111-0/+11
* vfs_acl_common: dacl size must be updatedRalph Boehme2014-09-111-0/+3
* s3: smbd: Ensure we don't call qsort() with a size of -1.Jeremy Allison2014-09-111-16/+16
* s3:smbd:open_file: use a more natural check.Michael Adam2014-09-111-1/+3
* s3:smbd: fix a race in open codeMichael Adam2014-09-101-17/+42
* smbd: Fix a typoVolker Lendecke2014-09-101-1/+1
* s3:smbd: fix a comment typoRalph Boehme2014-09-091-1/+1
* smbd: Move make_dir_struct() to reply.cVolker Lendecke2014-09-093-54/+46
* s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...Stefan Metzmacher2014-09-091-0/+18
* s3: smbd: smb2-sessionsetup. Fix use after free when the sessionsetup request...Jeremy Allison2014-09-081-0/+6
* s3-lib: Do not walk past the end of the dos_to_ntstatus_map arrayAndrew Bartlett2014-09-081-1/+1
* passdb: Avoid use-after-free when setting a plaintext passwordAndrew Bartlett2014-09-081-2/+3
* s3:build: don't detect perl in source3/wscript again.Michael Adam2014-09-051-1/+0
* s3: smbd: vfs_dirsort module.Jeremy Allison2014-09-031-1/+1
* s3-kpasswd: Fix build warning.Günther Deschner2014-09-011-1/+1
* s3-kpasswd: send a netbios krb5 address to avoid invalid net address errors fromGünther Deschner2014-09-011-0/+14
* Remove custom password change code in libadsSimo Sorce2014-09-011-555/+59
* Remove duplicate definitionsSimo Sorce2014-09-011-9/+0
* s3-rpc_client: Do not give NT_STATUS_NO_MEMORY when the source string was NULLAndrew Bartlett2014-09-011-5/+6
* set_dc_type_and_flags_trustinfo: Use init_dc_connection and wb_open_internal_...Andrew Bartlett2014-09-011-18/+26
* winbindd: Add debugging to assist in locating errors creating NETLOGON pipesAndrew Bartlett2014-09-011-0/+12
* passdb: Use sam_get_results_trust() and implement pdb_samba_dsdb_get_trustedd...Andrew Bartlett2014-09-011-1/+124
* winbindd: Do not segfault if the trusted domain has no SIDAndrew Bartlett2014-09-011-1/+9
* s3-winbindd: Document parameters in ads_cached_connection_reuseChristof Schmitt2014-08-301-0/+13
* s3-winbindd: Use more descriptive parameter names in ads_cached_connection_co...Christof Schmitt2014-08-301-8/+8
* s3-winbindd: Use correct realm for trusted domains in idmap childChristof Schmitt2014-08-301-2/+9
* torture: Also run raw.read against the aio shareChristof Schmitt2014-08-301-0/+4
* smbd: Add padding byte to readx responseChristof Schmitt2014-08-304-17/+29