summaryrefslogtreecommitdiff
path: root/source3/smbd/dmapi.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-2/+2
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-10-03s3: I thought I had compiled this....Volker Lendecke1-1/+1
2010-10-03s3: Remove talloc_autofree_context() from dmapi.cVolker Lendecke1-2/+1
2009-01-08s3:smbd: fix the build with dmapi supportStefan Metzmacher1-2/+0
2009-01-08Attempt to fix the buildVolker Lendecke1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-0/+1
2009-01-08s3:smbd: keep dmapi globals in one context structStefan Metzmacher1-28/+44
2008-04-14Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy1-1/+1
2008-04-08Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy1-0/+24
2008-01-29Fix BOOL introduced by last commitAlexander Bokovoy1-1/+1
2008-01-29Merge DMAPI fixes from TridgeAlexander Bokovoy1-16/+56
2008-01-18Merge DMAPI fixes from CTDB SambaAlexander Bokovoy1-127/+78
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy1-31/+40
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22693: Always compile before checkin.... I've now installed dmapi on my lapt...Volker Lendecke1-1/+2
2007-10-10r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke1-1/+2
2007-10-10r21467: Add GPFS-provided DMAPI support based on their GPL libraryAlexander Bokovoy1-0/+2
2007-10-10r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach1-3/+16
2007-10-10r16057: Coalesce the DMAPI configure tests into a single macro. AddJames Peach1-6/+0
2007-10-10r14695: Patch from Björn Jacke:Volker Lendecke1-5/+7
2007-10-10r14669: Remove duplicate source caused by running patch(1) once too often.James Peach1-272/+0
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-0/+576