summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3fs-smbd: Move housekeeping to the background process.Andreas Schneider2012-10-021-0/+9
* Fix service control for non-internal services.Vladimir Marek2012-10-021-4/+0
* s3-winbindd: Adjust error code loop logic in rpc_trusted_domains().Günther Deschner2012-10-021-1/+1
* s3-lsa: Flesh out the returned info in _lsa_EnumTrustedDomainsEx().Günther Deschner2012-10-021-0/+5
* s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliableSumit Bose2012-10-023-25/+58
* build: Fix build on systems without ldap development headersAndrew Bartlett2012-10-011-0/+1
* s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy2012-10-013-11/+10
* s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider2012-09-281-7/+9
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-09-281-0/+4
* s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam2012-09-281-1/+1
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writt...Michael Adam2012-09-286-8/+0
* s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-281-14/+2
* s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELEDStefan Metzmacher2012-09-281-18/+0
* s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...Stefan Metzmacher2012-09-281-34/+1
* s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()Stefan Metzmacher2012-09-281-2/+1
* s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-281-26/+3
* s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()Stefan Metzmacher2012-09-281-2/+6
* s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...Michael Adam2012-09-282-51/+3
* s3:smbd:smb2: add check for session_status for compound requests (cherry pick...Michael Adam2012-09-281-3/+3
* s3:smb2_server: do the req->next_status check before the signing checksStefan Metzmacher2012-09-281-15/+15
* s3:smb2_server: reset req->last_session_id and req->last_tid after using itStefan Metzmacher2012-09-281-0/+4
* s3: Compound requests should continue processing.Ira Cooper2012-09-281-3/+2
* s3-spoolss: Fix builtin forms order to match Windows again.Andreas Schneider2012-09-281-120/+118
* s3: For read-only shares, filter out write bits from conn->access_maskVolker Lendecke2012-09-281-0/+7
* s3: Fix rejecting mkdir on read-only sharesVolker Lendecke2012-09-281-1/+1
* panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou2012-09-281-1/+0
* s3:printing only do printing_subsystem_update when printing is enabledChristian Ambach2012-09-281-1/+4
* s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()Stefan Metzmacher2012-09-281-1/+1
* Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...Jeremy Allison2012-09-281-0/+7
* source3/script: fix installman.sh after the last build-manpages-nogit changeMichael Adam2012-09-271-2/+2
* quota: add supprt for gfs2Björn Jacke2012-09-271-0/+2
* s3:smbd: release the share mode lock before calling exit_server() (bug #9191)Stefan Metzmacher2012-09-271-0/+2
* s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy2012-09-233-4/+7
* Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison2012-09-233-0/+15
* s3:vfs_gpfs: fix buildChristian Ambach2012-09-231-5/+5
* s3: fix the aix acl moduleBjörn Jacke2012-09-231-9/+9
* s3: fix the tru64 acl moduleBjörn Jacke2012-09-231-5/+5
* s3: fix the hpux acl moduleBjörn Jacke2012-09-231-5/+5
* s3: Fix the vfs_solarisacl module to compile.Ira Cooper2012-09-231-5/+5
* s3:build: rewrite autogen.sh to be called from any directoryMichael Adam2012-09-121-5/+20
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-124-10/+10
* Move cached cwd onto conn struct.Jeremy Allison2012-09-123-1/+17
* Remove ancient "optimization" global LastDir.Jeremy Allison2012-09-123-18/+3
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-128-14/+102
* s3: remove unneeded noquota.c fileBjörn Jacke2012-09-121-38/+0
* s3-rap: Open printers with the right access mask.Andreas Schneider2012-09-121-3/+3
* s3-pdb: filter out more symbols only used in ldapsam internalsAlexander Bokovoy2012-09-122-2/+1
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-126-0/+202
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-125-18/+15
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-122-13/+11