summaryrefslogtreecommitdiffstats
path: root/source/smbd/dmapi.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r22693: Always compile before checkin.... I've now installed dmapi on my ↵Volker Lendecke2007-05-061-1/+2
| | | | laptop :-)
* r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2007-05-051-1/+2
|
* r21468: Add GPFS-provided DMAPI support based on their GPL libraryAlexander Bokovoy2007-02-201-0/+2
|
* r19874: merge -r19872:19873 ↵James Peach2006-11-241-3/+16
| | | | | | | svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0 Make sure we are privileged when doing DMAPI operations on systems that don't have capability support. Patch by J Raynor <raynorj@mn.rr.com>.
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-6/+0
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r14695: Patch from Björn Jacke:Volker Lendecke2006-03-241-5/+7
| | | | | | | - add DMAPI/XDSM support for AIX - find JFS DMAPI libs on Linux when only they are available Volker
* r14669: Remove duplicate source caused by running patch(1) once too often.James Peach2006-03-231-272/+0
|
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2006-03-221-0/+576
HSM is interested in. Tested on both IRIX and SLES9.