| Commit message (Expand) | Author | Age | Files | Lines |
* | smbdotconf: mark "dfree command" with substitution="1" | Stefan Metzmacher | 2019-11-27 | 1 | -1/+3 |
* | smbd: Make sys_disk_free static | Christof Schmitt | 2019-08-14 | 1 | -2/+5 |
* | s3: smbd: Convert dfree code to use file_lines_ploadv(). | Jeremy Allison | 2019-05-24 | 1 | -12/+23 |
* | smbd: Move dfree_info struct | Christof Schmitt | 2018-05-25 | 1 | -0/+8 |
* | smbd: Flush dfree memcache on service reload | Christof Schmitt | 2018-05-25 | 1 | -0/+5 |
* | smbd: Cache dfree information based on query path | Christof Schmitt | 2018-05-25 | 1 | -19/+80 |
* | s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ... | Jeremy Allison | 2017-06-18 | 1 | -1/+1 |
* | smbd: get a valid file stat to disk_quotas | Uri Simchoni | 2016-08-13 | 1 | -9/+7 |
* | lib: Remove "includes.h" from util_file.c | Volker Lendecke | 2016-02-23 | 1 | -0/+1 |
* | lib: Add "mem_ctx" to file_lines_pload | Volker Lendecke | 2016-02-23 | 1 | -1/+1 |
* | smbd: show correct disk size for different quota and dfree block sizes | Uri Simchoni | 2016-01-27 | 1 | -1/+8 |
* | make disk_norm() static | Uri Simchoni | 2016-01-26 | 1 | -1/+1 |
* | smbd: refactor disk_free handling | Uri Simchoni | 2016-01-26 | 1 | -6/+7 |
* | s3-smbd: Remove the global dfree_broken variable | Andreas Schneider | 2015-07-17 | 1 | -0/+1 |
* | s3-smbd: Leave sys_disk_free() if dfree command is used | Andreas Schneider | 2015-07-17 | 1 | -16/+13 |
* | s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameter | David Disseldorp | 2015-02-17 | 1 | -28/+12 |
* | param: rename lp function and variable from "maxdisksize" to "max_disk_size" | Garming Sam | 2014-02-07 | 1 | -1/+1 |
* | s3:smbd: in sys_disk_free(), improve a debug message | Michael Adam | 2012-09-04 | 1 | -1/+1 |
* | s3:smbd: in sys_disk_free(), improve a debug message | Michael Adam | 2012-09-04 | 1 | -1/+1 |
* | s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement | Michael Adam | 2012-09-04 | 1 | -2/+3 |
* | s3:smbd: in sys_disk_free(), fix a debug message | Michael Adam | 2012-09-04 | 1 | -1/+1 |
* | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 2012-07-18 | 1 | -1/+1 |
* | s3:vfs_gpfs: Export disk_norm function | Christof Schmitt | 2012-03-22 | 1 | -1/+1 |
* | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
* | s3: include smbd/smbd.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
* | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 2009-01-08 | 1 | -3/+3 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 1 | -17/+17 |
* | Use common util_file code. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 |
* | Remove connection_struct->mem_ctx, connection_struct is its own parent | Volker Lendecke | 2008-05-05 | 1 | -1/+1 |
* | int->bool | Volker Lendecke | 2007-12-10 | 1 | -2/+2 |
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -3/+3 |
* | r25118: More pstring elimination. | Jeremy Allison | 2007-10-10 | 1 | -3/+11 |
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r21369: sys_disk_free return type is SMB_BIG_UINT. | Simo Sorce | 2007-10-10 | 1 | -1/+1 |
* | r11190: Fix enhancement request #3192. | Jeremy Allison | 2007-10-10 | 1 | -10/+53 |
* | r5822: Actually return an error message if disk_free fails ! Pointed out by Y... | Jeremy Allison | 2007-10-10 | 1 | -3/+12 |
* | r5268: Fix bug #2310, only do 16-bit normalization on small dfree | Jeremy Allison | 2007-10-10 | 1 | -5/+5 |
* | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 2003-05-12 | 1 | -6/+6 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -1/+1 |
* | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 2001-10-23 | 1 | -1/+1 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -3/+0 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -4/+4 |
* | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2001-04-08 | 1 | -1/+1 |
* | Fixed processing of dfree script (was truncating). | Jeremy Allison | 2000-12-12 | 1 | -2/+0 |
* | file_lines_load/file_lines_pload can now optionally convert unix_to_dos() | Jeremy Allison | 2000-12-07 | 1 | -1/+1 |
* | split fsusage() into a separate module (to fix linking problems with | Andrew Tridgell | 2000-04-19 | 1 | -127/+2 |
* | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 2000-04-16 | 1 | -11/+9 |
* | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 2000-03-16 | 1 | -1/+1 |