summaryrefslogtreecommitdiff
path: root/source3/smbd/dmapi.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-3/+3
* s3:smbd: do casting of dm_sessid_t in stepsStefan Metzmacher2014-11-251-4/+6
* smbd: Fix compile warning in dmapi.cChristof Schmitt2014-05-021-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+2
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: I thought I had compiled this....Volker Lendecke2010-10-031-1/+1
* s3: Remove talloc_autofree_context() from dmapi.cVolker Lendecke2010-10-031-2/+1
* s3:smbd: fix the build with dmapi supportStefan Metzmacher2009-01-081-2/+0
* Attempt to fix the buildVolker Lendecke2009-01-081-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-0/+1
* s3:smbd: keep dmapi globals in one context structStefan Metzmacher2009-01-081-28/+44
* Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy2008-04-141-1/+1
* Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2008-04-081-0/+24
* Fix BOOL introduced by last commitAlexander Bokovoy2008-01-291-1/+1
* Merge DMAPI fixes from TridgeAlexander Bokovoy2008-01-291-16/+56
* Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2008-01-181-127/+78
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-31/+40
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22693: Always compile before checkin.... I've now installed dmapi on my lapt...Volker Lendecke2007-10-101-1/+2
* r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2007-10-101-1/+2
* r21467: Add GPFS-provided DMAPI support based on their GPL libraryAlexander Bokovoy2007-10-101-0/+2
* r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach2007-10-101-3/+16
* r16057: Coalesce the DMAPI configure tests into a single macro. AddJames Peach2007-10-101-6/+0
* r14695: Patch from Björn Jacke:Volker Lendecke2007-10-101-5/+7
* r14669: Remove duplicate source caused by running patch(1) once too often.James Peach2007-10-101-272/+0
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-0/+576