s3:lib: Move popt_common_credentials to separate file
[bbaumbach/samba-autobuild/.git] / source3 / utils / smbcquotas.c
2018-09-07 Christof Schmitts3:lib: Move popt_common_credentials to separate file
2018-07-31 Noel Powers3/utils: fix regression where specifying -Unetbios...
2017-05-09 Jeremy Allisons3: client tools: Call popt_free_cmdline_auth_info...
2017-05-09 Jeremy Allisons3: client tools. Remove direct access to struct user_a...
2016-12-20 Stefan Metzmachers3:popt_common: let POPT_COMMON_CREDENTIALS imply logfi...
2016-11-15 Stefan Metzmachers3:popt_common: simplify popt_common_credentials handling
2016-10-06 Andreas Schneiders3-utils: Fix loading smb.conf in smbcquotas
2016-10-04 Uri Simchonismbcquotas: add -m option
2016-10-04 Uri Simchonicliquota: factor out building of FILE_QUOTA_INFORMATION
2016-10-04 Uri Simchonismbcquotas: fix error message listing quotas
2016-03-31 Uri Simchonismbcquotas: print "NO LIMIT" only if returned quota...
2015-05-01 Richard SharpeConvert three include files from uint32/16/8 to _t...
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2014-04-02 Stefan Metzmachers3:utils: avoid argv related const warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-06-04 Peng Haitaosmbcquotas.c: fix a bug of -t
2013-05-06 Christian Ambachs3:utils fix wrong usage of PRIu64 in sscanf
2012-11-30 Stefan Metzmachers3:util: fix usage of popt_burn_cmdline_password()
2012-11-08 Andreas Schneiders3fs-client: Burn commandline password of client utils.
2012-10-30 Andreas Schneiders3fs-utils: Free the popt context in smbcacls and smbqu...
2011-07-28 Michael Adams3:smbcquotas: use lp_load_global()
2011-07-22 Stefan Metzmachers3:smbcquotas: pass down NULL instead of a zero sockadd...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-01-17 Volker Lendeckes3: Move dump_ntquota* to smbcquotas.c
2011-01-17 Volker Lendeckes3: Convert cli_set_fs_quota_info to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_get_fs_quota_info to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_list_user_quota to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_set_user_quota to cli_trans
2011-01-17 Volker Lendeckes3: Convert cli_get_user_quota to cli_trans
2011-01-17 Volker Lendeckes3: Fix some nonempty blank lines
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_full_connection
2010-11-14 Volker Lendeckes3: string_to_sid does thorough syntax checking
2010-11-14 Volker Lendeckes3: Avoid two calls cli_errstr
2010-11-02 Andrew Bartletts3-debug Remove 'AllowDebugChange' and use lp_set_cmdli...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_lsarpc.h
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2009-11-21 Volker Lendeckes3: Convert cli_get_fs_attr_info to the async API
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Günther Deschners3: remove POLICY_HND.
2009-03-17 Jeremy AllisonRemove the global "struct cm_cred_struct" and associate...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Volker LendeckeRemove the global "cmdline_auth_info" from source3...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-05-05 Günther DeschnerFix client authentication with -P switch in client...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonFix -e for smbcquotas.
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonMake all the tools use the proper accessor functions.
2007-12-04 Jeremy AllisonGetting to the home stretch for elimination of pstrings...
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Volker Lendecker24943: Some stackframes
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23627: Allow to pass down the lookup-level to rpccli_l...
2007-10-10 James Peachr23009: Both contains a strchr_m(server,'/') few lines...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr16644: Fix bug #3887 reported by jason@ncac.gwu.edu
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr12555: Fix more load_case_table swegfaults. Arggg.
2007-10-10 Jeremy Allisonr12045: More warning fixes... Just a few more to go.
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Stefan Metzmacherr2388: fix client quota support
2007-10-10 Stefan Metzmacherr2348: fix segmention faults
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
next