summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliquota.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: clang: Fix 'Value stored during initialization is never read'Noel Power2019-08-281-3/+1
* s3/libsmb: clang: Fix 'Value stored to 'status' is never read'Noel Power2019-08-281-1/+1
* s3:libsmb: Add missing OOM check in fill_quota_buffer()Andreas Schneider2019-05-151-1/+7
* libsmb: Fix CID 1438243 Unchecked return valueVolker Lendecke2018-08-081-1/+8
* s3/smbd: adjust smb1 server to use idl structs and generated ndr push/pull funcsNoel Power2018-07-311-12/+7
* s3/libsmb: adjust smb1 cli code to use idl structs and ndr push/pull funcs.Noel Power2018-07-311-180/+217
* cliquota: support setting file system quota via SMB2Uri Simchoni2016-10-041-0/+4
* cliquota: factor out building of FILE_FS_CONTROL_INFORMATIONUri Simchoni2016-10-041-18/+46
* cliquota: support setting user quota via SMB2Uri Simchoni2016-10-041-0/+4
* cliquota: factor out building of FILE_QUOTA_INFORMATIONUri Simchoni2016-10-041-36/+154
* cliquota: support getting fs quota by SMB2Uri Simchoni2016-10-041-0/+4
* cliquota: factor out fs quota parsingUri Simchoni2016-10-041-17/+34
* cliquota: implement quota listing in SMB2Uri Simchoni2016-10-041-0/+5
* cliquota: factor out parsing of a quota record bufferUri Simchoni2016-10-041-55/+64
* cliquota: some security hardeningUri Simchoni2016-10-041-4/+29
* cliquota: refactor and cleanup listing of user quotasUri Simchoni2016-10-041-85/+52
* s3-libsmb: support getting user's quota in SMB2Uri Simchoni2016-10-041-0/+5
* s3-libsmb: make parse_user_quota_record() publicUri Simchoni2016-10-041-4/+4
* cliquota: fix param count when setting fs quotaUri Simchoni2016-10-041-1/+1
* ntquotas: support "freeing" an empty quota listUri Simchoni2016-10-041-1/+2
* s3-cliquota: correctly handle no-more-entriesUri Simchoni2016-10-041-4/+9
* lib: Make sid_linearize take a uint8_tVolker Lendecke2015-08-271-2/+2
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-1/+1
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-4/+4
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-3/+3
* s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-231-57/+5
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Move dump_ntquota* to smbcquotas.cVolker Lendecke2011-01-171-75/+0
* s3: Convert cli_set_fs_quota_info to cli_transVolker Lendecke2011-01-171-32/+21
* s3: Convert cli_get_fs_quota_info to cli_transVolker Lendecke2011-01-171-36/+27
* s3: Convert cli_list_user_quota to cli_transVolker Lendecke2011-01-171-61/+47
* s3: Convert cli_set_user_quota to cli_transVolker Lendecke2011-01-171-35/+23
* s3: Convert cli_get_user_quota to cli_transVolker Lendecke2011-01-171-47/+42
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison2010-09-151-1/+3
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-9/+3
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-2/+2
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-22/+18
* Fix some nonempty blank linesVolker Lendecke2008-10-051-25/+25
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Use sid_to_string directlyVolker Lendecke2007-12-151-1/+1
* Remove a static fstringVolker Lendecke2007-11-111-11/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15