summaryrefslogtreecommitdiff
path: root/source3/smbd/dfree.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Make sys_disk_free staticChristof Schmitt2019-08-141-2/+5
* s3: smbd: Convert dfree code to use file_lines_ploadv().Jeremy Allison2019-05-241-12/+23
* smbd: Move dfree_info structChristof Schmitt2018-05-251-0/+8
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-05-251-0/+5
* smbd: Cache dfree information based on query pathChristof Schmitt2018-05-251-19/+80
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-1/+1
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-08-131-9/+7
* lib: Remove "includes.h" from util_file.cVolker Lendecke2016-02-231-0/+1
* lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke2016-02-231-1/+1
* smbd: show correct disk size for different quota and dfree block sizesUri Simchoni2016-01-271-1/+8
* make disk_norm() staticUri Simchoni2016-01-261-1/+1
* smbd: refactor disk_free handlingUri Simchoni2016-01-261-6/+7
* s3-smbd: Remove the global dfree_broken variableAndreas Schneider2015-07-171-0/+1
* s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider2015-07-171-16/+13
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-28/+12
* param: rename lp function and variable from "maxdisksize" to "max_disk_size"Garming Sam2014-02-071-1/+1
* s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam2012-09-041-1/+1
* s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam2012-09-041-1/+1
* s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam2012-09-041-2/+3
* s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam2012-09-041-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2012-03-221-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-3/+3
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-17/+17
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-1/+1
* int->boolVolker Lendecke2007-12-101-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25118: More pstring elimination.Jeremy Allison2007-10-101-3/+11
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce2007-10-101-1/+1
* r11190: Fix enhancement request #3192.Jeremy Allison2007-10-101-10/+53
* r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison2007-10-101-3/+12
* r5268: Fix bug #2310, only do 16-bit normalization on small dfreeJeremy Allison2007-10-101-5/+5
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-6/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+1
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+4
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Fixed processing of dfree script (was truncating).Jeremy Allison2000-12-121-2/+0
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-127/+2
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-11/+9
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-5/+5