summaryrefslogtreecommitdiff
path: root/source3/smbd/dfree.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15smbd: Make disk_quotas() take a fspVolker Lendecke1-1/+1
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-2/+2
2026-02-15smbd: Make sys_disk_free() take a fspVolker Lendecke1-4/+5
2026-02-15smbd: Make get_dfree_info() take a fspVolker Lendecke1-2/+6
2026-01-20smbd: Replace dfree command output parsing with sscanfVolker Lendecke1-19/+19
2026-01-20smbd: Add a NULL check for dfree command outputVolker Lendecke1-2/+3
2026-01-20smbd: Reduce indentation in handle_dfree_command with early returnsVolker Lendecke1-48/+51
2026-01-20smbd: Factor out handling of dfree command into a separate functionVolker Lendecke1-19/+33
2026-01-07smb: Modernize a few DEBUGsVolker Lendecke1-4/+8
2025-11-10smbd: Fix some whitespaceVolker Lendecke1-4/+4
2025-08-15lib: Move file_lines_ploadv() to lib/util/Volker Lendecke1-1/+1
2023-07-19s3:smbd: Fix code spellingAndreas Schneider1-1/+1
2022-01-18smbd: Save a few lines with str_list_add_printf()Volker Lendecke1-11/+3
2019-11-27smbdotconf: mark "dfree command" with substitution="1"Stefan Metzmacher1-1/+3
2019-08-14smbd: Make sys_disk_free staticChristof Schmitt1-2/+5
2019-05-24s3: smbd: Convert dfree code to use file_lines_ploadv().Jeremy Allison1-12/+23
2018-05-25smbd: Move dfree_info structChristof Schmitt1-0/+8
2018-05-25smbd: Flush dfree memcache on service reloadChristof Schmitt1-0/+5
2018-05-25smbd: Cache dfree information based on query pathChristof Schmitt1-19/+80
2017-06-18s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison1-1/+1
2016-08-13smbd: get a valid file stat to disk_quotasUri Simchoni1-9/+7
2016-02-23lib: Remove "includes.h" from util_file.cVolker Lendecke1-0/+1
2016-02-23lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke1-1/+1
2016-01-27smbd: show correct disk size for different quota and dfree block sizesUri Simchoni1-1/+8
2016-01-26make disk_norm() staticUri Simchoni1-1/+1
2016-01-26smbd: refactor disk_free handlingUri Simchoni1-6/+7
2015-07-17s3-smbd: Remove the global dfree_broken variableAndreas Schneider1-0/+1
2015-07-17s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider1-16/+13
2015-02-17s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp1-28/+12
2014-02-07param: rename lp function and variable from "maxdisksize" to "max_disk_size"Garming Sam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam1-2/+3
2012-09-04s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-03-22s3:vfs_gpfs: Export disk_norm functionChristof Schmitt1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-3/+3
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-17/+17
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+1
2007-12-10int->boolVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r25118: More pstring elimination.Jeremy Allison1-3/+11
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-10r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce1-1/+1
2007-10-10r11190: Fix enhancement request #3192.Jeremy Allison1-10/+53
2007-10-10r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison1-3/+12