summaryrefslogtreecommitdiff
path: root/source3/include/ntquotas.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert uint32/16/8 to _t for the last two include files in source3/include.Richard Sharpe2015-05-011-1/+1
| | | | | | | | | | | There are still many files to touch before we can remove the #define but this gets the last include files in source3/includes. Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allson <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri May 1 21:52:25 CEST 2015 on sn-devel-104
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-13/+13
|
* Remove current_user references from trans2.cVolker Lendecke2008-06-191-5/+0
| | | | | This involved replacing the CHECK_NTQUOTA_HANDLE_OK macro by a function. (This used to be commit 5595cdf837edb82db69a3e57bcf3108be7feeeb8)
* Simplify fake_file logicVolker Lendecke2008-05-161-1/+1
| | | | (This used to be commit 93111ea0a1191e8547ad6cf112e2699d3bb3799b)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* fix typeHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit 327d26253ed21988d95303c4f8c85901199d8f40)
* smbcquota patch from metzeGerald Carter2003-04-111-0/+97
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)