summaryrefslogtreecommitdiff
path: root/source3/smbd/ntquotas.c
Commit message (Expand)AuthorAgeFilesLines
* ntquotas: do not set inode limits when setting space quotaBjörn Jacke2019-02-171-15/+0
* smbd: Use dom_sid_str_bufVolker Lendecke2018-12-201-4/+9
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-1/+19
* Correct "allready" typos.Chris Lamb2017-02-221-3/+3
* smbd: free talloc context if no quota records are availableUri Simchoni2016-10-041-0/+3
* ntquotas: support "freeing" an empty quota listUri Simchoni2016-10-041-2/+1
* ntquotas - skip entry if the quota is zeroUri Simchoni2016-03-311-0/+5
* nt-quotas: return 0 as indication of no quotaUri Simchoni2016-03-311-8/+0
* nt-quotas: vfs_get_ntquota() return NTSTATUSUri Simchoni2016-03-311-7/+12
* vfs: add path parameter to get_quotaUri Simchoni2016-01-261-1/+1
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-241-3/+3
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-3/+3
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-3/+3
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-13/+13
* Simplify fake_file logicVolker Lendecke2008-05-161-20/+9
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-4/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* 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
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-3/+3
* r17348: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-6/+3
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-1/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-151-0/+3
* Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy2003-07-241-1/+1
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-3/+3
* Fix printf warnings in debug statments.Tim Potter2003-05-271-2/+2
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy2003-05-141-4/+1
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-5/+3
* Fix a wrong define check.Alexander Bokovoy2003-05-121-3/+4
* Better isolate quota stuffAlexander Bokovoy2003-05-121-0/+4
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-0/+259