summaryrefslogtreecommitdiff
path: root/source3/smbd/ntquotas.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-24lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij1-3/+3
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-3/+3
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-3/+3
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-13/+13
2008-05-16Simplify fake_file logicVolker Lendecke1-20/+9
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-4/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
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-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-3/+3
2007-10-10r17348: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-6/+3
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-1/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher1-0/+3
2003-07-24Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy1-1/+1
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-3/+3
2003-05-27Fix printf warnings in debug statments.Tim Potter1-2/+2
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy1-4/+1
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-2/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-5/+3
2003-05-12Fix a wrong define check.Alexander Bokovoy1-3/+4
2003-05-12Better isolate quota stuffAlexander Bokovoy1-0/+4
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+259