summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-09-07wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider8-0/+891
2012-09-07Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...Michele Baldessari1-0/+2
2012-09-06fileserver:sysquotas: remove wrong castBjörn Jacke1-1/+1
2012-09-06s3:quota: don't force the block size to 512Björn Jacke1-3/+0
2012-09-06s3-smbd: Remove remaining references to removed OS support in old-style quota...Andrew Bartlett1-6/+6
2012-09-06s3-smbd: Remove IRIX support from old (pre-sysquotas) codeAndrew Bartlett1-129/+0
2012-09-06s3-smbd: Remove HPUX support from old (pre-sysquotas) codeAndrew Bartlett1-19/+0
2012-09-06s3-smbd: Remove BSD support from old (pre-sysquotas) codeAndrew Bartlett1-226/+3
2012-09-06s3-smbd: Remove Linux support from old (pre-sysquotas) codeAndrew Bartlett1-438/+1
2012-09-06s3-configure: Only use sysquotas by defaultAndrew Bartlett1-98/+15
2012-09-06build: Remove Unicos support (quota in particular)Andrew Bartlett3-132/+0
2012-09-06build: Do not compile lib/sysquotas*.c files as part of configureAndrew Bartlett1-65/+16
2012-09-06s3: Fix 64-bit warnings in vfs_media_harmonyVolker Lendecke1-1/+1
2012-09-06sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...Björn Jacke1-0/+1
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