summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* torture3: Allow padding byte for LARGE_READX responsesChristof Schmitt2014-08-301-1/+2
* dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp2014-08-281-0/+13
* smbd: Properly initialize mangle_hashVolker Lendecke2014-08-261-0/+4
* passdb: fix NT_STATUS_NO_SUCH_GROUPArvid Requate2014-08-251-2/+2
* Don't discard result of checking grouptypeRoel van Meer2014-08-231-2/+0
* messaging3: Avoid messaging_is_self_sendVolker Lendecke2014-08-231-9/+6
* pthreadpool: Slightly serialize jobsVolker Lendecke2014-08-231-1/+1
* messaging3: Add msg_sink/source -- perftestVolker Lendecke2014-08-233-0/+455
* torture: Fix cleanup2 to utilize on-demand cleanupVolker Lendecke2014-08-231-16/+3
* torture: Run the cleanup2 test against 2 nodesVolker Lendecke2014-08-231-1/+1
* brlock: Remove validate_lock_entriesVolker Lendecke2014-08-231-94/+1
* brlock: Do auto-cleanup at conflict timeVolker Lendecke2014-08-234-48/+57
* s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...Jeremy Allison2014-08-221-5/+1
* messaging_dgm: Factor out messaging_dgm_lockfile_nameVolker Lendecke2014-08-221-9/+15
* messaging_dgm: Use %ju to fill lockfileVolker Lendecke2014-08-221-1/+1
* s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-08-224-5/+12
* s3:libsmb: Set a max charge for SMB2 connectionsRoss Lagerwall2014-08-211-0/+5
* smbcontrol: Fix a typoVolker Lendecke2014-08-211-1/+1
* smbd: Only DEBUG errors from messaging_cleanupVolker Lendecke2014-08-211-2/+5
* messaging3: Don't print a message if there's nothing to clean upVolker Lendecke2014-08-211-2/+4
* lib: Check socket length in ctdbd_connectVolker Lendecke2014-08-211-1/+9
* s4:torture: add boilerplate code for vfs_fruitRalph Boehme2014-08-181-1/+6
* New VFS module vfs_fruitRalph Boehme2014-08-183-1/+2954
* Fix AFP_BackupTime byte order and use ISO C99 integer typesRalph Boehme2014-08-181-5/+5
* build: fix configure to honour --without-dmapiMichael Adam2014-08-181-28/+44
* Remove popt/iniparser from .clang_completeJeremy Allison2014-08-141-2/+0
* Replace all uses of iniparser with tiniparser.Jeremy Allison2014-08-142-6/+6
* Fixed a memory leak in cli_set_mntpoint().Har Gagan Sahai2014-08-131-2/+4
* messaging3: Include messages_dgm.h only in messages.cVolker Lendecke2014-08-122-1/+1
* messaging3: Move messaging_hdr handling to messages.c.Volker Lendecke2014-08-113-68/+51