summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-09-06s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett2-16/+0
2012-09-05Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...Michele Baldessari1-0/+2
2012-09-05Add "backup_intent" bool to files_struct.Jeremy Allison1-0/+3
2012-09-05Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.Jeremy Allison1-29/+1
2012-09-05s3:smb2_create: check for SMB2_CREATE_TAG_DHNC firstStefan Metzmacher1-43/+14
2012-09-05s3:locking: fix trailing space in brl_close_fnum()Michael Adam1-1/+1
2012-09-05build: Remove unused deps from vfs modulesAndrew Bartlett1-2/+2
2012-09-05s3: Slightly simplify fd_open_atomicVolker Lendecke1-8/+7
2012-09-04s3: Put a comment into the right placeVolker Lendecke1-4/+5
2012-09-04s3: Fix a typoVolker Lendecke1-1/+1
2012-09-04s3: Factor out disposition_to_open_flagsVolker Lendecke1-24/+57
2012-09-04s3: Factor out calculation of clear_adsVolker Lendecke1-5/+17
2012-09-04s3: Slightly simplify open_file_ntcreateVolker Lendecke1-5/+5
2012-09-04s3: Fix a commentVolker Lendecke1-1/+1
2012-09-04s3: Make "open_match_attributes" staticVolker Lendecke2-12/+6
2012-09-04s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2012-09-04s3: Fix memleaks in pylibsmb.cVolker Lendecke1-2/+2
2012-09-04s3: in sys_popen(), add a debug message for failed forkMichael Adam1-0/+1
2012-09-04s3: in sys_popen(), add a debug message for failed extract_args()Michael Adam1-0/+1
2012-09-04s3: in sys_popen(), untangle function call from result checkMichael Adam1-1/+3
2012-09-04s3: in sys_popen(), untangle assigment from check and add a debug message in ...Michael Adam1-1/+4
2012-09-04s3: in sys_popen(), improve call to pipe and report error to debugMichael Adam1-1/+5
2012-09-04s3: in sys_popen(), validate input before opening the pipe.Michael Adam1-5/+5
2012-09-04s3: in sys_popen(), fix a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam1-2/+3
2012-09-04s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam1-1/+1
2012-09-04s3-winbind: DON'T PANIC if we couldn't find the domain.Andreas Schneider1-1/+9
2012-09-04build: sync the waf ACL checks with configure.inAndrew Bartlett1-12/+35
2012-09-04build: Remove references to charset modules - we no longer have theseAndrew Bartlett2-3/+1
2012-09-04build: vfs_fake_acls does not need the acl libAndrew Bartlett1-1/+1
2012-09-04build: remove unused HAVE_NO_ACLS defineAndrew Bartlett2-5/+0
2012-09-04s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DCAndrew Bartlett4-277/+283
2012-09-02waf: add new quota header checks and sysquota_4B source fileBjörn Jacke2-1/+3
2012-09-02s3: remove some duplicate quota codeBjörn Jacke1-27/+12
2012-09-02s3: adopt the new sysquotas_4B support for BSDBjörn Jacke2-3/+28
2012-09-02s3: add sysquotas_4B supportBjörn Jacke5-4/+227
2012-09-01s3: Make an if statement a bit easier to readVolker Lendecke1-2/+3
2012-08-31Change the S3 fileserver over to se_file_access_check().Jeremy Allison2-7/+10
2012-09-01s3: Fix warnings in aio_fork.cVolker Lendecke1-2/+4
2012-09-01s3: Remove a shadowing variable declarationVolker Lendecke1-2/+0
2012-08-31tdb: return unpack error on strdup failureDavid Disseldorp1-0/+3
2012-08-31s3: Fix a few "warning: ISO C90 forbids mixed declarations and code"Volker Lendecke1-154/+234
2012-08-31s3:build fix autoconf build on RHEL5Christian Ambach1-0/+236
2012-08-31s3:dbwrap_ctdb: Add DB name and key to warning messageChristof Schmitt1-1/+8
2012-08-30Windows does canonicalization of inheritance bits. Do the same.Jeremy Allison1-0/+35
2012-08-30Change the other two places where we set a security descriptor given by the c...Jeremy Allison2-25/+2
2012-08-30Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...Jeremy Allison2-14/+28
2012-08-30Rename set_sd() to set_sd_blob() - this describes what it does.Jeremy Allison3-6/+6