summaryrefslogtreecommitdiff
path: root/source3/utils/smbcquotas.c
Commit message (Expand)AuthorAgeFilesLines
* s3:utils: If share is NULL in smbcquotas, don't print itAndreas Schneider2019-05-081-2/+2
* s3:utils: Use C99 initializer for poptOption in smbcquotasAndreas Schneider2019-01-281-14/+72
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-1/+1
* s3/utils: fix regression where specifying -Unetbios/root worksNoel Power2018-07-311-1/+2
* s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison2017-05-091-0/+2
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-10/+14
* s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher2016-12-201-12/+0
* s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher2016-11-151-13/+1
* s3-utils: Fix loading smb.conf in smbcquotasAndreas Schneider2016-10-061-3/+12
* smbcquotas: add -m optionUri Simchoni2016-10-041-0/+6
* cliquota: factor out building of FILE_QUOTA_INFORMATIONUri Simchoni2016-10-041-1/+15
* smbcquotas: fix error message listing quotasUri Simchoni2016-10-041-3/+3
* smbcquotas: print "NO LIMIT" only if returned quota value is 0.Uri Simchoni2016-03-311-1/+1
* Convert three include files from uint32/16/8 to _t types as well as the sourc...Richard Sharpe2015-05-011-2/+2
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3:utils: avoid argv related const warningsStefan Metzmacher2014-04-021-2/+3
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* smbcquotas.c: fix a bug of -tPeng Haitao2013-06-041-1/+1
* s3:utils fix wrong usage of PRIu64 in sscanfChristian Ambach2013-05-061-1/+3
* s3:util: fix usage of popt_burn_cmdline_password()Stefan Metzmacher2012-11-301-1/+0
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-081-0/+2
* s3fs-utils: Free the popt context in smbcacls and smbquotas.Andreas Schneider2012-10-301-0/+2
* s3:smbcquotas: use lp_load_global()Michael Adam2011-07-281-1/+1
* s3:smbcquotas: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher2011-07-221-4/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-1/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Move dump_ntquota* to smbcquotas.cVolker Lendecke2011-01-171-0/+99
* s3: Convert cli_set_fs_quota_info to cli_transVolker Lendecke2011-01-171-4/+8
* s3: Convert cli_get_fs_quota_info to cli_transVolker Lendecke2011-01-171-10/+20
* s3: Convert cli_list_user_quota to cli_transVolker Lendecke2011-01-171-2/+5
* s3: Convert cli_set_user_quota to cli_transVolker Lendecke2011-01-171-2/+5
* s3: Convert cli_get_user_quota to cli_transVolker Lendecke2011-01-171-4/+10
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-171-7/+5
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-2/+1
* s3: string_to_sid does thorough syntax checkingVolker Lendecke2010-11-141-2/+2
* s3: Avoid two calls cli_errstrVolker Lendecke2010-11-141-4/+9
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-1/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-3/+3
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke2009-11-211-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-2/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-211-1/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-181-1/+1