summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-09-07s3:sysquota-test: include ufs/ufs/quota.h only when foundBjörn Jacke1-0/+2
2012-09-07s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke3-12/+11
2012-09-07s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2-8/+2
2012-09-07s3:sysquota_xfs: check and include the right fs header file for xfs quotasBjörn Jacke3-6/+8
2012-09-07s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke1-65/+0
2012-09-07s3-smbldap: make smbldap public library and maintain its ABIAlexander Bokovoy2-1/+33
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy6-51/+51
2012-09-07s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy2-11/+11
2012-09-07s3-waf: avoid exporting init symbols from statically linked modulesAlexander Bokovoy2-1/+334
2012-09-07s3-passdb: convert pdb_ipa to use secrets wrappersAlexander Bokovoy1-4/+4
2012-09-07s3-passdb: convert pdb_ldap to use secrets wrappersAlexander Bokovoy1-2/+2
2012-09-07s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy2-0/+45
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