summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliquota.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-4/+4
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-3/+3
2011-04-23s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-57/+5
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-01-17s3: Move dump_ntquota* to smbcquotas.cVolker Lendecke1-75/+0
2011-01-17s3: Convert cli_set_fs_quota_info to cli_transVolker Lendecke1-32/+21
2011-01-17s3: Convert cli_get_fs_quota_info to cli_transVolker Lendecke1-36/+27
2011-01-17s3: Convert cli_list_user_quota to cli_transVolker Lendecke1-61/+47
2011-01-17s3: Convert cli_set_user_quota to cli_transVolker Lendecke1-35/+23
2011-01-17s3: Convert cli_get_user_quota to cli_transVolker Lendecke1-47/+42
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-15Fix all sid_parse returns to be checked. Tidy up some checks and errorJeremy Allison1-1/+3
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-9/+3
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-2/+2
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-22/+18
2008-10-05Fix some nonempty blank linesVolker Lendecke1-25/+25
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-15Use sid_to_string directlyVolker Lendecke1-1/+1
2007-11-11Remove a static fstringVolker Lendecke1-11/+12
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-15/+15
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-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-8/+15
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-4/+4
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-0/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r2388: fix client quota supportStefan Metzmacher1-2/+2
2003-04-16More merges from HEAD:Jelmer Vernooij1-5/+5
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-5/+5
2003-04-14Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green1-5/+5
2003-04-11smbcquota patch from metzeGerald Carter1-0/+633