summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:vfs: add durable VFS operationsMichael Adam2012-09-084-1/+128
* s3:smbd: add disconnected checks to the open code.Stefan Metzmacher2012-09-081-0/+31
* s3:smbd: also close durable file handles in a tdisMichael Adam2012-09-081-2/+9
* s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()Stefan Metzmacher2012-09-082-0/+127
* s3:locking: add mark_share_mode_disconnected()Stefan Metzmacher2012-09-082-0/+40
* s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2012-09-082-1/+210
* s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0Stefan Metzmacher2012-09-081-0/+8
* s3:quota: don't add the string '"' into the argument listBjörn Jacke2012-09-081-2/+2
* s3: Fix a panic when shutting downVolker Lendecke2012-09-081-10/+32
* s3:lib: use includes.h with cbuf and srprsGregor Beck2012-09-073-12/+1
* waf: add tests for NFS quota stuffBjörn Jacke2012-09-071-0/+5
* waf: add test for HAVE_DQB_FSOFTLIMITBjörn Jacke2012-09-071-0/+3
* waf: make checks for different XFS flavoursBjörn Jacke2012-09-071-2/+20
* s3:autoconf: look for irix xfs only when if we didn't find the Linux one beforeBjörn Jacke2012-09-071-1/+1
* s3:sysquota_nfs: fix build on Tru64 et aliiBjörn Jacke2012-09-072-23/+34
* rpcserver: fix useless declaration warningBjörn Jacke2012-09-071-1/+0
* s3:sysquota-test: include ufs/ufs/quota.h only when foundBjörn Jacke2012-09-071-0/+2
* s3:quota: clean up and consolidate the xfs quota checks and definesBjörn Jacke2012-09-073-12/+11
* s3:sysquota_xfs: fix logic so that we actually use this module on LinuxBjörn Jacke2012-09-072-8/+2
* s3:sysquota_xfs: check and include the right fs header file for xfs quotasBjörn Jacke2012-09-073-6/+8
* s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke2012-09-071-65/+0
* s3-smbldap: make smbldap public library and maintain its ABIAlexander Bokovoy2012-09-072-1/+33
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-076-51/+51
* s3-smbldap: use smbldap_ prefix for all functionsAlexander Bokovoy2012-09-072-11/+11
* s3-waf: avoid exporting init symbols from statically linked modulesAlexander Bokovoy2012-09-072-1/+334
* s3-passdb: convert pdb_ipa to use secrets wrappersAlexander Bokovoy2012-09-071-4/+4
* s3-passdb: convert pdb_ldap to use secrets wrappersAlexander Bokovoy2012-09-071-2/+2
* s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy2012-09-072-0/+45
* wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider2012-09-078-0/+891
* Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...Michele Baldessari2012-09-071-0/+2
* fileserver:sysquotas: remove wrong castBjörn Jacke2012-09-061-1/+1
* s3:quota: don't force the block size to 512Björn Jacke2012-09-061-3/+0
* s3-smbd: Remove remaining references to removed OS support in old-style quota...Andrew Bartlett2012-09-061-6/+6
* s3-smbd: Remove IRIX support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-129/+0
* s3-smbd: Remove HPUX support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-19/+0
* s3-smbd: Remove BSD support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-226/+3
* s3-smbd: Remove Linux support from old (pre-sysquotas) codeAndrew Bartlett2012-09-061-438/+1
* s3-configure: Only use sysquotas by defaultAndrew Bartlett2012-09-061-98/+15
* build: Remove Unicos support (quota in particular)Andrew Bartlett2012-09-063-132/+0
* build: Do not compile lib/sysquotas*.c files as part of configureAndrew Bartlett2012-09-061-65/+16
* s3: Fix 64-bit warnings in vfs_media_harmonyVolker Lendecke2012-09-061-1/+1
* sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...Björn Jacke2012-09-061-0/+1
* s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett2012-09-062-16/+0
* Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...Michele Baldessari2012-09-051-0/+2
* Add "backup_intent" bool to files_struct.Jeremy Allison2012-09-051-0/+3
* Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.Jeremy Allison2012-09-051-29/+1
* s3:smb2_create: check for SMB2_CREATE_TAG_DHNC firstStefan Metzmacher2012-09-051-43/+14
* s3:locking: fix trailing space in brl_close_fnum()Michael Adam2012-09-051-1/+1
* build: Remove unused deps from vfs modulesAndrew Bartlett2012-09-051-2/+2
* s3: Slightly simplify fd_open_atomicVolker Lendecke2012-09-051-8/+7