ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / source3 / smbd / dfree.c
2023-07-19 Andreas Schneiders3:smbd: Fix code spelling
2022-01-18 Volker Lendeckesmbd: Save a few lines with str_list_add_printf()
2019-11-27 Stefan Metzmachersmbdotconf: mark "dfree command" with substitution="1"
2019-08-14 Christof Schmittsmbd: Make sys_disk_free static
2019-05-24 Jeremy Allisons3: smbd: Convert dfree code to use file_lines_ploadv().
2018-05-25 Christof Schmittsmbd: Move dfree_info struct
2018-05-25 Christof Schmittsmbd: Flush dfree memcache on service reload
2018-05-25 Christof Schmittsmbd: Cache dfree information based on query path
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2016-08-12 Uri Simchonismbd: get a valid file stat to disk_quotas
2016-02-23 Volker Lendeckelib: Remove "includes.h" from util_file.c
2016-02-23 Volker Lendeckelib: Add "mem_ctx" to file_lines_pload
2016-01-27 Uri Simchonismbd: show correct disk size for different quota and...
2016-01-26 Uri Simchonimake disk_norm() static
2016-01-26 Uri Simchonismbd: refactor disk_free handling
2015-07-17 Andreas Schneiders3-smbd: Remove the global dfree_broken variable
2015-07-17 Andreas Schneiders3-smbd: Leave sys_disk_free() if dfree command is...
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-02-08 Garming Samparam: rename lp function and variable from "maxdisksiz...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), improve a debug message
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), improve a debug message
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), fix line length and indent...
2012-09-04 Michael Adams3:smbd: in sys_disk_free(), fix a debug message
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-03-22 Christof Schmitts3:vfs_gpfs: Export disk_norm function
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-talloc Change TALLOC_P() to talloc()
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
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-10-12 Jelmer VernooijUse common util_file code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2007-12-10 Volker Lendeckeint->bool
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25118: More pstring elimination.
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 Simo Sorcer21369: sys_disk_free return type is SMB_BIG_UINT.
2007-10-10 Jeremy Allisonr11190: Fix enhancement request #3192.
2007-10-10 Jeremy Allisonr5822: Actually return an error message if disk_free...
2007-10-10 Jeremy Allisonr5268: Fix bug #2310, only do 16-bit normalization...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-23 Herb Lewisget rid of compiler warnings (casts and delete unused...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2000-12-12 Jeremy AllisonFixed processing of dfree script (was truncating).
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-04-19 Andrew Tridgellsplit fsusage() into a separate module (to fix linking...
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-01-29 Jeremy AllisonWrapped popen calls in HAVE_POPEN - needed if we are...
2000-01-12 Jeremy AllisonUse slprintf not snprintf.
2000-01-06 Jeremy AllisonRe-added "dfree command" functionality that was describ...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1998-11-09 Andrew Tridgellconverted smbclient to use clientgen.c rather than...
1998-11-06 Jeremy Allisonlib/charcnv.c: Improved debug comment.
1998-09-18 Andrew Tridgellgot rid of SMB_STRUCT_STATVFS. I don't think we should...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch