summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliquota.c
Commit message (Expand)AuthorAgeFilesLines
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-06-101-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
* 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
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-8/+15
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-4/+4
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-0/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r2388: fix client quota supportStefan Metzmacher2007-10-101-2/+2
* More merges from HEAD:Jelmer Vernooij2003-04-161-5/+5
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-5/+5
* Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green2003-04-141-5/+5
* smbcquota patch from metzeGerald Carter2003-04-111-0/+633